Skip to content

Commit 1db6ef1

Browse files
committed
release: cut the v21.2.18 release
1 parent 2510ee3 commit 1db6ef1

2 files changed

Lines changed: 50 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 49 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="21.2.18"></a>
2+
3+
# 21.2.18 (2026-07-01)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- |
9+
| [61a810ab6](https://github.com/angular/angular-cli/commit/61a810ab615d1a26fc69f9e48be7cc6555a9c430) | fix | respect release age policy in update bootstrapping logic |
10+
11+
### @angular/build
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------- |
15+
| [a2b6116ed](https://github.com/angular/angular-cli/commit/a2b6116eddc7a71e4539817da623221ca552a35f) | fix | bump undici to 7.28.0 |
16+
| [2510ee3c9](https://github.com/angular/angular-cli/commit/2510ee3c9aefdab5428938e78b9cfcea0ada1c45) | fix | bump vite to 7.3.6 |
17+
18+
<!-- CHANGELOG SPLIT MARKER -->
19+
120
<a name="21.2.17"></a>
221

322
# 21.2.17 (2026-06-24)
@@ -14205,21 +14224,23 @@ Alan Agius, Charles Lyding, Joey Perrott, Keen Yee Liau, Luca Vazzano, Pankaj Pa
1420514224
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.
1420614225

1420714226
**Browser builder**
14208-
| Option | Previous default value | New default value |
14209-
|----------------------------------------|---------------------------|-------------------|
14210-
| optimization | false | true |
14211-
| aot | false | true |
14212-
| buildOptimizer | false | true |
14213-
| sourceMap | true | false |
14214-
| extractLicenses | false | true |
14215-
| namedChunks | true | false |
14216-
| vendorChunk | true | false |
14227+
14228+
| Option | Previous default value | New default value |
14229+
| --------------- | ---------------------- | ----------------- |
14230+
| optimization | false | true |
14231+
| aot | false | true |
14232+
| buildOptimizer | false | true |
14233+
| sourceMap | true | false |
14234+
| extractLicenses | false | true |
14235+
| namedChunks | true | false |
14236+
| vendorChunk | true | false |
1421714237

1421814238
**Server builder**
14219-
| Option | Previous default value | New default value |
14220-
|---------------|------------------------|-------------------|
14221-
| optimization | false | true |
14222-
| sourceMap | true | false |
14239+
14240+
| Option | Previous default value | New default value |
14241+
| ------------ | ---------------------- | ----------------- |
14242+
| optimization | false | true |
14243+
| sourceMap | true | false |
1422314244

1422414245
(cherry picked from commit 0a74d0d28daf68510459ed73ef048c91bfcabbbc)
1422514246

@@ -15240,21 +15261,23 @@ Alan Agius, Charles Lyding, Joey Perrott, Cédric Exbrayat, Doug Parker, Joshua
1524015261
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.
1524115262

1524215263
**Browser builder**
15243-
| Option | Previous default value | New default value |
15244-
|----------------------------------------|---------------------------|-------------------|
15245-
| optimization | false | true |
15246-
| aot | false | true |
15247-
| buildOptimizer | false | true |
15248-
| sourceMap | true | false |
15249-
| extractLicenses | false | true |
15250-
| namedChunks | true | false |
15251-
| vendorChunk | true | false |
15264+
15265+
| Option | Previous default value | New default value |
15266+
| --------------- | ---------------------- | ----------------- |
15267+
| optimization | false | true |
15268+
| aot | false | true |
15269+
| buildOptimizer | false | true |
15270+
| sourceMap | true | false |
15271+
| extractLicenses | false | true |
15272+
| namedChunks | true | false |
15273+
| vendorChunk | true | false |
1525215274

1525315275
**Server builder**
15254-
| Option | Previous default value | New default value |
15255-
|---------------|------------------------|-------------------|
15256-
| optimization | false | true |
15257-
| sourceMap | true | false |
15276+
15277+
| Option | Previous default value | New default value |
15278+
| ------------ | ---------------------- | ----------------- |
15279+
| optimization | false | true |
15280+
| sourceMap | true | false |
1525815281

1525915282
(cherry picked from commit 0a74d0d28daf68510459ed73ef048c91bfcabbbc)
1526015283

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "21.2.17",
3+
"version": "21.2.18",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)