Skip to content

Commit 9f01fe9

Browse files
committed
release: cut the v21.0.0-next.3 release
1 parent 9311b45 commit 9f01fe9

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
<a name="21.0.0-next.3"></a>
2+
# 21.0.0-next.3 "red-envelope" (2025-09-11)
3+
## Breaking Changes
4+
### material
5+
- * `MatCommonModule` has been removed.
6+
* `GranularSanityChecks` has been removed.
7+
* `MATERIAL_SANITY_CHECKS` has been removed.
8+
* `SanityChecks` has been removed.
9+
### cdk-experimental
10+
| Commit | Type | Description |
11+
| -- | -- | -- |
12+
| [f137183858](https://github.com/angular/components/commit/f137183858bf6bb9d47f7d184ea55241f2ee4a61) | fix | **accordion:** removes inert attribute from accordion trigger ([#31817](https://github.com/angular/components/pull/31817)) |
13+
### material
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [931ac3c1c7](https://github.com/angular/components/commit/931ac3c1c7f8468acaae1e9b266bdd5f52cd35fd) | fix | **chips:** Adjust trailing icon opacity based on chip state ([#31828](https://github.com/angular/components/pull/31828)) |
17+
| [c832533062](https://github.com/angular/components/commit/c832533062738e91142d0222f99b1e6859e89cce) | fix | **core:** remove MatCommonModule ([#31813](https://github.com/angular/components/pull/31813)) |
18+
| [878700d10a](https://github.com/angular/components/commit/878700d10ab042b6a62c6f86f4fcc24d5a0ae685) | fix | **progress-bar:** avoid CSP issues due to buffer dots ([#31818](https://github.com/angular/components/pull/31818)) |
19+
| [5a1a0ba4e6](https://github.com/angular/components/commit/5a1a0ba4e68c40886505c8c096f6c1257b9edb7b) | fix | **select:** ensure proper highlighting on selection ([#31789](https://github.com/angular/components/pull/31789)) |
20+
| [e0a35c52d5](https://github.com/angular/components/commit/e0a35c52d582d9f08aa9e76490481984dae53b75) | fix | **slider:** incorrect indicator transform origin in M3 ([#31834](https://github.com/angular/components/pull/31834)) |
21+
### cdk
22+
| Commit | Type | Description |
23+
| -- | -- | -- |
24+
| [54f641e330](https://github.com/angular/components/commit/54f641e33073172e426b444500fdea552c94d2e3) | fix | **drag-drop:** allow axis lock to be reset ([#31829](https://github.com/angular/components/pull/31829)) |
25+
26+
<!-- CHANGELOG SPLIT MARKER -->
27+
128
<a name="20.2.3"></a>
229
# 20.2.3 "tango-heels" (2025-09-11)
330
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ci-docs-monitor-test": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/docs-deploy/monitoring/ci-test.mts",
5353
"prepare": "husky"
5454
},
55-
"version": "21.0.0-next.2",
55+
"version": "21.0.0-next.3",
5656
"dependencies": {
5757
"@angular-devkit/core": "catalog:",
5858
"@angular-devkit/schematics": "catalog:",

0 commit comments

Comments
 (0)