Skip to content

Commit b5ba365

Browse files
committed
docs: release notes for the v19.2.25 release
1 parent ff88f49 commit b5ba365

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="19.2.25"></a>
2+
3+
# 19.2.25 (2026-04-30)
4+
5+
### @angular-devkit/build-angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------- |
9+
| [49ae0ad2d](https://github.com/angular/angular-cli/commit/49ae0ad2d452ab7d7510297919125fe00081fa49) | fix | upgrade postcss to 8.5.12 |
10+
11+
### @angular/build
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------- |
15+
| [2d53feca5](https://github.com/angular/angular-cli/commit/2d53feca58730def7e2fb79f9cabfd1c32b9351d) | fix | update esbuild to `0.28.0` |
16+
17+
### @angular/ssr
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------------- |
21+
| [02ce8bf26](https://github.com/angular/angular-cli/commit/02ce8bf2695e71c1684e231151b4ab5ccba94869) | fix | introduce trustProxyHeaders option to safely validate and sanitize proxy headers |
22+
23+
<!-- CHANGELOG SPLIT MARKER -->
24+
125
<a name="22.0.0-next.7"></a>
226

327
# 22.0.0-next.7 (2026-04-29)
@@ -3087,6 +3111,7 @@
30873111
- Protractor is no longer supported.
30883112

30893113
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.
3114+
30903115
- https://angular.dev/tools/cli/end-to-end
30913116
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
30923117

@@ -6721,6 +6746,7 @@ Alan Agius, Charles Lyding and Doug Parker
67216746
### @angular/cli
67226747

67236748
- Several changes to the `ng analytics` command syntax.
6749+
67246750
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
67256751
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
67266752

@@ -6750,6 +6776,7 @@ Alan Agius, Charles Lyding and Doug Parker
67506776
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
67516777

67526778
Valid extensions for `scripts` are:
6779+
67536780
- `.js`
67546781
- `.cjs`
67556782
- `.mjs`
@@ -6758,6 +6785,7 @@ Alan Agius, Charles Lyding and Doug Parker
67586785
- `.mjsx`
67596786

67606787
Valid extensions for `styles` are:
6788+
67616789
- `.css`
67626790
- `.less`
67636791
- `.sass`

0 commit comments

Comments
 (0)