Skip to content

Commit

Permalink
release: cut the v14.0.0-rc.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
amysorto committed May 11, 2022
1 parent de63e29 commit 721e556
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
<a name="14.0.0-rc.0"></a>
# 14.0.0-rc.0 "metal-mango" (2022-05-11)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [f342375e29](https://github.com/angular/components/commit/f342375e295e57b966964880e71e734d674c0bf2) | fix | **dialog:** add container structural styles ([#24905](https://github.com/angular/components/pull/24905)) |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [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)) |
| [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)) |
| [020468dddf](https://github.com/angular/components/commit/020468dddff9715b030a9c42f116b3eda77ff4ef) | fix | **expansion:** inconsistent spacing for anchor buttons ([#24882](https://github.com/angular/components/pull/24882)) |
| [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)) |
### google-maps
| Commit | Type | Description |
| -- | -- | -- |
| [9f27303aad](https://github.com/angular/components/commit/9f27303aadf972e7b2fb7763a5c71a425eeb15ab) | fix | error when minified through closure ([#24897](https://github.com/angular/components/pull/24897)) |
### multiple
| Commit | Type | Description |
| -- | -- | -- |
| [00f68c28e5](https://github.com/angular/components/commit/00f68c28e571612d154b68baaa6f4a1e81831f10) | fix | enable easy extension of harnesses ([#24878](https://github.com/angular/components/pull/24878)) |
## Special Thanks
Dmytro Prokhorov, Kristiyan Kostadinov, Paul Gschwendtner, Zach Arend, dobrevad and renovate[bot]

<!-- CHANGELOG SPLIT MARKER -->

<a name="14.0.0-next.13"></a>
# 14.0.0-next.13 "quartzite-quetzal" (2022-05-04)
### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ci-docs-monitor-test": "ts-node --project scripts/tsconfig.json scripts/docs-deploy/monitoring/ci-test.ts",
"prepare": "husky install"
},
"version": "14.0.0-next.13",
"version": "14.0.0-rc.0",
"dependencies": {
"@angular/animations": "14.0.0-next.16",
"@angular/common": "14.0.0-next.16",
Expand Down

0 comments on commit 721e556

Please sign in to comment.