Skip to content

Commit 2d5b440

Browse files
committed
release: cut the v20.3.31 release
1 parent df5a2cc commit 2d5b440

2 files changed

Lines changed: 49 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 48 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="20.3.31"></a>
2+
3+
# 20.3.31 (2026-07-01)
4+
5+
### @angular-devkit/build-angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------- |
9+
| [4ea787cd0](https://github.com/angular/angular-cli/commit/4ea787cd0dfc7226896643a6f8ccd99846c85c2c) | fix | bump undici to 7.28.0 |
10+
11+
### @angular/build
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------ |
15+
| [df5a2cc2b](https://github.com/angular/angular-cli/commit/df5a2cc2bcf8d65d834164984ee5456718dfb75e) | fix | bump vite to 7.3.6 |
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="20.3.30"></a>
220

321
# 20.3.30 (2026-06-24)
@@ -13429,21 +13447,23 @@ Alan Agius, Charles Lyding, Joey Perrott, Keen Yee Liau, Luca Vazzano, Pankaj Pa
1342913447
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.
1343013448

1343113449
**Browser builder**
13432-
| Option | Previous default value | New default value |
13433-
|----------------------------------------|---------------------------|-------------------|
13434-
| optimization | false | true |
13435-
| aot | false | true |
13436-
| buildOptimizer | false | true |
13437-
| sourceMap | true | false |
13438-
| extractLicenses | false | true |
13439-
| namedChunks | true | false |
13440-
| vendorChunk | true | false |
13450+
13451+
| Option | Previous default value | New default value |
13452+
| --------------- | ---------------------- | ----------------- |
13453+
| optimization | false | true |
13454+
| aot | false | true |
13455+
| buildOptimizer | false | true |
13456+
| sourceMap | true | false |
13457+
| extractLicenses | false | true |
13458+
| namedChunks | true | false |
13459+
| vendorChunk | true | false |
1344113460

1344213461
**Server builder**
13443-
| Option | Previous default value | New default value |
13444-
|---------------|------------------------|-------------------|
13445-
| optimization | false | true |
13446-
| sourceMap | true | false |
13462+
13463+
| Option | Previous default value | New default value |
13464+
| ------------ | ---------------------- | ----------------- |
13465+
| optimization | false | true |
13466+
| sourceMap | true | false |
1344713467

1344813468
(cherry picked from commit 0a74d0d28daf68510459ed73ef048c91bfcabbbc)
1344913469

@@ -14464,21 +14484,23 @@ Alan Agius, Charles Lyding, Joey Perrott, Cédric Exbrayat, Doug Parker, Joshua
1446414484
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.
1446514485

1446614486
**Browser builder**
14467-
| Option | Previous default value | New default value |
14468-
|----------------------------------------|---------------------------|-------------------|
14469-
| optimization | false | true |
14470-
| aot | false | true |
14471-
| buildOptimizer | false | true |
14472-
| sourceMap | true | false |
14473-
| extractLicenses | false | true |
14474-
| namedChunks | true | false |
14475-
| vendorChunk | true | false |
14487+
14488+
| Option | Previous default value | New default value |
14489+
| --------------- | ---------------------- | ----------------- |
14490+
| optimization | false | true |
14491+
| aot | false | true |
14492+
| buildOptimizer | false | true |
14493+
| sourceMap | true | false |
14494+
| extractLicenses | false | true |
14495+
| namedChunks | true | false |
14496+
| vendorChunk | true | false |
1447614497

1447714498
**Server builder**
14478-
| Option | Previous default value | New default value |
14479-
|---------------|------------------------|-------------------|
14480-
| optimization | false | true |
14481-
| sourceMap | true | false |
14499+
14500+
| Option | Previous default value | New default value |
14501+
| ------------ | ---------------------- | ----------------- |
14502+
| optimization | false | true |
14503+
| sourceMap | true | false |
1448214504

1448314505
(cherry picked from commit 0a74d0d28daf68510459ed73ef048c91bfcabbbc)
1448414506

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": "20.3.30",
3+
"version": "20.3.31",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)