Skip to content

Commit 37cffba

Browse files
committed
release: cut the v21.2.0 release
1 parent eeacb0e commit 37cffba

File tree

2 files changed

+9
-98
lines changed

2 files changed

+9
-98
lines changed

CHANGELOG.md

Lines changed: 8 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
1-
<a name="21.2.0-rc.0"></a>
2-
# 21.2.0-rc.0 "chlorine-canine" (2026-02-18)
3-
4-
<!-- CHANGELOG SPLIT MARKER -->
5-
6-
<a name="21.2.0-next.5"></a>
7-
# 21.2.0-next.5 "chlorine-cat" (2026-02-18)
1+
<a name="21.2.0"></a>
2+
# 21.2.0 "plastic-lion" (2026-02-25)
83
### aria
94
| Commit | Type | Description |
105
| -- | -- | -- |
11-
| [c57e6a1545](https://github.com/angular/components/commit/c57e6a1545d79d6ad515082fc89f0dfb5cb1ab8f) | fix | **combobox:** fix autocomplete examples and add comments explaining combobox selection behavior ([#32714](https://github.com/angular/components/pull/32714)) |
6+
| [31ff7f26b5](https://github.com/angular/components/commit/31ff7f26b5dd08c1d48dc5ebb8f1a9ba57a2dc9c) | fix | **grid:** align output naming with styleguide |
7+
| [d030725f46](https://github.com/angular/components/commit/d030725f462d93bbca9918f153a48b5631ef0476) | fix | **menu:** align output naming with styleguide |
128
### cdk
139
| Commit | Type | Description |
1410
| -- | -- | -- |
15-
| [b15b48df98](https://github.com/angular/components/commit/b15b48df980b1f86885d4d25fdc8ba58b2bac62b) | fix | **tree:** no nodes focusable if data is replaced ([#32781](https://github.com/angular/components/pull/32781)) |
11+
| [cd5209e9f5](https://github.com/angular/components/commit/cd5209e9f59c8bd31de29d03fd743452d8ae3d03) | fix | **portal:** allow bindings to be passed to component portal ([#32814](https://github.com/angular/components/pull/32814)) |
12+
| [e397ecbcfa](https://github.com/angular/components/commit/e397ecbcfad4e85fde8d116faf5caa80dcddca45) | fix | **table:** remove string-based DI tokens ([#32677](https://github.com/angular/components/pull/32677)) |
1613
### material
1714
| Commit | Type | Description |
1815
| -- | -- | -- |
19-
| [f5c586925e](https://github.com/angular/components/commit/f5c586925eb9a1cc00a9b2e22860be1f69ef9184) | fix | **select:** disable position locking ([#32772](https://github.com/angular/components/pull/32772)) |
20-
### google-maps
21-
| Commit | Type | Description |
22-
| -- | -- | -- |
23-
| [0870786036](https://github.com/angular/components/commit/0870786036286c3b0d3485cb31098afdf22c0350) | fix | fix mismatch in clusterer types ([#32778](https://github.com/angular/components/pull/32778)) |
16+
| [8c4526935e](https://github.com/angular/components/commit/8c4526935ef7e960ed4245a4621d41065ba34e3b) | fix | **core:** expose strong focus indicator structural styles ([#32808](https://github.com/angular/components/pull/32808)) |
17+
| [7fe3081148](https://github.com/angular/components/commit/7fe308114829c4ce454cc247e59e59387ee7fd17) | fix | **datepicker:** drop dependency on NgClass ([#32810](https://github.com/angular/components/pull/32810)) |
2418

2519
<!-- CHANGELOG SPLIT MARKER -->
2620

@@ -45,25 +39,6 @@
4539

4640
<!-- CHANGELOG SPLIT MARKER -->
4741

48-
<a name="21.2.0-next.4"></a>
49-
# 21.2.0-next.4 "marzipan-rutabaga" (2026-02-11)
50-
### aria
51-
| Commit | Type | Description |
52-
| -- | -- | -- |
53-
| [70f8b6aac](https://github.com/angular/components/commit/70f8b6aac471a20dcc8f51da7aefdc930469b185) | perf | **grid:** performance when selecting in a large grid ([#32766](https://github.com/angular/components/pull/32766)) |
54-
### material
55-
| Commit | Type | Description |
56-
| -- | -- | -- |
57-
| [4ff346bbb](https://github.com/angular/components/commit/4ff346bbb56bb8f6b117c9d03b6f80eac32bc2f8) | fix | **radio:** hide empty labels ([#32754](https://github.com/angular/components/pull/32754)) |
58-
| [bee55117c](https://github.com/angular/components/commit/bee55117c674ac1ab3ec44acc624e92d1f960e14) | fix | **slide-toggle:** overly broad selector ([#32740](https://github.com/angular/components/pull/32740)) |
59-
| [06750e02e](https://github.com/angular/components/commit/06750e02e42283f7cdf84772da76ef3d9426b5ab) | fix | **tooltip:** do not block events to other overlays |
60-
### multiple
61-
| Commit | Type | Description |
62-
| -- | -- | -- |
63-
| [529c1bfd7](https://github.com/angular/components/commit/529c1bfd75ddb1e80136d509fdf336f9efc2a1bc) | fix | change aria keyboard manager to only handle repeated events in correct places ([#32728](https://github.com/angular/components/pull/32728)) |
64-
65-
<!-- CHANGELOG SPLIT MARKER -->
66-
6742
<a name="21.1.4"></a>
6843
# 21.1.4 "zircaloy-gondola" (2026-02-11)
6944
### aria
@@ -83,27 +58,6 @@
8358

8459
<!-- CHANGELOG SPLIT MARKER -->
8560

86-
<a name="21.2.0-next.3"></a>
87-
# 21.2.0-next.3 "wooden-kiwi" (2026-02-04)
88-
### aria
89-
| Commit | Type | Description |
90-
| -- | -- | -- |
91-
| [31ff7f26b](https://github.com/angular/components/commit/31ff7f26b5dd08c1d48dc5ebb8f1a9ba57a2dc9c) | fix | **grid:** align output naming with styleguide |
92-
| [f1157b1c8](https://github.com/angular/components/commit/f1157b1c88b78b87ae6e16a74ff2445aeb4156bf) | fix | **menu:** Add label property for proper aria-label ([#32710](https://github.com/angular/components/pull/32710)) |
93-
| [d030725f4](https://github.com/angular/components/commit/d030725f462d93bbca9918f153a48b5631ef0476) | fix | **menu:** align output naming with styleguide |
94-
| [06e3d756c](https://github.com/angular/components/commit/06e3d756ca1114ee05d785cd38a7e144795b709e) | fix | **toolbar:** show outline on selected items when forced colors active ([#32708](https://github.com/angular/components/pull/32708)) |
95-
### material
96-
| Commit | Type | Description |
97-
| -- | -- | -- |
98-
| [a3f2ec8a9](https://github.com/angular/components/commit/a3f2ec8a94aadf459797114d31ba487741b37d35) | fix | **badge:** move warning check later ([#32724](https://github.com/angular/components/pull/32724)) |
99-
| [865e3d50c](https://github.com/angular/components/commit/865e3d50ca86b237cdf0c78ca411164dfb0a85a1) | fix | **chips:** Example violates axe accessibility tests ([#32679](https://github.com/angular/components/pull/32679)) |
100-
### cdk-experimental
101-
| Commit | Type | Description |
102-
| -- | -- | -- |
103-
| [6fd833d2b](https://github.com/angular/components/commit/6fd833d2bcf1c0745ddff8fadb63210c31cf8b07) | perf | **column-resize:** add debounce to column header hover to prevent excessive handler rendering ([#30709](https://github.com/angular/components/pull/30709)) |
104-
105-
<!-- CHANGELOG SPLIT MARKER -->
106-
10761
<a name="21.1.3"></a>
10862
# 21.1.3 "wooden-duck" (2026-02-04)
10963
### aria
@@ -123,26 +77,6 @@
12377

12478
<!-- CHANGELOG SPLIT MARKER -->
12579

126-
<a name="21.2.0-next.2"></a>
127-
# 21.2.0-next.2 "plastic-bottle" (2026-01-29)
128-
### aria
129-
| Commit | Type | Description |
130-
| -- | -- | -- |
131-
| [82a51f367b](https://github.com/angular/components/commit/82a51f367b2741245f77ff694a1a894910cdbdea) | fix | **combobox:** Add announcement for empty results to autocomplete demo ([#32707](https://github.com/angular/components/pull/32707)) |
132-
| [0395ca20f4](https://github.com/angular/components/commit/0395ca20f4cd0bf563b63aa412e1b4956e384f9b) | perf | **grid:** avoid excessive change detections ([#32705](https://github.com/angular/components/pull/32705)) |
133-
### cdk
134-
| Commit | Type | Description |
135-
| -- | -- | -- |
136-
| [c71256dfdb](https://github.com/angular/components/commit/c71256dfdb981a628120d6bbafdc3001836dd9a8) | fix | **listbox:** incorrect wording in error message ([#32697](https://github.com/angular/components/pull/32697)) |
137-
| [e78587f2bf](https://github.com/angular/components/commit/e78587f2bfc87abf06a78cc95da201700b14a962) | fix | **table:** throw when multiple row templates are used with virtual scrolling ([#32682](https://github.com/angular/components/pull/32682)) |
138-
### material
139-
| Commit | Type | Description |
140-
| -- | -- | -- |
141-
| [c70a4737a9](https://github.com/angular/components/commit/c70a4737a9fbe398c535be68bf1bcd625a52d8d2) | fix | **sidenav:** incorrectly trapping focus in some cases ([#32699](https://github.com/angular/components/pull/32699)) |
142-
| [34bcffb9f5](https://github.com/angular/components/commit/34bcffb9f53074b1f9b2a0a2491da1774612b97b) | fix | **timepicker:** make it easier to style timepicker panel ([#32711](https://github.com/angular/components/pull/32711)) |
143-
144-
<!-- CHANGELOG SPLIT MARKER -->
145-
14680
<a name="21.1.2"></a>
14781
# 21.1.2 "glass-bottle" (2026-01-28)
14882
### aria
@@ -163,24 +97,6 @@
16397

16498
<!-- CHANGELOG SPLIT MARKER -->
16599

166-
<a name="21.2.0-next.1"></a>
167-
# 21.2.0-next.1 "plastic-ant" (2026-01-21)
168-
### aria
169-
| Commit | Type | Description |
170-
| -- | -- | -- |
171-
| [ec384a37ab](https://github.com/angular/components/commit/ec384a37ab7df3838eaf7fcc238aab0ce8ba5ef2) | fix | **grid:** unit tests for grid pattern ([#32633](https://github.com/angular/components/pull/32633)) |
172-
### cdk
173-
| Commit | Type | Description |
174-
| -- | -- | -- |
175-
| [e397ecbcfa](https://github.com/angular/components/commit/e397ecbcfad4e85fde8d116faf5caa80dcddca45) | fix | **table:** remove string-based DI tokens ([#32677](https://github.com/angular/components/pull/32677)) |
176-
### multiple
177-
| Commit | Type | Description |
178-
| -- | -- | -- |
179-
| [3612ef6094](https://github.com/angular/components/commit/3612ef6094d268f14e2068db71ff7dada278476c) | fix | incorrect paths in declaration files for aria |
180-
| [f3357c1dff](https://github.com/angular/components/commit/f3357c1dff6e68de75f1c35ff8dde3b4f3874345) | fix | resolve sass if function deprecation warnings ([#32674](https://github.com/angular/components/pull/32674)) |
181-
182-
<!-- CHANGELOG SPLIT MARKER -->
183-
184100
<a name="21.1.1"></a>
185101
# 21.1.1 "plastic-bear" (2026-01-21)
186102
### aria
@@ -195,11 +111,6 @@
195111

196112
<!-- CHANGELOG SPLIT MARKER -->
197113

198-
<a name="21.2.0-next.0"></a>
199-
# 21.2.0-next.0 "cadmium-chicken" (2026-01-14)
200-
201-
<!-- CHANGELOG SPLIT MARKER -->
202-
203114
<a name="21.1.0"></a>
204115
# 21.1.0 "cadmium-crane" (2026-01-14)
205116
### 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.2.0-rc.0",
56+
"version": "21.2.0",
5757
"dependencies": {
5858
"@angular-devkit/core": "catalog:",
5959
"@angular-devkit/schematics": "catalog:",

0 commit comments

Comments
 (0)