Skip to content

Commit 18ec02a

Browse files
committed
docs: release notes for the v19.2.23 release
1 parent 87d99e9 commit 18ec02a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="19.2.23"></a>
2+
3+
# 19.2.23 (2026-03-27)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------- |
9+
| [67cfbe32f](https://github.com/angular/angular-cli/commit/67cfbe32ff013d7c9763253c8ccd383d8ee2416c) | fix | update picomatch to 4.0.4 |
10+
11+
### @angular-devkit/build-angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------- |
15+
| [771b979e7](https://github.com/angular/angular-cli/commit/771b979e78af079242bea607470b3ad3b6162659) | fix | update picomatch to 4.0.4 |
16+
17+
### @angular-devkit/core
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------- |
21+
| [de2da4874](https://github.com/angular/angular-cli/commit/de2da4874026bb47d08de828b6b4b44fd7d9a3c4) | fix | update picomatch to 4.0.4 |
22+
23+
### @angular/build
24+
25+
| Commit | Type | Description |
26+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------- |
27+
| [27a9ce4a7](https://github.com/angular/angular-cli/commit/27a9ce4a7446db0533e4a7ef64301eeccc5e21e1) | fix | update picomatch to 4.0.4 |
28+
29+
<!-- CHANGELOG SPLIT MARKER -->
30+
131
<a name="22.0.0-next.3"></a>
232

333
# 22.0.0-next.3 (2026-03-26)
@@ -2753,6 +2783,7 @@
27532783
- Protractor is no longer supported.
27542784

27552785
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+
27562787
- https://angular.dev/tools/cli/end-to-end
27572788
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
27582789

@@ -6387,6 +6418,7 @@ Alan Agius, Charles Lyding and Doug Parker
63876418
### @angular/cli
63886419

63896420
- Several changes to the `ng analytics` command syntax.
6421+
63906422
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
63916423
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
63926424

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

64186450
Valid extensions for `scripts` are:
6451+
64196452
- `.js`
64206453
- `.cjs`
64216454
- `.mjs`
@@ -6424,6 +6457,7 @@ Alan Agius, Charles Lyding and Doug Parker
64246457
- `.mjsx`
64256458

64266459
Valid extensions for `styles` are:
6460+
64276461
- `.css`
64286462
- `.less`
64296463
- `.sass`

0 commit comments

Comments
 (0)