Skip to content

Commit c4539e2

Browse files
committed
release: cut the v20.0.0-next.5 release
1 parent e787cd7 commit c4539e2

File tree

4 files changed

+2007
-1976
lines changed

4 files changed

+2007
-1976
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
5-
package.json=130765121
5+
package.json=-1190325024
66
patches/@angular__compiler-cli.patch=-65319555
7-
pnpm-lock.yaml=-266832367
7+
pnpm-lock.yaml=-1893050781
88
pnpm-workspace.yaml=14857322
99
src/cdk/package.json=-908433069
1010
yarn.lock=230420156

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="20.0.0-next.5"></a>
2+
# 20.0.0-next.5 "chitin-enigma" (2025-04-02)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [f9973ee231](https://github.com/angular/components/commit/f9973ee231166e02bb176f5c6172f1d4a1e0bfef) | fix | **overlay:** use MutationObserver to detach overlay ([#30703](https://github.com/angular/components/pull/30703)) |
7+
| [1372f52ae6](https://github.com/angular/components/commit/1372f52ae6774015b1a956aa1dbcde12d62eb42f) | perf | **drag-drop:** fix performance regression when destroying items ([#30751](https://github.com/angular/components/pull/30751)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [3daa360300](https://github.com/angular/components/commit/3daa360300a98e0c63db770f6812faa94eea1133) | feat | **core:** introduce custom token for controlling animations ([#30749](https://github.com/angular/components/pull/30749)) |
12+
| [907815dc5c](https://github.com/angular/components/commit/907815dc5cecc2b56d54fd9c525b1e37fb9002be) | fix | **checkbox:** hardcode token renames ([#30752](https://github.com/angular/components/pull/30752)) |
13+
| [e9b015737c](https://github.com/angular/components/commit/e9b015737ca86eabd18e1ce2411dd4e5c8882dc4) | fix | **form-field:** move error aria-live to parent container ([#30678](https://github.com/angular/components/pull/30678)) |
14+
| [ec538b598b](https://github.com/angular/components/commit/ec538b598bb7e4b5184d460de852b31523b99710) | fix | **form-field:** use ResizeObserver for label offset calculation ([#30702](https://github.com/angular/components/pull/30702)) |
15+
| [2d86ad441e](https://github.com/angular/components/commit/2d86ad441eeb3ec5fac3e99d7c9081db356615b3) | fix | **slider:** fix clobbered token for hover/focus/pressed ([#30754](https://github.com/angular/components/pull/30754)) |
16+
| [40d0ab4fc7](https://github.com/angular/components/commit/40d0ab4fc73f059cb5496c4c035d4dcebc08b8b0) | fix | **snack-bar:** rename snackbar token prefix ([#30750](https://github.com/angular/components/pull/30750)) |
17+
| [387313fc41](https://github.com/angular/components/commit/387313fc4112399d05d2b677c9e5fcf7f2424e49) | fix | **tabs:** allow ID to be set on tab ([#30768](https://github.com/angular/components/pull/30768)) |
18+
### cdk-experimental
19+
| Commit | Type | Description |
20+
| -- | -- | -- |
21+
| [149fe6129c](https://github.com/angular/components/commit/149fe6129c9647b0d330ec47d901909f01f933a5) | fix | **popover-edit:** use MutationObserver to detect table rows ([#30713](https://github.com/angular/components/pull/30713)) |
22+
| [4bf3591c77](https://github.com/angular/components/commit/4bf3591c77af15881a5d49b73492ddfa023d9833) | fix | **ui-patterns:** add modifier checks for regexps ([#30738](https://github.com/angular/components/pull/30738)) |
23+
| [dd69023340](https://github.com/angular/components/commit/dd69023340987ccc0371abfed30603df6982e36f) | perf | **column-resize:** improve hover responsiveness of… ([#30708](https://github.com/angular/components/pull/30708)) |
24+
### multiple
25+
| Commit | Type | Description |
26+
| -- | -- | -- |
27+
| [590971359f](https://github.com/angular/components/commit/590971359f053f93e891d84d8544c6295d6d321e) | fix | remove backwards-compatibility code ([#30747](https://github.com/angular/components/pull/30747)) |
28+
29+
<!-- CHANGELOG SPLIT MARKER -->
30+
131
<a name="19.2.8"></a>
232
# 19.2.8 "sapphire-kraken" (2025-04-02)
333
### cdk

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5353
"prepare": "husky"
5454
},
55-
"version": "20.0.0-next.4",
55+
"version": "20.0.0-next.5",
5656
"dependencies": {
5757
"@angular/animations": "^20.0.0-next.4",
5858
"@angular/common": "^20.0.0-next.4",

0 commit comments

Comments
 (0)