Skip to content

Commit 2717efe

Browse files
committed
release: cut the v14.2.0-next.2 release
1 parent 7c0f563 commit 2717efe

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="14.2.0-next.2"></a>
2+
# 14.2.0-next.2 "maple-mantis" (2022-08-11)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [657774e29b](https://github.com/angular/components/commit/657774e29b90ab3d66f7abdbeadd7fafcae9b407) | feat | **datepicker:** Allow user to jump between start and end dates with arrow keys ([#25359](https://github.com/angular/components/pull/25359)) |
7+
| [225273825a](https://github.com/angular/components/commit/225273825ac3aefe423432a819aee48b92be52c0) | fix | **chips:** `selectable="false"` doesn't work on initial assignment ([#24906](https://github.com/angular/components/pull/24906)) |
8+
| [484058b80e](https://github.com/angular/components/commit/484058b80ee335414d9523d16cd669c449ef3762) | fix | **tooltip:** avoid problem when triggers hide animation for not visible tooltip ([#24652](https://github.com/angular/components/pull/24652)) |
9+
### material-experimental
10+
| Commit | Type | Description |
11+
| -- | -- | -- |
12+
| [7c0f56335a](https://github.com/angular/components/commit/7c0f56335a39d33f2962b78bdc23390c38aba033) | fix | **mdc-list:** set a role on MatNavList and MatActionList ([#25412](https://github.com/angular/components/pull/25412)) |
13+
## Special Thanks
14+
Egor Volvachev, Karl Seamon, Miles Malerba, Wagner Maciel and Zach Arend
15+
16+
<!-- CHANGELOG SPLIT MARKER -->
17+
118
<a name="14.2.0-next.1"></a>
219
# 14.2.0-next.1 "corundum-cat" (2022-08-03)
320
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky install"
5656
},
57-
"version": "14.2.0-next.1",
57+
"version": "14.2.0-next.2",
5858
"dependencies": {
5959
"@angular/animations": "^14.0.1",
6060
"@angular/common": "^14.0.1",

0 commit comments

Comments
 (0)