Skip to content

Commit 4cf65c9

Browse files
committed
docs: release notes for the v20.3.6 release
1 parent d0879b0 commit 4cf65c9

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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)
@@ -1976,7 +1988,6 @@
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`

0 commit comments

Comments
 (0)