Skip to content

Update next branch to reflect new release-train "v14.1.0-next.0". #24877

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="14.0.0-next.13"></a>
# 14.0.0-next.13 "quartzite-quetzal" (2022-05-04)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [8946ce2b8f](https://github.com/angular/components/commit/8946ce2b8f4faa256e25d16048c3871560b808a0) | fix | **menu:** allow scrolling while menu is open |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [00cf4a2f26](https://github.com/angular/components/commit/00cf4a2f269ece56b0f0e14520019cca642d5f2f) | feat | **autocomplete:** add clear method to test harness ([#24752](https://github.com/angular/components/pull/24752)) |
| [08851de204](https://github.com/angular/components/commit/08851de2044c5485d7831e15fa87fa033c3d79c6) | fix | **menu:** add constructor overloads for non-deprecated signatures ([#24860](https://github.com/angular/components/pull/24860)) |
### material-experimental
| Commit | Type | Description |
| -- | -- | -- |
| [30f51814a5](https://github.com/angular/components/commit/30f51814a536440722ae9351d2c27fe1919ba8e9) | fix | **mdc-snack-bar:** avoid multiple snack bars on the page if opened in quick succession ([#24757](https://github.com/angular/components/pull/24757)) |
| [f86faf534a](https://github.com/angular/components/commit/f86faf534a3d779037abd39e6dc79022c571a9d9) | fix | **mdc-table:** add inherit background to rows ([#24867](https://github.com/angular/components/pull/24867)) |
## Special Thanks
Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Wagner Maciel

<!-- CHANGELOG SPLIT MARKER -->

<a name="13.3.6"></a>
# 13.3.6 "iridium-ire" (2022-05-04)
### material
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.12",
"version": "14.1.0-next.0",
"dependencies": {
"@angular/animations": "14.0.0-next.15",
"@angular/common": "14.0.0-next.15",
Expand Down