Skip to content

Commit 9b51362

Browse files
committed
docs: release notes for the v20.3.22 release
1 parent 18ec02a commit 9b51362

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="20.3.22"></a>
2+
3+
# 20.3.22 (2026-03-27)
4+
5+
### @angular-devkit/build-angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------- |
9+
| [5978eeeff](https://github.com/angular/angular-cli/commit/5978eeeff63cd62f1515d949eaad0b5e6f7c44cd) | fix | update picomatch to 4.0.4 |
10+
11+
### @angular-devkit/core
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------- |
15+
| [6e9b92612](https://github.com/angular/angular-cli/commit/6e9b926129a9dd79f01d47b7446411b8963ffb62) | fix | update picomatch to 4.0.4 |
16+
17+
### @angular/build
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------- |
21+
| [6f209c26d](https://github.com/angular/angular-cli/commit/6f209c26dc5a454acd1cd76f25240c26978fa827) | fix | update picomatch to 4.0.4 |
22+
23+
<!-- CHANGELOG SPLIT MARKER -->
24+
125
<a name="19.2.23"></a>
226

327
# 19.2.23 (2026-03-27)
@@ -2783,7 +2807,6 @@
27832807
- Protractor is no longer supported.
27842808

27852809
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.
2786-
27872810
- https://angular.dev/tools/cli/end-to-end
27882811
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
27892812

@@ -6418,7 +6441,6 @@ Alan Agius, Charles Lyding and Doug Parker
64186441
### @angular/cli
64196442

64206443
- Several changes to the `ng analytics` command syntax.
6421-
64226444
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
64236445
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
64246446

@@ -6448,7 +6470,6 @@ Alan Agius, Charles Lyding and Doug Parker
64486470
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
64496471

64506472
Valid extensions for `scripts` are:
6451-
64526473
- `.js`
64536474
- `.cjs`
64546475
- `.mjs`
@@ -6457,7 +6478,6 @@ Alan Agius, Charles Lyding and Doug Parker
64576478
- `.mjsx`
64586479

64596480
Valid extensions for `styles` are:
6460-
64616481
- `.css`
64626482
- `.less`
64636483
- `.sass`

0 commit comments

Comments
 (0)