1+ <a name="19.2.21"></a>
2+
3+ # 19.2.21 (2026-02-23)
4+
5+ ### @angular/ssr
6+
7+ | Commit | Type | Description |
8+ | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- |
9+ | [288e22816](https://github.com/angular/angular-cli/commit/288e228161e3c0cceb392dd5fc24d07b129a3a64) | fix | prevent open redirect via X-Forwarded-Prefix header |
10+ | [2a72d7483](https://github.com/angular/angular-cli/commit/2a72d7483d87ccdcfa0c5148f34a4c6ebb6c6cf9) | fix | validate host headers to prevent header-based SSRF |
11+
12+ <!-- CHANGELOG SPLIT MARKER -->
13+
114<a name="21.2.0-rc.0"></a>
215
316# 21.2.0-rc.0 (2026-02-18)
24072420- Protractor is no longer supported.
24082421
24092422 Protractor was marked end-of-life in August 2023 (see https://protractortest.org/). Projects still relying on Protractor should consider migrating to another E2E testing framework, several support solid migration paths from Protractor.
2423+
24102424 - https://angular.dev/tools/cli/end-to-end
24112425 - https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
24122426
@@ -6041,6 +6055,7 @@ Alan Agius, Charles Lyding and Doug Parker
60416055### @angular/cli
60426056
60436057- Several changes to the `ng analytics` command syntax.
6058+
60446059 - `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
60456060 - `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
60466061
@@ -6070,6 +6085,7 @@ Alan Agius, Charles Lyding and Doug Parker
60706085- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
60716086
60726087 Valid extensions for `scripts` are:
6088+
60736089 - `.js`
60746090 - `.cjs`
60756091 - `.mjs`
@@ -6078,6 +6094,7 @@ Alan Agius, Charles Lyding and Doug Parker
60786094 - `.mjsx`
60796095
60806096 Valid extensions for `styles` are:
6097+
60816098 - `.css`
60826099 - `.less`
60836100 - `.sass`
0 commit comments