Skip to content

Commit 34c2530

Browse files
committed
release: cut the v20.0.0-next.3 release
1 parent bcfc1a3 commit 34c2530

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

Diff for: CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
<a name="20.0.0-next.3"></a>
2+
3+
# 20.0.0-next.3 (2025-03-26)
4+
5+
## Breaking Changes
6+
7+
### @angular/cli
8+
9+
- Node.js versions from 22.0 to 22.10 are no longer supported
10+
11+
### @schematics/angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------- |
15+
| [9e6b9b537](https://github.com/angular/angular-cli/commit/9e6b9b5379d0448578b3bfb6100852dea7febe75) | fix | add type checking of host bindings to strict config |
16+
| [381d35fe4](https://github.com/angular/angular-cli/commit/381d35fe40f062713eac550a12b58c30c1ec33a9) | fix | remove empty `scripts` option value from new applications |
17+
| [a910fe9ae](https://github.com/angular/angular-cli/commit/a910fe9ae0423146f6509c5b9c45c88415365c9f) | fix | remove explicit `outputPath` option value from generated applications |
18+
19+
### @angular/cli
20+
21+
| Commit | Type | Description |
22+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
23+
| [64732534e](https://github.com/angular/angular-cli/commit/64732534ecb84d702bde2469466a05e765879f9a) | fix | update minimum supported Node.js 22 version to 22.11.0 |
24+
25+
### @angular/build
26+
27+
| Commit | Type | Description |
28+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
29+
| [c1de63300](https://github.com/angular/angular-cli/commit/c1de633007c423cfd9113cc781b5647e59306146) | feat | allow control of source map sources content for application builds |
30+
| [9b682e625](https://github.com/angular/angular-cli/commit/9b682e62519e761477e6266650239bf58026a9f4) | feat | support a default outputPath option for applications |
31+
| [156a14e38](https://github.com/angular/angular-cli/commit/156a14e387d83002fa01b33d574a6fbc078dad84) | fix | correct handling of response/request errors |
32+
| [a8817a3b2](https://github.com/angular/angular-cli/commit/a8817a3b2a9a94bdfcba4bf690e217e7d2d4686c) | fix | handle undefined `getOrCreateAngularServerApp` during error compilation |
33+
| [bd917d92a](https://github.com/angular/angular-cli/commit/bd917d92a653b1a5ece7ab96adfde8f8d282c34a) | fix | normalize karma asset paths before lookup |
34+
35+
### @angular/ssr
36+
37+
| Commit | Type | Description |
38+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------- |
39+
| [63428f3f1](https://github.com/angular/angular-cli/commit/63428f3f1e2ffd427011ea8a17b70f8829ae0bdf) | perf | flush headers prior to start rendering the HTML |
40+
| [6bd7b9b4a](https://github.com/angular/angular-cli/commit/6bd7b9b4a59240caa4f19185570aec8263d8a0a7) | perf | optimized request handling performance |
41+
42+
<!-- CHANGELOG SPLIT MARKER -->
43+
144
<a name="19.2.5"></a>
245

346
# 19.2.5 (2025-03-26)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "20.0.0-next.2",
3+
"version": "20.0.0-next.3",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)