File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1+ <a name="20.3.17"></a>
2+
3+ # 20.3.17 (2026-02-23)
4+
5+ ### @angular/ssr
6+
7+ | Commit | Type | Description |
8+ | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- |
9+ | [8700e18d7](https://github.com/angular/angular-cli/commit/8700e18d7cf175d80fe6ce6205589767b7870c1c) | fix | prevent open redirect via X-Forwarded-Prefix header |
10+ | [67582a946](https://github.com/angular/angular-cli/commit/67582a946808d2c021cbcfacbf203ef58a6fbded) | fix | validate host headers to prevent header-based SSRF |
11+
12+ <!-- CHANGELOG SPLIT MARKER -->
13+
114<a name="19.2.21"></a>
215
316# 19.2.21 (2026-02-23)
24202433- Protractor is no longer supported.
24212434
24222435 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-
24242436 - https://angular.dev/tools/cli/end-to-end
24252437 - https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
24262438
@@ -6055,7 +6067,6 @@ Alan Agius, Charles Lyding and Doug Parker
60556067### @angular/cli
60566068
60576069- Several changes to the `ng analytics` command syntax.
6058-
60596070 - `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
60606071 - `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
60616072
@@ -6085,7 +6096,6 @@ Alan Agius, Charles Lyding and Doug Parker
60856096- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
60866097
60876098 Valid extensions for `scripts` are:
6088-
60896099 - `.js`
60906100 - `.cjs`
60916101 - `.mjs`
@@ -6094,7 +6104,6 @@ Alan Agius, Charles Lyding and Doug Parker
60946104 - `.mjsx`
60956105
60966106 Valid extensions for `styles` are:
6097-
60986107 - `.css`
60996108 - `.less`
61006109 - `.sass`
You can’t perform that action at this time.
0 commit comments