Skip to content

Commit 50ff86b

Browse files
committed
docs: release notes for the v19.2.17 release
1 parent 17d952c commit 50ff86b

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.17"></a>
2+
3+
# 19.2.17 (2025-09-17)
4+
5+
### @angular/build
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------ |
9+
| [365d525b5](https://github.com/angular/angular-cli/commit/365d525b596b437ad0b1a74b1417eaae6aa8694e) | fix | update `vite` to `6.3.6` |
10+
11+
<!-- CHANGELOG SPLIT MARKER -->
12+
113
<a name="20.3.1"></a>
214

315
# 20.3.1 (2025-09-11)
@@ -1757,6 +1769,7 @@
17571769
- Protractor is no longer supported.
17581770

17591771
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.
1772+
17601773
- https://angular.dev/tools/cli/end-to-end
17611774
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
17621775

@@ -5391,6 +5404,7 @@ Alan Agius, Charles Lyding and Doug Parker
53915404
### @angular/cli
53925405

53935406
- Several changes to the `ng analytics` command syntax.
5407+
53945408
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
53955409
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
53965410

@@ -5420,6 +5434,7 @@ Alan Agius, Charles Lyding and Doug Parker
54205434
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
54215435

54225436
Valid extensions for `scripts` are:
5437+
54235438
- `.js`
54245439
- `.cjs`
54255440
- `.mjs`
@@ -5428,6 +5443,7 @@ Alan Agius, Charles Lyding and Doug Parker
54285443
- `.mjsx`
54295444

54305445
Valid extensions for `styles` are:
5446+
54315447
- `.css`
54325448
- `.less`
54335449
- `.sass`

0 commit comments

Comments
 (0)