Cursor is now available as an agent inside JetBrains IDEs through the Agent Client Protocol.
Install it via the ACP Registry from the agent selector. No JetBrains AI subscription required.
Big thanks to @cursor_ai for building the ACP ecosystem with us! Learn more: https://t.co/652OEw7W0U
ECMAScript excitement 😉
@Jason_williams from @TechAtBloomberg announces the release of Boa's Rust-based implementation of @TC39 Stage 3 Temporal 🎉
Chrome estimates this will ship in Chromium 143 🎉🎉
Temporal is the shiny replacement for the broken JS Date API ✨
Surprise release, @Angular v20.3 is out for security reasons! 🚨
📋 Small release with:
- Security fix for SSR apps (CVE-2025-59052)
- Extended diagnostics for signals in `@if`/`@switch`
- Better dev mode variable names in CLI
👉 https://t.co/W5SdnjilNE
It’s a prototype and very much a work in progress
But yes, you can start experimenting with Signal forms with today’s pre-release 21.0.0-next.2
#Angular
🚨 Nx experienced a supply-chain attack:
- Attackers released compromised versions of Nx packages.
- These weren't from our CI (lacked npm provenance signatures).
- Nx Cloud is not affected
We are actively investigating.
All details 👇
https://t.co/u6QHIDsHDu
🚨 BREAKING SUPPLY CHAIN SECURITY ISSUE:
Nx package (the build tool) went through a malicious package incident that was amplified using AI coding agents: https://t.co/yoBmtYhfBf
🚀 @Angular 20.2 is out!
🔥 Zoneless change detection is now stable
🎬 Brand new animations API (goodbye @angular/animations!)
🤖 New AI-powered CLI tooling
👉 https://t.co/wHBBwsTlAN
v8 just dropped a 2x perf improvement on JSON.stringify using time tested performance techniques.
- SIMD/SWAR to find escape characters
- better memory management to avoid memcpy
- fast path analyzing, eg: ASCII-only strings are 1-byte chars instead of 2-byte
🚀 Angular 20.0 is here! A major release with many changes:
- New naming conventions
- Signal APIs finally stable
- Zoneless is coming
- @vitest_dev support
- Selectorless components coming in v21? 🤯
All the details in our blog post 👇
https://t.co/OdkusAsPpw
NgRx v19.2 is out, introducing the new Events plugin for SignalStore! 🚀
Learn more in the blog post by @MarkoStDev: https://t.co/Ck5fFYdTH9
#ngrx#signalstore#angular
This is indeed a huge step. Start simple and add eventing (flux/„redux“) when you need it.
Even if you are not that much into flux/„redux“, this is important for you: In the world of lightweight stores, you usually have several stores, e. g. on a feature or even sub-feature level. You don’t want to couple these stores to each other, but sometime a change here needs to lead to a change there. Events are one option for this.