From 13d1a1bb3bc2c9e85c2b3876e80bb1359f9e5301 Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Wed, 20 May 2026 13:57:10 -0600 Subject: [PATCH] release: cut the v22.0.0-rc.1 release --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eec79a5285a..da5c3f2533e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +# 22.0.0-rc.1 "metal-monkey" (2026-05-20) +### aria +| Commit | Type | Description | +| -- | -- | -- | +| [ce1d9a7286](https://github.com/angular/components/commit/ce1d9a7286b66e2c9511183586fceabf2a925c02) | fix | **menu:** allow menu item role override ([#33264](https://github.com/angular/components/pull/33264)) | +| [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)) | +| [6443b79f9a](https://github.com/angular/components/commit/6443b79f9a629c67766675ebd740722eb65b2926) | fix | **menu:** unable to set softDisabled ([#33265](https://github.com/angular/components/pull/33265)) | +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [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)) | +### material +| Commit | Type | Description | +| -- | -- | -- | +| [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)) | +| [f1a435508a](https://github.com/angular/components/commit/f1a435508ada291b580e20e628464f552288690d) | fix | **sidenav:** handle mixed sidenav and drawer ([#33274](https://github.com/angular/components/pull/33274)) | +| [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)) | + + + # 22.0.0-rc.0 "crystal lotion" (2026-05-13) ### material diff --git a/package.json b/package.json index 9e168878e5ec..c2541e778589 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "ci-docs-monitor-test": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/docs-deploy/monitoring/ci-test.mts", "prepare": "husky" }, - "version": "22.0.0-rc.0", + "version": "22.0.0-rc.1", "dependencies": { "@angular/compiler-cli": "catalog:", "@angular-devkit/core": "catalog:",