Skip to content

Commit 55d4857

Browse files
committed
docs: release notes for the v19.2.24 release
1 parent 3601c75 commit 55d4857

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
@@ -52,6 +52,18 @@
5252

5353
<!-- CHANGELOG SPLIT MARKER -->
5454

55+
<a name="19.2.24"></a>
56+
57+
# 19.2.24 (2026-04-08)
58+
59+
### @angular/build
60+
61+
| Commit | Type | Description |
62+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------- |
63+
| [f4595d599](https://github.com/angular/angular-cli/commit/f4595d599001713ae978865d7f84e33e5a9a077a) | fix | update vite to `6.4.2` |
64+
65+
<!-- CHANGELOG SPLIT MARKER -->
66+
5567
<a name="22.0.0-next.4"></a>
5668

5769
# 22.0.0-next.4 (2026-04-01)
@@ -2930,6 +2942,7 @@
29302942
- Protractor is no longer supported.
29312943

29322944
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.
2945+
29332946
- https://angular.dev/tools/cli/end-to-end
29342947
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
29352948

@@ -6564,6 +6577,7 @@ Alan Agius, Charles Lyding and Doug Parker
65646577
### @angular/cli
65656578

65666579
- Several changes to the `ng analytics` command syntax.
6580+
65676581
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
65686582
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
65696583

@@ -6593,6 +6607,7 @@ Alan Agius, Charles Lyding and Doug Parker
65936607
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
65946608

65956609
Valid extensions for `scripts` are:
6610+
65966611
- `.js`
65976612
- `.cjs`
65986613
- `.mjs`
@@ -6601,6 +6616,7 @@ Alan Agius, Charles Lyding and Doug Parker
66016616
- `.mjsx`
66026617

66036618
Valid extensions for `styles` are:
6619+
66046620
- `.css`
66056621
- `.less`
66066622
- `.sass`

0 commit comments

Comments
 (0)