Skip to content

Commit 3fa1f16

Browse files
committed
release: cut the v22.0.0-rc.1 release
1 parent f2f6267 commit 3fa1f16

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="22.0.0-rc.1"></a>
2+
# 22.0.0-rc.1 "metal-monkey" (2026-05-20)
3+
### aria
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [ce1d9a7286](https://github.com/angular/components/commit/ce1d9a7286b66e2c9511183586fceabf2a925c02) | fix | **menu:** allow menu item role override ([#33264](https://github.com/angular/components/pull/33264)) |
7+
| [196b7064db](https://github.com/angular/components/commit/196b7064db336830ee9c43244c00631935dd2c55) | fix | **menu:** defer menu item focus in case menus in cdk overlay ([#33258](https://github.com/angular/components/pull/33258)) |
8+
| [6443b79f9a](https://github.com/angular/components/commit/6443b79f9a629c67766675ebd740722eb65b2926) | fix | **menu:** unable to set softDisabled ([#33265](https://github.com/angular/components/pull/33265)) |
9+
### cdk
10+
| Commit | Type | Description |
11+
| -- | -- | -- |
12+
| [4c298970ed](https://github.com/angular/components/commit/4c298970ed67abfa7b9980e219bbbafe3c71ddc5) | fix | **scrolling:** make it easier to provide custom scrollable ([#33269](https://github.com/angular/components/pull/33269)) |
13+
### material
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [f2f62675e1](https://github.com/angular/components/commit/f2f62675e19020fb6443f1477b4b1d93015a5927) | fix | **datepicker:** ensure dates don't overflow on a small screen ([#33281](https://github.com/angular/components/pull/33281)) |
17+
| [f1a435508a](https://github.com/angular/components/commit/f1a435508ada291b580e20e628464f552288690d) | fix | **sidenav:** handle mixed sidenav and drawer ([#33274](https://github.com/angular/components/pull/33274)) |
18+
| [a4d92c5fcb](https://github.com/angular/components/commit/a4d92c5fcb7d163ec8dd180815175bbaa0a38491) | fix | **sidenav:** more robust reset logic for inert attribute ([#33257](https://github.com/angular/components/pull/33257)) |
19+
20+
<!-- CHANGELOG SPLIT MARKER -->
21+
122
<a name="22.0.0-rc.0"></a>
223
# 22.0.0-rc.0 "crystal lotion" (2026-05-13)
324
### 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": "22.0.0-rc.0",
56+
"version": "22.0.0-rc.1",
5757
"dependencies": {
5858
"@angular/compiler-cli": "catalog:",
5959
"@angular-devkit/core": "catalog:",

0 commit comments

Comments
 (0)