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
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1406867100
package.json=-370577278
pnpm-lock.yaml=1107477480
package.json=-1483367293
pnpm-lock.yaml=-444375219
pnpm-workspace.yaml=14857322
src/cdk/package.json=-908433069
yarn.lock=-987404687
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="20.0.0-next.4"></a>
# 20.0.0-next.4 "bohrium-beans" (2025-03-26)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [985721c5d](https://github.com/angular/components/commit/985721c5d013f43ee5b779e1b87b2e5ec7eddf28) | fix | **menu:** not clearing aria-controls on context menu ([#30680](https://github.com/angular/components/pull/30680)) |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [3aecb3521](https://github.com/angular/components/commit/3aecb3521614d1bae40a5233d7fcc609fed0e632) | fix | **button:** tonal touch target token transgression ([#30688](https://github.com/angular/components/pull/30688)) |
| [2d7da0ac7](https://github.com/angular/components/commit/2d7da0ac706d6eb32439c256d9b3fa2e1d7c9225) | fix | **sort:** set cursor on entire clickable area ([#30696](https://github.com/angular/components/pull/30696)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.2.7"></a>
# 19.2.7 "bohrium-banana" (2025-03-26)
### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky"
},
"version": "20.0.0-next.3",
"version": "20.0.0-next.4",
"dependencies": {
"@angular/animations": "^20.0.0-next.3",
"@angular/common": "^20.0.0-next.3",
Expand Down
Loading
Loading