Skip to content

Commit a848bf1

Browse files
committed
docs: update changelog for 22.0.0-rc.0 release
1 parent f0a64fe commit a848bf1

1 file changed

Lines changed: 50 additions & 62 deletions

File tree

CHANGELOG.md

Lines changed: 50 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,6 @@
1-
<a name="21.2.11"></a>
2-
3-
# 21.2.11 (2026-05-13)
4-
5-
### @angular/cli
6-
7-
| Commit | Type | Description |
8-
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- |
9-
| [bbd63b7a5](https://github.com/angular/angular-cli/commit/bbd63b7a5a1049bc56b9ddf6edf6563a1f2d9ace) | fix | robustly parse npm manifest from array |
10-
11-
### @angular/ssr
12-
13-
| Commit | Type | Description |
14-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
15-
| [eafe1a719](https://github.com/angular/angular-cli/commit/eafe1a719fd3fecd5263e0a8371200b4b1ff4bb9) | fix | allow all hosts in common engine rendering options to prevent validation errors |
16-
| [7a116a80d](https://github.com/angular/angular-cli/commit/7a116a80d7e6db341fd003737285d1a9db10ba6c) | fix | remove stateful flag from URL_PARAMETER_REGEXP |
17-
18-
<!-- CHANGELOG SPLIT MARKER -->
1+
<a name="22.0.0-rc.0"></a>
192

20-
<a name="20.3.26"></a>
21-
22-
# 20.3.26 (2026-05-13)
23-
24-
### @angular/ssr
25-
26-
| Commit | Type | Description |
27-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
28-
| [7cc1871ee](https://github.com/angular/angular-cli/commit/7cc1871ee50d123853ddf6bd89857b354d647462) | fix | allow all hosts in common engine rendering options to prevent validation errors |
29-
30-
<!-- CHANGELOG SPLIT MARKER -->
31-
32-
<a name="19.2.26"></a>
33-
34-
# 19.2.26 (2026-05-13)
35-
36-
### @angular/ssr
37-
38-
| Commit | Type | Description |
39-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
40-
| [842fee029](https://github.com/angular/angular-cli/commit/842fee0291b787b63fdabcaaac5680b05d395075) | fix | allow all hosts in common engine rendering options to prevent validation errors |
41-
42-
<!-- CHANGELOG SPLIT MARKER -->
43-
44-
<a name="22.0.0-next.8"></a>
45-
46-
# 22.0.0-next.8 (2026-05-11)
3+
# 22.0.0-rc.0 (2026-05-13)
474

485
## Deprecations
496

@@ -55,12 +12,6 @@
5512

5613
- Webpack builders in build-webpack are deprecated. Use @angular/build builders instead.
5714

58-
### @angular-devkit/core
59-
60-
- `stringToFileBuffer` and `fileBufferToString` are deprecated. Use standard Web APIs (`TextEncoder` and `TextDecoder`) instead.
61-
62-
Internal usages within the repository have been removed and replaced with standard Web APIs. The public API golden file for `@angular-devkit/core` has been updated to reflect the deprecations.
63-
6415
### @angular/ssr
6516

6617
- CommonEngine APIs are deprecated in favor of AngularNodeAppEngine or AngularAppEngine.
@@ -87,7 +38,6 @@
8738
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------- |
8839
| [58c0978f6](https://github.com/angular/angular-cli/commit/58c0978f658ee5fa7232abd8e2eb7f146e4eb6bb) | feat | add support for Node.js 26.0.0 |
8940
| [ff88f491d](https://github.com/angular/angular-cli/commit/ff88f491da38493d6e06f3e4ac080d171c630ccd) | fix | restrict MCP workspace access to allowed client roots during resolution |
90-
| [7932caaf9](https://github.com/angular/angular-cli/commit/7932caaf987c5692d6624f6af23e65ce3f6d27fd) | fix | robustly parse npm manifest from array |
9141
| [a5e1e48db](https://github.com/angular/angular-cli/commit/a5e1e48db759e9ffcaa89f04504f5f93a1afdda4) | fix | update odd-numbered Node.js version warning condition for future releases |
9242

9343
### @angular-devkit/build-angular
@@ -102,12 +52,6 @@
10252
| --------------------------------------------------------------------------------------------------- | -------- | ------------------------------------------------- |
10353
| [3d5daa45e](https://github.com/angular/angular-cli/commit/3d5daa45e3ade025c1bc0df35d2766563ccf7c03) | refactor | deprecate webpack and webpack-dev-server builders |
10454

105-
### @angular-devkit/core
106-
107-
| Commit | Type | Description |
108-
| --------------------------------------------------------------------------------------------------- | -------- | --------------------------------------------------- |
109-
| [fd336d365](https://github.com/angular/angular-cli/commit/fd336d365dbfe8f558db177a8da24790914a541b) | refactor | deprecate stringToFileBuffer and fileBufferToString |
110-
11155
### @angular/build
11256

11357
| Commit | Type | Description |
@@ -117,16 +61,60 @@
11761

11862
### @angular/ssr
11963

120-
| Commit | Type | Description |
121-
| --------------------------------------------------------------------------------------------------- | -------- | --------------------------- |
122-
| [50b16a65b](https://github.com/angular/angular-cli/commit/50b16a65b1be1f9c2ec11d578240a8884518d517) | refactor | deprecate CommonEngine APIs |
64+
| Commit | Type | Description |
65+
| --------------------------------------------------------------------------------------------------- | -------- | ----------------------------------------------------------------- |
66+
| [ea95e1a87](https://github.com/angular/angular-cli/commit/ea95e1a87ebfb5b452a6b6ffa7838ca1fe094100) | fix | remove stateful flag from URL_PARAMETER_REGEXP |
67+
| [f85343925](https://github.com/angular/angular-cli/commit/f8534392552f4896ee9449939cdc705010331e3d) | fix | support all X-Forwarded-\* headers when trustProxyHeaders is true |
68+
| [50b16a65b](https://github.com/angular/angular-cli/commit/50b16a65b1be1f9c2ec11d578240a8884518d517) | refactor | deprecate CommonEngine APIs |
12369

12470
### @ngtools/webpack
12571

12672
| Commit | Type | Description |
12773
| --------------------------------------------------------------------------------------------------- | -------- | -------------------------------------------- |
12874
| [547ca515b](https://github.com/angular/angular-cli/commit/547ca515b707c283489a3f088d86fc84807d830d) | refactor | deprecate @ngtools/webpack loader and plugin |
12975

76+
<!-- CHANGELOG SPLIT MARKER -->
77+
<a name="21.2.11"></a>
78+
79+
# 21.2.11 (2026-05-13)
80+
81+
### @angular/cli
82+
83+
| Commit | Type | Description |
84+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- |
85+
| [bbd63b7a5](https://github.com/angular/angular-cli/commit/bbd63b7a5a1049bc56b9ddf6edf6563a1f2d9ace) | fix | robustly parse npm manifest from array |
86+
87+
### @angular/ssr
88+
89+
| Commit | Type | Description |
90+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
91+
| [eafe1a719](https://github.com/angular/angular-cli/commit/eafe1a719fd3fecd5263e0a8371200b4b1ff4bb9) | fix | allow all hosts in common engine rendering options to prevent validation errors |
92+
| [7a116a80d](https://github.com/angular/angular-cli/commit/7a116a80d7e6db341fd003737285d1a9db10ba6c) | fix | remove stateful flag from URL_PARAMETER_REGEXP |
93+
94+
<!-- CHANGELOG SPLIT MARKER -->
95+
96+
<a name="20.3.26"></a>
97+
98+
# 20.3.26 (2026-05-13)
99+
100+
### @angular/ssr
101+
102+
| Commit | Type | Description |
103+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
104+
| [7cc1871ee](https://github.com/angular/angular-cli/commit/7cc1871ee50d123853ddf6bd89857b354d647462) | fix | allow all hosts in common engine rendering options to prevent validation errors |
105+
106+
<!-- CHANGELOG SPLIT MARKER -->
107+
108+
<a name="19.2.26"></a>
109+
110+
# 19.2.26 (2026-05-13)
111+
112+
### @angular/ssr
113+
114+
| Commit | Type | Description |
115+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
116+
| [842fee029](https://github.com/angular/angular-cli/commit/842fee0291b787b63fdabcaaac5680b05d395075) | fix | allow all hosts in common engine rendering options to prevent validation errors |
117+
130118
<!-- CHANGELOG SPLIT MARKER -->
131119

132120
<a name="21.2.10"></a>
@@ -18063,4 +18051,4 @@ Renovate Bot, Charles Lyding, Alan Agius, Doug Parker, Bruno Baia, Amadou Sall,
1806318051

1806418052
---
1806518053

18066-
**Note: For release notes prior to this CHANGELOG see [release notes](https://github.com/angular/angular-cli/releases).**
18054+
**Note: For release notes prior to this CHANGELOG see [release notes](https://github.com/angular/angular-cli/releases).**

0 commit comments

Comments
 (0)