Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
<a name="22.1.0-rc.0"></a>
# 22.1.0-rc.0 "plastic-muffin" (2026-07-24)
### aria
| Commit | Type | Description |
| -- | -- | -- |
| [b211bf15f7](https://github.com/angular/components/commit/b211bf15f7090546b82957cb34d0d60409733fb1) | fix | **grid:** account for disabled cell widgets and in-place disablement in roving tabindex ([#33571](https://github.com/angular/components/pull/33571)) |
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [ce6875ea7a](https://github.com/angular/components/commit/ce6875ea7acbcf71c93cd19f3de525ceff29651c) | fix | **drag-drop:** reset popover overflow ([#33554](https://github.com/angular/components/pull/33554)) |
| [0e34c64d0c](https://github.com/angular/components/commit/0e34c64d0cc96cd3cc8f19dea06f58a0ad4d8b59) | fix | **stepper:** allow signal form to be assigned as stepControl ([#33562](https://github.com/angular/components/pull/33562)) |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [3d21c1b9a2](https://github.com/angular/components/commit/3d21c1b9a2ba57dc1e5c5ff23e8ff63d50b607f6) | fix | **expansion:** always reset outline ([#33542](https://github.com/angular/components/pull/33542)) |
| [9105a44b83](https://github.com/angular/components/commit/9105a44b83062e1a2a896a98bc229f2fa050ba91) | fix | **list:** make disabled selection list keyboard navigable ([#33544](https://github.com/angular/components/pull/33544)) |
| [a62e65971a](https://github.com/angular/components/commit/a62e65971a379715b8bae2e437e67b62c113a263) | fix | **radio:** avoid making the touch target a focus stop ([#33558](https://github.com/angular/components/pull/33558)) |
| [56c7ff6fa3](https://github.com/angular/components/commit/56c7ff6fa3df13285e374bc4d280aa292287df58) | fix | **slide-toggle:** prevent icon label text-spacing cutoff ([#33559](https://github.com/angular/components/pull/33559)) |
### material-luxon-adapter
| Commit | Type | Description |
| -- | -- | -- |
| [452d3cce3e](https://github.com/angular/components/commit/452d3cce3e2c651945e0f85c545a2e13b90b8add) | fix | preserve timezone on .clone() ([#33564](https://github.com/angular/components/pull/33564)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="22.0.6"></a>
# 22.0.6 "plaid-panda" (2026-07-22)
### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0-next.4",
"version": "22.2.0-next.0",
"dependencies": {
"@angular/compiler-cli": "catalog:",
"@angular-devkit/core": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>angular/dev-infra//renovate-presets/default.json5"],
"baseBranchPatterns": ["main", "22.0.x"],
"baseBranchPatterns": ["main", "22.1.x"],
"ignoreDeps": ["stylelint", "selenium-webdriver", "@types/selenium-webdriver", "typescript"],
"ignorePaths": ["docs/src/assets/stackblitz/**", "integration/**"]
}
Loading