Skip to content

Commit 721e556

Browse files
committed
release: cut the v14.0.0-rc.0 release
1 parent de63e29 commit 721e556

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="14.0.0-rc.0"></a>
2+
# 14.0.0-rc.0 "metal-mango" (2022-05-11)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [f342375e29](https://github.com/angular/components/commit/f342375e295e57b966964880e71e734d674c0bf2) | fix | **dialog:** add container structural styles ([#24905](https://github.com/angular/components/pull/24905)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [de63e29be4](https://github.com/angular/components/commit/de63e29be45e4c7829c963dd6e78ed68e52475a9) | fix | **core:** noop animations not applying to selector lists ([#24904](https://github.com/angular/components/pull/24904)) |
11+
| [cf6ddb8d5a](https://github.com/angular/components/commit/cf6ddb8d5a439050d8f8123575b12b9f14ab9609) | fix | **datepicker:** add ability to have numeric zero value in input ([#24813](https://github.com/angular/components/pull/24813)) |
12+
| [020468dddf](https://github.com/angular/components/commit/020468dddff9715b030a9c42f116b3eda77ff4ef) | fix | **expansion:** inconsistent spacing for anchor buttons ([#24882](https://github.com/angular/components/pull/24882)) |
13+
| [ba81d87355](https://github.com/angular/components/commit/ba81d873554ff2176bb106c5d4402f6d935480c4) | fix | **menu:** focus the first item when opening menu on iOS VoiceOver ([#24733](https://github.com/angular/components/pull/24733)) |
14+
### google-maps
15+
| Commit | Type | Description |
16+
| -- | -- | -- |
17+
| [9f27303aad](https://github.com/angular/components/commit/9f27303aadf972e7b2fb7763a5c71a425eeb15ab) | fix | error when minified through closure ([#24897](https://github.com/angular/components/pull/24897)) |
18+
### multiple
19+
| Commit | Type | Description |
20+
| -- | -- | -- |
21+
| [00f68c28e5](https://github.com/angular/components/commit/00f68c28e571612d154b68baaa6f4a1e81831f10) | fix | enable easy extension of harnesses ([#24878](https://github.com/angular/components/pull/24878)) |
22+
## Special Thanks
23+
Dmytro Prokhorov, Kristiyan Kostadinov, Paul Gschwendtner, Zach Arend, dobrevad and renovate[bot]
24+
25+
<!-- CHANGELOG SPLIT MARKER -->
26+
127
<a name="14.0.0-next.13"></a>
228
# 14.0.0-next.13 "quartzite-quetzal" (2022-05-04)
329
### 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-next.13",
55+
"version": "14.0.0-rc.0",
5656
"dependencies": {
5757
"@angular/animations": "14.0.0-next.16",
5858
"@angular/common": "14.0.0-next.16",

0 commit comments

Comments
 (0)