From 74a1a6a1ad0015627c968dab84b9409aa384aaf0 Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Wed, 2 Apr 2025 20:18:21 +0000 Subject: [PATCH] docs: release notes for the v19.2.8 release --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 857f36a6f953..52fda4045386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# 19.2.8 "sapphire-kraken" (2025-04-02) +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [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)) | +### material +| Commit | Type | Description | +| -- | -- | -- | +| [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)) | +| [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)) | +### cdk-experimental +| Commit | Type | Description | +| -- | -- | -- | +| [bc99b420b2](https://github.com/angular/components/commit/bc99b420b22af93d5dcde34b7bf1ba567519a3bd) | perf | **column-resize:** improve hover responsiveness of… ([#30708](https://github.com/angular/components/pull/30708)) | + + + # 20.0.0-next.4 "bohrium-beans" (2025-03-26) ### cdk