what stackpulse tracks
Angular releases from GitHub
StackPulse watches Angular release notes and keeps the original source link close to every summary.
The web development framework for building modern apps StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Angular release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This prerelease includes various bug fixes and performance improvements across Angular's common, compiler, core, http, and migrations modules. Notable changes include security-sensitive handling of iframe credentialless and DOM clobbering guards.
Developers using Angular's core features, especially those working with security-sensitive components like iframes and DOM manipulation, are affected.
Update to this version if you're experiencing issues with DOM security or iframe credential handling.
This patch release includes several bug fixes across common, compiler, core, http, and migrations modules, focusing on security improvements, performance optimizations, and edge case handling.
Users relying on shadow DOM name selectors, transfer cache behavior, or iframe credentialless features may be affected.
Update to version 22.0.2 to benefit from security fixes and performance improvements.
This prerelease introduces several fixes and improvements, including enhanced support for foreign components, HTTP transfer cache optimizations, and deprecation of JSONP support in the HTTP module.
Developers using JSONP functionality in Angular's HTTP module are affected by its deprecation.
Migrate from JSONP to standard HTTP requests.
This release focuses on bug fixes and security improvements across various Angular modules, including common, compiler, core, forms, http, and platform-server.
Developers using Angular's platform-server module for XHR requests are affected by the deprecation.
Migrate from XHR to standard `fetch` APIs in `@angular/platform-server`.
This release focuses on security hardening, bug fixes, and deprecations across Angular's common, compiler, core, http, platform-server, and service-worker modules.
Developers using Angular's platform-server XHR APIs or relying on transfer cache, DOM manipulation, or cross-origin redirects may be affected.
Migrate from deprecated XHR APIs to `fetch` and review security-related changes for potential impacts.
This release focuses on security hardening, bug fixes, and deprecations across Angular's core modules. Key changes include improved transfer cache security, stricter URL validation, and deprecation of server-side XHR.
Developers using Angular's platform-server XHR APIs or handling sensitive HTTP headers in service workers are most affected.
Migrate from platform-server XHR APIs to fetch APIs and review HTTP header handling in service workers.