Skip to content

Commit c5c5d13

Browse files
committed
release: cut the v19.2.8 release
1 parent 15fac0d commit c5c5d13

File tree

4 files changed

+2044
-2025
lines changed

4 files changed

+2044
-2025
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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=1787535619
5+
package.json=-883436028
66
patches/@angular__compiler-cli.patch=-11405367
77
patches/@angular__core.patch=213102054
8-
pnpm-lock.yaml=1876325103
8+
pnpm-lock.yaml=912973730
99
pnpm-workspace.yaml=14857322
1010
src/cdk/package.json=-908433069
1111
yarn.lock=-542661817

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="19.2.8"></a>
2+
# 19.2.8 "sapphire-kraken" (2025-04-02)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [0ee159390f](https://github.com/angular/components/commit/0ee159390f7f40322187c1f08c3684a6382fc2b8) | perf | **drag-drop:** fix performance regression when destroying items ([#30751](https://github.com/angular/components/pull/30751)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [491fce2aa7](https://github.com/angular/components/commit/491fce2aa7aa9fc72cb95c043172a8f1a1ea2b1b) | fix | **form-field:** move error aria-live to parent container ([#30678](https://github.com/angular/components/pull/30678)) |
11+
| [bdbf32af29](https://github.com/angular/components/commit/bdbf32af2980d517c55262d852439058dbc65b6a) | fix | **tabs:** allow ID to be set on tab ([#30768](https://github.com/angular/components/pull/30768)) |
12+
### cdk-experimental
13+
| Commit | Type | Description |
14+
| -- | -- | -- |
15+
| [bc99b420b2](https://github.com/angular/components/commit/bc99b420b22af93d5dcde34b7bf1ba567519a3bd) | perf | **column-resize:** improve hover responsiveness of… ([#30708](https://github.com/angular/components/pull/30708)) |
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="19.2.7"></a>
220
# 19.2.7 "bohrium-banana" (2025-03-26)
321
### 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": "19.2.7",
55+
"version": "19.2.8",
5656
"dependencies": {
5757
"@angular/animations": "^19.2.0",
5858
"@angular/common": "^19.2.0",

0 commit comments

Comments
 (0)