Skip to content

Commit f2f121f

Browse files
committed
docs: release notes for the v19.2.19 release
1 parent 2cb04d5 commit f2f121f

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.19"></a>
2+
3+
# 19.2.19 (2025-10-29)
4+
5+
### @angular/build
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------- |
9+
| [4d8ea27a1](https://github.com/angular/angular-cli/commit/4d8ea27a1726709b8398a26915395e7611571dae) | fix | update vite to v6.4.1 |
10+
11+
<!-- CHANGELOG SPLIT MARKER -->
12+
113
<a name="21.0.0-next.9"></a>
214

315
# 21.0.0-next.9 (2025-10-23)
@@ -2097,6 +2109,7 @@
20972109
- Protractor is no longer supported.
20982110

20992111
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.
2112+
21002113
- https://angular.dev/tools/cli/end-to-end
21012114
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
21022115

@@ -5731,6 +5744,7 @@ Alan Agius, Charles Lyding and Doug Parker
57315744
### @angular/cli
57325745

57335746
- Several changes to the `ng analytics` command syntax.
5747+
57345748
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
57355749
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
57365750

@@ -5760,6 +5774,7 @@ Alan Agius, Charles Lyding and Doug Parker
57605774
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
57615775

57625776
Valid extensions for `scripts` are:
5777+
57635778
- `.js`
57645779
- `.cjs`
57655780
- `.mjs`
@@ -5768,6 +5783,7 @@ Alan Agius, Charles Lyding and Doug Parker
57685783
- `.mjsx`
57695784

57705785
Valid extensions for `styles` are:
5786+
57715787
- `.css`
57725788
- `.less`
57735789
- `.sass`

0 commit comments

Comments
 (0)