File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ <a name="20.3.6"></a>
2+
3+ # 20.3.6 (2025-10-15)
4+
5+ ### @angular/ssr
6+
7+ | Commit | Type | Description |
8+ | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------ |
9+ | [5271547c8](https://github.com/angular/angular-cli/commit/5271547c80662de10cb3bcb648779a83f6efedfb) | fix | prevent malicious URL from overriding host |
10+
11+ <!-- CHANGELOG SPLIT MARKER -->
12+
113<a name="19.2.18"></a>
214
315# 19.2.18 (2025-10-15)
19761988- Protractor is no longer supported.
19771989
19781990 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.
1979-
19801991 - https://angular.dev/tools/cli/end-to-end
19811992 - https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
19821993
@@ -5611,7 +5622,6 @@ Alan Agius, Charles Lyding and Doug Parker
56115622### @angular/cli
56125623
56135624- Several changes to the `ng analytics` command syntax.
5614-
56155625 - `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
56165626 - `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
56175627
@@ -5641,7 +5651,6 @@ Alan Agius, Charles Lyding and Doug Parker
56415651- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
56425652
56435653 Valid extensions for `scripts` are:
5644-
56455654 - `.js`
56465655 - `.cjs`
56475656 - `.mjs`
@@ -5650,7 +5659,6 @@ Alan Agius, Charles Lyding and Doug Parker
56505659 - `.mjsx`
56515660
56525661 Valid extensions for `styles` are:
5653-
56545662 - `.css`
56555663 - `.less`
56565664 - `.sass`
You can’t perform that action at this time.
0 commit comments