Skip to content

Commit 737095b

Browse files
committed
docs: release notes for the v19.2.20 release
1 parent 9c5901e commit 737095b

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
@@ -1,3 +1,15 @@
1+
<a name="19.2.20"></a>
2+
3+
# 19.2.20 (2026-02-13)
4+
5+
### @angular-devkit/build-angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------- |
9+
| [0e5421ba7](https://github.com/angular/angular-cli/commit/0e5421ba78814cf11e4d4510e930eaacc6458662) | fix | update webpack to 5.105.0 |
10+
11+
<!-- CHANGELOG SPLIT MARKER -->
12+
113
<a name="21.2.0-next.2"></a>
214

315
# 21.2.0-next.2 (2026-02-11)
@@ -2389,6 +2401,7 @@
23892401
- Protractor is no longer supported.
23902402

23912403
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.
2404+
23922405
- https://angular.dev/tools/cli/end-to-end
23932406
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
23942407

@@ -6023,6 +6036,7 @@ Alan Agius, Charles Lyding and Doug Parker
60236036
### @angular/cli
60246037

60256038
- Several changes to the `ng analytics` command syntax.
6039+
60266040
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
60276041
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
60286042

@@ -6052,6 +6066,7 @@ Alan Agius, Charles Lyding and Doug Parker
60526066
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
60536067

60546068
Valid extensions for `scripts` are:
6069+
60556070
- `.js`
60566071
- `.cjs`
60576072
- `.mjs`
@@ -6060,6 +6075,7 @@ Alan Agius, Charles Lyding and Doug Parker
60606075
- `.mjsx`
60616076

60626077
Valid extensions for `styles` are:
6078+
60636079
- `.css`
60646080
- `.less`
60656081
- `.sass`

0 commit comments

Comments
 (0)