Skip to content

Commit 465e7a5

Browse files
committed
release: cut the v21.0.0-next.5 release
1 parent 7f75de8 commit 465e7a5

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
<a name="21.0.0-next.5"></a>
2+
# 21.0.0-next.5 "hungry-kiwi" (2025-09-24)
3+
## Breaking Changes
4+
### cdk
5+
- * `$z-index-overlay-container` has been removed. Use `$overlay-container-z-index` instead.
6+
* `$z-index-overlay` has been removed. Use `$overlay-z-index` instead.
7+
* `$dark-backdrop-background` has been removed. Use `$overlay-backdrop-color` instead.
8+
* `$z-index-overlay-backdrop` has been removed. Use `$overlay-backdrop-z-index` instead.
9+
### cdk-experimental
10+
| Commit | Type | Description |
11+
| -- | -- | -- |
12+
| [f0047282a](https://github.com/angular/components/commit/f0047282a10551bb9044c74e4b441e795bec1de9) | fix | **ui-patterns:** preserveContent should not render until first visible ([#31660](https://github.com/angular/components/pull/31660)) |
13+
### material
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [737c69fce](https://github.com/angular/components/commit/737c69fce7c362a4e49fb7f7869ed7237f4f8a35) | feat | **radio:** Hovering over label of a radio will show the pointer cursor ([#31894](https://github.com/angular/components/pull/31894)) |
17+
| [3619903fa](https://github.com/angular/components/commit/3619903fa26910a784f01bee627e30d922b9b525) | feat | **testing:** Add icon name filtering to MatButtonHarness ([#31852](https://github.com/angular/components/pull/31852)) |
18+
| [3b95117e5](https://github.com/angular/components/commit/3b95117e5901b4f53b685ca031f12f108a96f86f) | fix | **chips:** remove visible overflow for labels ([#31679](https://github.com/angular/components/pull/31679)) |
19+
| [7a17fe950](https://github.com/angular/components/commit/7a17fe950dd69505d0cea705445aff14312a0212) | fix | **core:** move internal tokens ([#31907](https://github.com/angular/components/pull/31907)) |
20+
| [977f46fe6](https://github.com/angular/components/commit/977f46fe61c9e77d0b3706a94016c14cd0cdbe90) | fix | **form-field:** restore error message animation ([#31774](https://github.com/angular/components/pull/31774)) |
21+
| [ff10f0448](https://github.com/angular/components/commit/ff10f044826323811eee0f918e9c1515a5514c5e) | fix | **stepper:** Adjust aria tab-related roles to fix violations ([#31844](https://github.com/angular/components/pull/31844)) |
22+
| [b6d81939c](https://github.com/angular/components/commit/b6d81939c822684a4084b3081a2a42d885e1907d) | fix | **table:** style no data row properly ([#31895](https://github.com/angular/components/pull/31895)) |
23+
### cdk
24+
| Commit | Type | Description |
25+
| -- | -- | -- |
26+
| [84fc0d963](https://github.com/angular/components/commit/84fc0d9638948ee2a94659d5af78894809f2a30c) | fix | **overlay:** remove deprecated variables ([#31898](https://github.com/angular/components/pull/31898)) |
27+
28+
<!-- CHANGELOG SPLIT MARKER -->
29+
130
<a name="20.2.5"></a>
231
# 20.2.5 "sparkling-penguin" (2025-09-24)
332
### material

package.json

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

0 commit comments

Comments
 (0)