Skip to content

Commit d71ecaa

Browse files
committed
docs: release notes for the v19.2.22 release
1 parent daa8bfb commit d71ecaa

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="19.2.22"></a>
2+
3+
# 19.2.22 (2026-02-26)
4+
5+
### @angular-devkit/core
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------ |
9+
| [0a01aecd9](https://github.com/angular/angular-cli/commit/0a01aecd92a5dfa1a254429481906a88be725c5e) | fix | update `ajv` to `8.18.0` |
10+
11+
### @angular/build
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------- |
15+
| [79f59412a](https://github.com/angular/angular-cli/commit/79f59412a17eeabd2ad5df1d614ed634354d1eee) | fix | update rollup to 4.59.0 |
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="21.2.0"></a>
220

321
# 21.2.0 (2026-02-25)
@@ -2405,6 +2423,7 @@
24052423
- Protractor is no longer supported.
24062424

24072425
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.
2426+
24082427
- https://angular.dev/tools/cli/end-to-end
24092428
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
24102429

@@ -6039,6 +6058,7 @@ Alan Agius, Charles Lyding and Doug Parker
60396058
### @angular/cli
60406059

60416060
- Several changes to the `ng analytics` command syntax.
6061+
60426062
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
60436063
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
60446064

@@ -6068,6 +6088,7 @@ Alan Agius, Charles Lyding and Doug Parker
60686088
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
60696089

60706090
Valid extensions for `scripts` are:
6091+
60716092
- `.js`
60726093
- `.cjs`
60736094
- `.mjs`
@@ -6076,6 +6097,7 @@ Alan Agius, Charles Lyding and Doug Parker
60766097
- `.mjsx`
60776098

60786099
Valid extensions for `styles` are:
6100+
60796101
- `.css`
60806102
- `.less`
60816103
- `.sass`

0 commit comments

Comments
 (0)