Skip to content

Commit 94aa77c

Browse files
committed
docs: release notes for the v20.3.23 release
1 parent c304523 commit 94aa77c

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

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

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

5769
# 19.2.24 (2026-04-08)
@@ -2942,7 +2954,6 @@
29422954
- Protractor is no longer supported.
29432955

29442956
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-
29462957
- https://angular.dev/tools/cli/end-to-end
29472958
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
29482959

@@ -6577,7 +6588,6 @@ Alan Agius, Charles Lyding and Doug Parker
65776588
### @angular/cli
65786589

65796590
- Several changes to the `ng analytics` command syntax.
6580-
65816591
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
65826592
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
65836593

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

66096619
Valid extensions for `scripts` are:
6610-
66116620
- `.js`
66126621
- `.cjs`
66136622
- `.mjs`
@@ -6616,7 +6625,6 @@ Alan Agius, Charles Lyding and Doug Parker
66166625
- `.mjsx`
66176626

66186627
Valid extensions for `styles` are:
6619-
66206628
- `.css`
66216629
- `.less`
66226630
- `.sass`

0 commit comments

Comments
 (0)