Skip to content

Commit 0c41bc7

Browse files
committed
docs: release notes for the v22.2.0 release
1 parent f707e40 commit 0c41bc7

1 file changed

Lines changed: 22 additions & 92 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 22 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,52 @@
1-
<a name="22.1.8"></a>
2-
# 22.1.8 "rubidium-rhino" (2026-09-23)
1+
<a name="22.2.0"></a>
2+
# 22.2.0 "rubidium-rollercoaster" (2026-09-23)
33
### aria
44
| Commit | Type | Description |
55
| -- | -- | -- |
6-
| [377256d87](https://github.com/angular/components/commit/377256d87a1b75297192686cbf2a9d35ce597e42) | fix | **accordion:** ensure right attribute is set when used as a host directive ([#33839](https://github.com/angular/components/pull/33839)) |
7-
8-
<!-- CHANGELOG SPLIT MARKER -->
9-
10-
<a name="22.2.0-rc.0"></a>
11-
# 22.2.0-rc.0 "argon-airplane" (2026-09-16)
6+
| [cd9c7da8b](https://github.com/angular/components/commit/cd9c7da8b6caf503cf1c0b1de1e7e861077abefb) | fix | **menu:** make MenuItem value optional ([#33715](https://github.com/angular/components/pull/33715)) |
127
### cdk
138
| Commit | Type | Description |
149
| -- | -- | -- |
15-
| [a3936eabe](https://github.com/angular/components/commit/a3936eabe6a4056e31db8ab926f02d09322597ef) | fix | **table:** update rows when row definitions change ([#33670](https://github.com/angular/components/pull/33670)) |
10+
| [0f6e8d656](https://github.com/angular/components/commit/0f6e8d6560506639ecf443cc056e455151d72142) | fix | **overlay:** temporarily hide getAttachedOverlays ([#33854](https://github.com/angular/components/pull/33854)) |
11+
| [3d30bf1b4](https://github.com/angular/components/commit/3d30bf1b4301f494cfbf5defed8e268eb02ec35b) | fix | **testing:** account for new DirectiveFixture API ([#33771](https://github.com/angular/components/pull/33771)) |
1612
| [aad74d364](https://github.com/angular/components/commit/aad74d3646c26e54dcd676bd57744bd1ca2e4df0) | fix | **testing:** use directive fixture onDestroy ([#33793](https://github.com/angular/components/pull/33793)) |
1713
### material
1814
| Commit | Type | Description |
1915
| -- | -- | -- |
16+
| [5d64e397b](https://github.com/angular/components/commit/5d64e397b47e722e6ec8cd9eed69cd032766f656) | feat | **icon:** add material symbol classes automatically ([#33750](https://github.com/angular/components/pull/33750)) |
17+
| [cacab5551](https://github.com/angular/components/commit/cacab5551ba8a4af365b0e99132ef21e87c3b3f5) | feat | **menu:** add disabledInteractive input to MatMenuItem ([#33693](https://github.com/angular/components/pull/33693)) |
2018
| [b0019f844](https://github.com/angular/components/commit/b0019f8444adadbb2d5ce457d4acafb14e764cf1) | fix | **core:** generate Material Symbols in schematic ([#33797](https://github.com/angular/components/pull/33797)) |
19+
| [42c72bf2e](https://github.com/angular/components/commit/42c72bf2ebb0a8ba0b38c5614814385b25df43e9) | fix | **form-field:** support signal forms in MatFormFieldControl |
2120
| [fd3f02826](https://github.com/angular/components/commit/fd3f02826de79a65636f590d91ba1bb7f4ee7d25) | fix | **icon:** false positive in font detection ([#33805](https://github.com/angular/components/pull/33805)) |
21+
| [d33df3168](https://github.com/angular/components/commit/d33df316812be211a460cbbcc22bae4e8a3a6c47) | fix | **menu:** allow focus to land on disabledInteractive items ([#33749](https://github.com/angular/components/pull/33749)) |
2222
### material-luxon-adapter
2323
| Commit | Type | Description |
2424
| -- | -- | -- |
2525
| [d3acf189e](https://github.com/angular/components/commit/d3acf189e5c52cc688bf7990d4bd8ffe0dd872ab) | feat | add option to set zone ([#33579](https://github.com/angular/components/pull/33579)) |
26+
### multiple
27+
| Commit | Type | Description |
28+
| -- | -- | -- |
29+
| [8d3da9ea3](https://github.com/angular/components/commit/8d3da9ea36db6123ea0fcb44aaac18c6c91c7639) | feat | export aria injection tokens to support custom subclasses ([#33607](https://github.com/angular/components/pull/33607)) |
30+
| [ab16b1fb9](https://github.com/angular/components/commit/ab16b1fb906475b938a49580ef3b2888d1611bfb) | fix | include material symbols in selectors ([#33754](https://github.com/angular/components/pull/33754)) |
31+
| [67c4cfbc8](https://github.com/angular/components/commit/67c4cfbc8a0d09b626eaf986a9d47f21223b2efb) | fix | replace hasOwnProperty with Object.hasOwn ([#33843](https://github.com/angular/components/pull/33843)) |
2632

2733
<!-- CHANGELOG SPLIT MARKER -->
2834

29-
<a name="22.1.7"></a>
30-
# 22.1.7 "argon-aristocrat" (2026-09-16)
31-
### cdk
35+
<a name="22.1.8"></a>
36+
# 22.1.8 "rubidium-rhino" (2026-09-23)
37+
### aria
3238
| Commit | Type | Description |
3339
| -- | -- | -- |
34-
| [a9b6b74bb](https://github.com/angular/components/commit/a9b6b74bb20930a19f79198f97e4aee77d25b444) | fix | **table:** update rows when row definitions change ([#33670](https://github.com/angular/components/pull/33670)) |
40+
| [377256d87](https://github.com/angular/components/commit/377256d87a1b75297192686cbf2a9d35ce597e42) | fix | **accordion:** ensure right attribute is set when used as a host directive ([#33839](https://github.com/angular/components/pull/33839)) |
3541

3642
<!-- CHANGELOG SPLIT MARKER -->
3743

38-
<a name="22.2.0-next.5"></a>
39-
# 22.2.0-next.5 "bismuth-badge" (2026-09-09)
44+
<a name="22.1.7"></a>
45+
# 22.1.7 "argon-aristocrat" (2026-09-16)
4046
### cdk
4147
| Commit | Type | Description |
4248
| -- | -- | -- |
43-
| [0bb7b183e](https://github.com/angular/components/commit/0bb7b183e1deb0a6a7a2aea5e05a287033ae1de6) | fix | **overlay:** expose currently open overlays ([#33768](https://github.com/angular/components/pull/33768)) |
44-
| [3d30bf1b4](https://github.com/angular/components/commit/3d30bf1b4301f494cfbf5defed8e268eb02ec35b) | fix | **testing:** account for new DirectiveFixture API ([#33771](https://github.com/angular/components/pull/33771)) |
49+
| [a9b6b74bb](https://github.com/angular/components/commit/a9b6b74bb20930a19f79198f97e4aee77d25b444) | fix | **table:** update rows when row definitions change ([#33670](https://github.com/angular/components/pull/33670)) |
4550

4651
<!-- CHANGELOG SPLIT MARKER -->
4752

@@ -54,27 +59,6 @@
5459

5560
<!-- CHANGELOG SPLIT MARKER -->
5661

57-
<a name="22.2.0-next.4"></a>
58-
# 22.2.0-next.4 "platinum-piano" (2026-09-02)
59-
### aria
60-
| Commit | Type | Description |
61-
| -- | -- | -- |
62-
| [de579cc34](https://github.com/angular/components/commit/de579cc349fe9159aa5882b45734868d1ee6d0f3) | fix | **combobox:** popup not closing when focus leaves it ([#33697](https://github.com/angular/components/pull/33697)) |
63-
| [46b918eda](https://github.com/angular/components/commit/46b918edaf1f7f79d3e7b05b730275d2697647c0) | fix | **menu:** focus not moved into menu if items are delayed ([#33743](https://github.com/angular/components/pull/33743)) |
64-
| [cd9c7da8b](https://github.com/angular/components/commit/cd9c7da8b6caf503cf1c0b1de1e7e861077abefb) | fix | **menu:** make MenuItem value optional ([#33715](https://github.com/angular/components/pull/33715)) |
65-
### material
66-
| Commit | Type | Description |
67-
| -- | -- | -- |
68-
| [5d64e397b](https://github.com/angular/components/commit/5d64e397b47e722e6ec8cd9eed69cd032766f656) | feat | **icon:** add material symbol classes automatically ([#33750](https://github.com/angular/components/pull/33750)) |
69-
| [d33df3168](https://github.com/angular/components/commit/d33df316812be211a460cbbcc22bae4e8a3a6c47) | fix | **menu:** allow focus to land on disabledInteractive items ([#33749](https://github.com/angular/components/pull/33749)) |
70-
### multiple
71-
| Commit | Type | Description |
72-
| -- | -- | -- |
73-
| [9ed16f1ac](https://github.com/angular/components/commit/9ed16f1ac9a1abc6d7676662d292b8e44fabdc47) | fix | add forms to cdk peer dependencies ([#33666](https://github.com/angular/components/pull/33666)) |
74-
| [ab16b1fb9](https://github.com/angular/components/commit/ab16b1fb906475b938a49580ef3b2888d1611bfb) | fix | include material symbols in selectors ([#33754](https://github.com/angular/components/pull/33754)) |
75-
76-
<!-- CHANGELOG SPLIT MARKER -->
77-
7862
<a name="22.1.5"></a>
7963
# 22.1.5 "platinum-parachute" (2026-09-02)
8064
### aria
@@ -89,20 +73,6 @@
8973

9074
<!-- CHANGELOG SPLIT MARKER -->
9175

92-
<a name="22.2.0-next.3"></a>
93-
# 22.2.0-next.3 "nickel-nanobot" (2026-08-26)
94-
### cdk
95-
| Commit | Type | Description |
96-
| -- | -- | -- |
97-
| [6956699a1](https://github.com/angular/components/commit/6956699a1e01e3a57975fc8e309b6f926115d210) | fix | **table:** show a real error message instead of a crash when a table column is missing ([#33698](https://github.com/angular/components/pull/33698)) |
98-
### material
99-
| Commit | Type | Description |
100-
| -- | -- | -- |
101-
| [cacab5551](https://github.com/angular/components/commit/cacab5551ba8a4af365b0e99132ef21e87c3b3f5) | feat | **menu:** add disabledInteractive input to MatMenuItem ([#33693](https://github.com/angular/components/pull/33693)) |
102-
| [e0fd08c05](https://github.com/angular/components/commit/e0fd08c058132653a1fc740475aa194f6b73c969) | fix | **sidenav:** prevent drawer from getting stuck when toggled rapidly ([#33726](https://github.com/angular/components/pull/33726)) |
103-
104-
<!-- CHANGELOG SPLIT MARKER -->
105-
10676
<a name="22.1.4"></a>
10777
# 22.1.4 "nickel-nose" (2026-08-26)
10878
### cdk
@@ -116,15 +86,6 @@
11686

11787
<!-- CHANGELOG SPLIT MARKER -->
11888

119-
<a name="22.2.0-next.2"></a>
120-
# 22.2.0-next.2 "hydrogen-horse" (2026-08-19)
121-
### multiple
122-
| Commit | Type | Description |
123-
| -- | -- | -- |
124-
| [7dccecc78](https://github.com/angular/components/commit/7dccecc7847d00c49aa5e19d1618be4ab3eecea7) | fix | account for shadow dom in aria directives ([#33691](https://github.com/angular/components/pull/33691)) |
125-
126-
<!-- CHANGELOG SPLIT MARKER -->
127-
12889
<a name="22.1.3"></a>
12990
# 22.1.3 "hydrogen-harp" (2026-08-19)
13091
### multiple
@@ -134,28 +95,6 @@
13495

13596
<!-- CHANGELOG SPLIT MARKER -->
13697

137-
<a name="22.2.0-next.1"></a>
138-
# 22.2.0-next.1 "silver-can" (2026-08-12)
139-
### aria
140-
| Commit | Type | Description |
141-
| -- | -- | -- |
142-
| [c87e3a57e7](https://github.com/angular/components/commit/c87e3a57e7f90a93b003d1e5913b96904b8b8adf) | fix | **combobox:** empty aria-controls when the popup widget has no id ([#33635](https://github.com/angular/components/pull/33635)) |
143-
### cdk
144-
| Commit | Type | Description |
145-
| -- | -- | -- |
146-
| [f3e6276c96](https://github.com/angular/components/commit/f3e6276c969f33e527b616ef8bf7b0404685721d) | fix | **a11y:** move focus to root if there are no focusable elements in focus trap ([#33654](https://github.com/angular/components/pull/33654)) |
147-
### material
148-
| Commit | Type | Description |
149-
| -- | -- | -- |
150-
| [c71383fe37](https://github.com/angular/components/commit/c71383fe37e7832a31930993ab6b4c15145cefae) | fix | **datepicker:** actions overflowing at some screen sizes with touch UI ([#33645](https://github.com/angular/components/pull/33645)) |
151-
| [e9760b396b](https://github.com/angular/components/commit/e9760b396b6713b4f06f17a2caf203e8a287a86d) | fix | **form-field:** update view when the control is swapped out ([#33636](https://github.com/angular/components/pull/33636)) |
152-
### multiple
153-
| Commit | Type | Description |
154-
| -- | -- | -- |
155-
| [9582c5f301](https://github.com/angular/components/commit/9582c5f301b8da23061f444de9083f358fafd630) | fix | tokens specified in wrong category ([#33660](https://github.com/angular/components/pull/33660)) |
156-
157-
<!-- CHANGELOG SPLIT MARKER -->
158-
15998
<a name="22.1.2"></a>
16099
# 22.1.2 "aluminum-can" (2026-08-12)
161100
### aria
@@ -178,15 +117,6 @@
178117

179118
<!-- CHANGELOG SPLIT MARKER -->
180119

181-
<a name="22.2.0-next.0"></a>
182-
# 22.2.0-next.0 "zinc-zoo" (2026-08-05)
183-
### multiple
184-
| Commit | Type | Description |
185-
| -- | -- | -- |
186-
| [8d3da9ea3](https://github.com/angular/components/commit/8d3da9ea36db6123ea0fcb44aaac18c6c91c7639) | feat | export aria injection tokens to support custom subclasses ([#33607](https://github.com/angular/components/pull/33607)) |
187-
188-
<!-- CHANGELOG SPLIT MARKER -->
189-
190120
<a name="22.1.1"></a>
191121
# 22.1.1 "zinc-zebra" (2026-08-05)
192122
### material

0 commit comments

Comments
 (0)