Skip to content

Commit e7dd78a

Browse files
committed
release: cut the v21.0.0-rc.3 release
1 parent 6234d82 commit e7dd78a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="21.0.0-rc.3"></a>
2+
# 21.0.0-rc.3 "bubblewrap-bazooka" (2025-11-17)
3+
### aria
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [127d3dba57](https://github.com/angular/components/commit/127d3dba5754a4ceaa60f56ced7b4795c29372cc) | fix | **combobox:** escape key behavior ([#32364](https://github.com/angular/components/pull/32364)) |
7+
| [bac171d8bc](https://github.com/angular/components/commit/bac171d8bc82fd7bfd716cc5214c49f1bfbc76bb) | fix | **toolbar:** allow developers to wrap widgets ([#32341](https://github.com/angular/components/pull/32341)) |
8+
| [86558d2aa6](https://github.com/angular/components/commit/86558d2aa6437556bac805a6acdf8c31f5b2cfb8) | fix | **tree:** internal conformance check ([#32337](https://github.com/angular/components/pull/32337)) |
9+
### cdk
10+
| Commit | Type | Description |
11+
| -- | -- | -- |
12+
| [6234d82e2c](https://github.com/angular/components/commit/6234d82e2ca8101fdd1aac97257e92cb02466ef7) | fix | **overlay:** update golden file ([#32367](https://github.com/angular/components/pull/32367)) |
13+
### material
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [9aa4cc8818](https://github.com/angular/components/commit/9aa4cc88188d4dd5e933ca9767a0de06234f1474) | fix | **autocomplete:** empty autocomplete obscuring content ([#32348](https://github.com/angular/components/pull/32348)) |
17+
| [cf04a38988](https://github.com/angular/components/commit/cf04a3898839affe430cdcfd3dbc5f58cf8c82f1) | fix | **autocomplete:** render overlay next to trigger ([#32282](https://github.com/angular/components/pull/32282)) |
18+
| [c7bb91ed49](https://github.com/angular/components/commit/c7bb91ed4999f35cfaa733adc0911d4a96fcb3dc) | fix | **button-toggle:** fix typo in clamp-density call |
19+
| [b3e5365407](https://github.com/angular/components/commit/b3e5365407ec063bf17f5b5581e4197dc5b97765) | fix | **stepper:** fix typo in clamp-density call |
20+
21+
<!-- CHANGELOG SPLIT MARKER -->
22+
123
<a name="21.0.0-rc.2"></a>
224
# 21.0.0-rc.2 "wooden-dolphin" (2025-11-13)
325
### aria

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-rc.2",
56+
"version": "21.0.0-rc.3",
5757
"dependencies": {
5858
"@angular-devkit/core": "catalog:",
5959
"@angular-devkit/schematics": "catalog:",

0 commit comments

Comments
 (0)