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 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.