Sourced from @angular/common's
releases.
19.2.16
http
Commit Description prevent XSRF token leakage to protocol-relative URLs 19.2.15
core
Commit Description introduce BootstrapContextfor improved server bootstrapping (#63639)Breaking Changes
core
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);After:
const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);A schematic is provided to automatically update
main.server.tsfiles to pass theBootstrapContextto thebootstrapApplicationcall.In addition,
getPlatform()anddestroyPlatform()will now returnnulland be a no-op respectively when running in a server environment.For more information please see: https://github.com/angular/angular/security/advisories/GHSA-68x2-mx4q-78m7
Sourced from @angular/common's
changelog.
19.2.16 (2025-11-26)
http
Commit Type Description 05fe6686a9 fix prevent XSRF token leakage to protocol-relative URLs 21.1.0-next.0 (2025-11-25)
platform-browser
Commit Type Description ec9dc94cee feat add contexttocreateApplicationab67988d2e feat resolve JIT resources in createApplicationrouter
Commit Type Description a03c82564d feat Add scroll behavior controls on router navigation c25d749d85 feat Execute RunGuardsAndResolvers function in injection context c84d372778 feat Support wildcard params with segments trailing (#64737) 20.3.14 (2025-11-25)
http
Commit Type Description 0276479e7d fix prevent XSRF token leakage to protocol-relative URLs 21.0.1 (2025-11-25)
compiler-cli
| Commit | Type | Description |
... (truncated)
05fe668
fix(http): prevent XSRF token leakage to protocol-relative URLs