Skip to content

Commit 7010c3f

Browse files
committed
docs: release notes for the v19.2.27 release
1 parent 038e33f commit 7010c3f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

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.27"></a>
2+
3+
# 19.2.27 (2026-06-02)
4+
5+
### @angular/ssr
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------- |
9+
| [2c0dfc2ac](https://github.com/angular/angular-cli/commit/2c0dfc2ac8ce2f08741d25f687b4c605477978d6) | fix | add support for configuring trusted proxy headers via environment variable |
10+
11+
<!-- CHANGELOG SPLIT MARKER -->
12+
113
<a name="22.0.0-rc.3"></a>
214

315
# 22.0.0-rc.3 (2026-06-01)
@@ -3334,6 +3346,7 @@
33343346
- Protractor is no longer supported.
33353347

33363348
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.
3349+
33373350
- https://angular.dev/tools/cli/end-to-end
33383351
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
33393352

@@ -6968,6 +6981,7 @@ Alan Agius, Charles Lyding and Doug Parker
69686981
### @angular/cli
69696982

69706983
- Several changes to the `ng analytics` command syntax.
6984+
69716985
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
69726986
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
69736987

@@ -6997,6 +7011,7 @@ Alan Agius, Charles Lyding and Doug Parker
69977011
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
69987012

69997013
Valid extensions for `scripts` are:
7014+
70007015
- `.js`
70017016
- `.cjs`
70027017
- `.mjs`
@@ -7005,6 +7020,7 @@ Alan Agius, Charles Lyding and Doug Parker
70057020
- `.mjsx`
70067021

70077022
Valid extensions for `styles` are:
7023+
70087024
- `.css`
70097025
- `.less`
70107026
- `.sass`

0 commit comments

Comments
 (0)