Skip to content

Commit 370e6cc

Browse files
committed
release: cut the v19.0.0-rc.3 release
1 parent 05c78af commit 370e6cc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="19.0.0-rc.3"></a>
2+
# 19.0.0-rc.3 "frozen-feast" (2024-11-15)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [05c78afcd](https://github.com/angular/components/commit/05c78afcd73896eb907bfeca9e6bc83874134092) | fix | **table:** run differ for all columns ([#30012](https://github.com/angular/components/pull/30012)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [5ba97925b](https://github.com/angular/components/commit/5ba97925b64a23cdaabfea514dda964c79f4a5f1) | fix | **form-field:** avoid touching the DOM on each state change |
11+
| [5345a875f](https://github.com/angular/components/commit/5345a875f68526191493e8220d4ed91c72d0e5eb) | fix | **input:** preserve aria-describedby set externally |
12+
| [dbcb921d5](https://github.com/angular/components/commit/dbcb921d54608adc95dc124635d2973312928687) | fix | **menu:** handle keyboard events through dispatcher ([#29997](https://github.com/angular/components/pull/29997)) |
13+
14+
<!-- CHANGELOG SPLIT MARKER -->
15+
116
<a name="19.0.0-rc.2"></a>
217
# 19.0.0-rc.2 "barium-binoculars" (2024-11-13)
318
### cdk

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky"
5656
},
57-
"version": "19.0.0-rc.2",
57+
"version": "19.0.0-rc.3",
5858
"dependencies": {
5959
"@angular/animations": "^19.0.0-rc.0",
6060
"@angular/common": "^19.0.0-rc.0",

0 commit comments

Comments
 (0)