Skip to content

Commit 7458ca1

Browse files
committed
release: cut the v21.0.0-next.5 release
1 parent e572666 commit 7458ca1

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
<a name="21.0.0-next.5"></a>
2+
3+
# 21.0.0-next.5 (2025-09-24)
4+
5+
## Breaking Changes
6+
7+
### @angular/build
8+
9+
- The `javascriptEnabled` option for Less is no longer supported. Projects relying on inline JavaScript within Less files will need to refactor their stylesheets to remove this dependency.
10+
11+
### @schematics/angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
15+
| [2a518016d](https://github.com/angular/angular-cli/commit/2a518016d9585dd4d16f90102d5409459ebba024) | feat | Applications are zoneless by default |
16+
| [9f255f2b3](https://github.com/angular/angular-cli/commit/9f255f2b3cc435f3bea2f0266a137176ca599aef) | feat | set `packageManager` in `package.json` on new projects |
17+
| [77741f5ee](https://github.com/angular/angular-cli/commit/77741f5eec735f23b0f2865101471e045e4889b8) | fix | add 'update-typescript-lib' migration |
18+
| [3af4dcbbf](https://github.com/angular/angular-cli/commit/3af4dcbbf4019e13a9547a404516502cf4eda736) | fix | add `__screenshots__/` to `.gitignore` |
19+
20+
### @angular/cli
21+
22+
| Commit | Type | Description |
23+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------- |
24+
| [6d3a3c579](https://github.com/angular/angular-cli/commit/6d3a3c5799bde1bab5c3878e0783ffa6854e36ad) | feat | add ai-tutor mcp tool |
25+
26+
### @angular-devkit/build-angular
27+
28+
| Commit | Type | Description |
29+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
30+
| [7a8c94615](https://github.com/angular/angular-cli/commit/7a8c94615164e114533fae0f84796a374dc1b47b) | fix | make zone.js optional in server and app-shell builders |
31+
32+
### @angular/build
33+
34+
| Commit | Type | Description |
35+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
36+
| [00426e315](https://github.com/angular/angular-cli/commit/00426e3150c846913a5aa31510b5a1126df9e570) | feat | add --list-tests flag to unit-test builder |
37+
| [3478aa332](https://github.com/angular/angular-cli/commit/3478aa332ef0241c04e7eeef9dd74b017292b2c4) | fix | exclude .angular from coverage instrumentation |
38+
| [139758586](https://github.com/angular/angular-cli/commit/13975858683421a5712bbfccee57cf141a0b96f6) | fix | remove deprecated `javascriptEnabled` option for Less |
39+
| [705af2278](https://github.com/angular/angular-cli/commit/705af22788102eeade08404d357582c39de8900b) | fix | set coverage report directory to coverage/project-name |
40+
| [907eabdd3](https://github.com/angular/angular-cli/commit/907eabdd3c7447ed2c211b6d6c2719b04443c545) | fix | support ESM PostCSS plugins |
41+
42+
### @angular/ssr
43+
44+
| Commit | Type | Description |
45+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- |
46+
| [afa273849](https://github.com/angular/angular-cli/commit/afa273849d0e0e62a7df2236d818bf7800c3ad13) | fix | avoid retaining rendered HTML in memory post-request |
47+
48+
<!-- CHANGELOG SPLIT MARKER -->
49+
150
<a name="20.3.3"></a>
251

352
# 20.3.3 (2025-09-24)

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.0.0-next.4",
3+
"version": "21.0.0-next.5",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)