Skip to content

Commit 6de31ca

Browse files
authored
release: cut the v14.0.0-rc.1 release (#24975)
1 parent 65311f0 commit 6de31ca

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="14.0.0-rc.1"></a>
2+
# 14.0.0-rc.1 "sapphire-screwdriver" (2022-05-25)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [3d4b33996](https://github.com/angular/components/commit/3d4b339961c8fc9d1f0f1a69b4c3bd72c68fe268) | fix | **menu:** update docs to reflect current implementation and add ([#24884](https://github.com/angular/components/pull/24884)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [ee23ac2aa](https://github.com/angular/components/commit/ee23ac2aa00d78d31f0dbf0ad04abb0dc3ba3a3d) | fix | **schematics:** support standalone components in ng-add ([#24931](https://github.com/angular/components/pull/24931)) |
11+
| [2deaab862](https://github.com/angular/components/commit/2deaab86227c696c3f51f6888fb57bc17a83e7ca) | fix | **tabs:** ensure the ink bar realigns when the tab header items have changed in dimensions ([#24885](https://github.com/angular/components/pull/24885)) |
12+
### material-experimental
13+
| Commit | Type | Description |
14+
| -- | -- | -- |
15+
| [24883d6f6](https://github.com/angular/components/commit/24883d6f615f2415871d3c4dd15fb1288ac7b33e) | fix | **mdc-checkbox:** Use cursor:pointer for label ([#24927](https://github.com/angular/components/pull/24927)) |
16+
### multiple
17+
| Commit | Type | Description |
18+
| -- | -- | -- |
19+
| [2d395fb0f](https://github.com/angular/components/commit/2d395fb0f6eaaf70d61d5effd1adf4c863572783) | fix | fix focus and hover styles for mdc-checkbox and mdc-radio ([#24930](https://github.com/angular/components/pull/24930)) |
20+
## Special Thanks
21+
Arthur Ming, Jeremy Elbourn, Joey Perrott, Kristiyan Kostadinov, Miles Malerba, Vaughan Hilts and renovate[bot]
22+
23+
<!-- CHANGELOG SPLIT MARKER -->
24+
125
<a name="14.0.0-rc.0"></a>
226
# 14.0.0-rc.0 "metal-mango" (2022-05-11)
327
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ci-docs-monitor-test": "ts-node --project scripts/tsconfig.json scripts/docs-deploy/monitoring/ci-test.ts",
5353
"prepare": "husky install"
5454
},
55-
"version": "14.0.0-rc.0",
55+
"version": "14.0.0-rc.1",
5656
"dependencies": {
5757
"@angular/animations": "14.0.0-rc.1",
5858
"@angular/common": "14.0.0-rc.1",

0 commit comments

Comments
 (0)