Skip to content

Commit 1b78bbd

Browse files
committed
docs: release notes for the v22.0.5 release
1 parent 4666d16 commit 1b78bbd

1 file changed

Lines changed: 70 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 70 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
<a name="22.0.5"></a>
2+
3+
# 22.0.5 (2026-07-01)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
9+
| [f099e641c](https://github.com/angular/angular-cli/commit/f099e641c96a5932d81535e712af7044269b4788) | fix | gracefully handle package manager errors in command handler |
10+
| [cf033ec48](https://github.com/angular/angular-cli/commit/cf033ec48e2371655fbf6bcdb588c05aff2e6662) | fix | respect release age policy in update bootstrapping logic |
11+
12+
### @schematics/angular
13+
14+
| Commit | Type | Description |
15+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------- |
16+
| [862a38069](https://github.com/angular/angular-cli/commit/862a380697db60cee8cf83e8fe20641db2a6aae1) | fix | remove unused app tsconfig outDir |
17+
18+
### @angular-devkit/build-angular
19+
20+
| Commit | Type | Description |
21+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
22+
| [f75085f4b](https://github.com/angular/angular-cli/commit/f75085f4b58ed61979a2901a4ef0353e56f22136) | fix | prevent OS command injection in ssr-dev-server builder |
23+
24+
### @angular/build
25+
26+
| Commit | Type | Description |
27+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------- |
28+
| [dfee1e7b1](https://github.com/angular/angular-cli/commit/dfee1e7b142d767c86eecb7791ed72bce65866c5) | fix | auto-inject localize/init in library unit tests |
29+
| [aba718403](https://github.com/angular/angular-cli/commit/aba718403df7a96310570c1449674a49254cd4af) | fix | inherit preserveSymlinks option from build target in unit-test builder |
30+
| [7c0d9f03c](https://github.com/angular/angular-cli/commit/7c0d9f03c2ae82a90a48e51b2aee731a36dc2beb) | fix | load zone.js dynamically for library unit tests |
31+
| [4288e4452](https://github.com/angular/angular-cli/commit/4288e44525e855f29f026276f518968b1b2697db) | fix | scope createRequire module resolution using paths to prevent parent paths |
32+
33+
### @angular/ssr
34+
35+
| Commit | Type | Description |
36+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- |
37+
| [5f774f891](https://github.com/angular/angular-cli/commit/5f774f891a086bf0a2ab6f86c24485425e99f16d) | fix | preserve response headers during redirect |
38+
39+
<!-- CHANGELOG SPLIT MARKER -->
40+
141
<a name="21.2.18"></a>
242

343
# 21.2.18 (2026-07-01)
@@ -14840,21 +14880,23 @@ Alan Agius, Charles Lyding, Joey Perrott, Keen Yee Liau, Luca Vazzano, Pankaj Pa
1484014880
A number of browser and server builder options have had their default values changed. The aim of these changes is to reduce the configuration complexity and support the new "production builds by default" initiative.
1484114881

1484214882
**Browser builder**
14843-
| Option | Previous default value | New default value |
14844-
|----------------------------------------|---------------------------|-------------------|
14845-
| optimization | false | true |
14846-
| aot | false | true |
14847-
| buildOptimizer | false | true |
14848-
| sourceMap | true | false |
14849-
| extractLicenses | false | true |
14850-
| namedChunks | true | false |
14851-
| vendorChunk | true | false |
14883+
14884+
| Option | Previous default value | New default value |
14885+
| --------------- | ---------------------- | ----------------- |
14886+
| optimization | false | true |
14887+
| aot | false | true |
14888+
| buildOptimizer | false | true |
14889+
| sourceMap | true | false |
14890+
| extractLicenses | false | true |
14891+
| namedChunks | true | false |
14892+
| vendorChunk | true | false |
1485214893

1485314894
**Server builder**
14854-
| Option | Previous default value | New default value |
14855-
|---------------|------------------------|-------------------|
14856-
| optimization | false | true |
14857-
| sourceMap | true | false |
14895+
14896+
| Option | Previous default value | New default value |
14897+
| ------------ | ---------------------- | ----------------- |
14898+
| optimization | false | true |
14899+
| sourceMap | true | false |
1485814900

1485914901
(cherry picked from commit 0a74d0d28daf68510459ed73ef048c91bfcabbbc)
1486014902

@@ -15875,21 +15917,23 @@ Alan Agius, Charles Lyding, Joey Perrott, Cédric Exbrayat, Doug Parker, Joshua
1587515917
A number of browser and server builder options have had their default values changed. The aim of these changes is to reduce the configuration complexity and support the new "production builds by default" initiative.
1587615918

1587715919
**Browser builder**
15878-
| Option | Previous default value | New default value |
15879-
|----------------------------------------|---------------------------|-------------------|
15880-
| optimization | false | true |
15881-
| aot | false | true |
15882-
| buildOptimizer | false | true |
15883-
| sourceMap | true | false |
15884-
| extractLicenses | false | true |
15885-
| namedChunks | true | false |
15886-
| vendorChunk | true | false |
15920+
15921+
| Option | Previous default value | New default value |
15922+
| --------------- | ---------------------- | ----------------- |
15923+
| optimization | false | true |
15924+
| aot | false | true |
15925+
| buildOptimizer | false | true |
15926+
| sourceMap | true | false |
15927+
| extractLicenses | false | true |
15928+
| namedChunks | true | false |
15929+
| vendorChunk | true | false |
1588715930

1588815931
**Server builder**
15889-
| Option | Previous default value | New default value |
15890-
|---------------|------------------------|-------------------|
15891-
| optimization | false | true |
15892-
| sourceMap | true | false |
15932+
15933+
| Option | Previous default value | New default value |
15934+
| ------------ | ---------------------- | ----------------- |
15935+
| optimization | false | true |
15936+
| sourceMap | true | false |
1589315937

1589415938
(cherry picked from commit 0a74d0d28daf68510459ed73ef048c91bfcabbbc)
1589515939

0 commit comments

Comments
 (0)