From 99390296ca3252959893e18fb945b4c05f6bab48 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Fri, 15 Nov 2024 12:31:11 +0000 Subject: [PATCH] docs: release notes for the v19.0.0-rc.3 release --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9616a86704f1..334f8a9f47e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# 19.0.0-rc.3 "frozen-feast" (2024-11-15) +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [05c78afcd](https://github.com/angular/components/commit/05c78afcd73896eb907bfeca9e6bc83874134092) | fix | **table:** run differ for all columns ([#30012](https://github.com/angular/components/pull/30012)) | +### material +| Commit | Type | Description | +| -- | -- | -- | +| [5ba97925b](https://github.com/angular/components/commit/5ba97925b64a23cdaabfea514dda964c79f4a5f1) | fix | **form-field:** avoid touching the DOM on each state change | +| [5345a875f](https://github.com/angular/components/commit/5345a875f68526191493e8220d4ed91c72d0e5eb) | fix | **input:** preserve aria-describedby set externally | +| [dbcb921d5](https://github.com/angular/components/commit/dbcb921d54608adc95dc124635d2973312928687) | fix | **menu:** handle keyboard events through dispatcher ([#29997](https://github.com/angular/components/pull/29997)) | + + + # 19.0.0-rc.2 "barium-binoculars" (2024-11-13) ### cdk