Skip to content

Commit

Permalink
release: cut the v14.0.0-next.11 release (#24809)
Browse files Browse the repository at this point in the history
  • Loading branch information
zarend authored Apr 20, 2022
1 parent 607f759 commit 25cf877
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="14.0.0-next.11"></a>
# 14.0.0-next.11 "madras-macaque" (2022-04-20)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [c04f941fe](https://github.com/angular/components/commit/c04f941fe0cbe18022c97f1481254f3510db5ded) | fix | **portal:** prevent calling `ApplicationRef.detachView` on destroyed instance ([#24775](https://github.com/angular/components/pull/24775)) |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [a55a8368b](https://github.com/angular/components/commit/a55a8368b30cf8e9ba787ad3530a8c9b66182d7b) | feat | **paginator:** Add `isNextPageEnabled` and `isPreviousPageEnabled` methods to `MatPaginatorHarness` ([#24784](https://github.com/angular/components/pull/24784)) |
| [1aa5a2064](https://github.com/angular/components/commit/1aa5a206472f523a1ae189acc77a5abe15d71d5e) | feat | **select:** allow user-defined aria-describedby ([#24644](https://github.com/angular/components/pull/24644)) |
## Special Thanks
Andrew Kushnir, Kristiyan Kostadinov, Paul Gschwendtner, Richie Foreman, Robin (Robert) Thomas, Zach Arend and renovate[bot]

<!-- CHANGELOG SPLIT MARKER -->

<a name="13.3.4"></a>
# 13.3.4 "adamantium-albatross" (2022-04-20)
### 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.10",
"version": "14.0.0-next.11",
"dependencies": {
"@angular/animations": "14.0.0-next.13",
"@angular/common": "14.0.0-next.13",
Expand Down

0 comments on commit 25cf877

Please sign in to comment.