Skip to content

Commit d0879b0

Browse files
committed
docs: release notes for the v19.2.18 release
1 parent 7be6c8f commit d0879b0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="19.2.18"></a>
2+
3+
# 19.2.18 (2025-10-15)
4+
5+
### @angular/ssr
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------ |
9+
| [9136a5d13](https://github.com/angular/angular-cli/commit/9136a5d1302bb224ea245460ae29474bd2a3a10b) | fix | prevent malicious URL from overriding host |
10+
11+
<!-- CHANGELOG SPLIT MARKER -->
12+
113
<a name="21.0.0-next.7"></a>
214

315
# 21.0.0-next.7 (2025-10-08)
@@ -1964,6 +1976,7 @@
19641976
- Protractor is no longer supported.
19651977

19661978
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+
19671980
- https://angular.dev/tools/cli/end-to-end
19681981
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
19691982

@@ -5598,6 +5611,7 @@ Alan Agius, Charles Lyding and Doug Parker
55985611
### @angular/cli
55995612

56005613
- Several changes to the `ng analytics` command syntax.
5614+
56015615
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
56025616
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
56035617

@@ -5627,6 +5641,7 @@ Alan Agius, Charles Lyding and Doug Parker
56275641
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
56285642

56295643
Valid extensions for `scripts` are:
5644+
56305645
- `.js`
56315646
- `.cjs`
56325647
- `.mjs`
@@ -5635,6 +5650,7 @@ Alan Agius, Charles Lyding and Doug Parker
56355650
- `.mjsx`
56365651

56375652
Valid extensions for `styles` are:
5653+
56385654
- `.css`
56395655
- `.less`
56405656
- `.sass`

0 commit comments

Comments
 (0)