Skip to content

Commit 90324b9

Browse files
committed
release: cut the v14.2.0 release
1 parent 4cad61b commit 90324b9

File tree

2 files changed

+7
-48
lines changed

2 files changed

+7
-48
lines changed

CHANGELOG.md

Lines changed: 6 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,21 @@
1-
<a name="14.2.0-rc.0"></a>
2-
# 14.2.0-rc.0 "plastic-duck" (2022-08-19)
1+
<a name="14.2.0"></a>
2+
# 14.2.0 "rayon-river" (2022-08-25)
33
### cdk
44
| Commit | Type | Description |
55
| -- | -- | -- |
6+
| [06c2164618](https://github.com/angular/components/commit/06c216461874fe90befe475e2720947ca4d43eb7) | feat | **a11y:** add named export and public property to CdkMonitorFocus directive ([#25427](https://github.com/angular/components/pull/25427)) |
67
| [0fb2e9a5f7](https://github.com/angular/components/commit/0fb2e9a5f7e5cc19540977ec665c686f51c8ad9b) | feat | **listbox:** add listbox to cdk ([#25380](https://github.com/angular/components/pull/25380)) ([#25474](https://github.com/angular/components/pull/25474)) |
7-
| [200556ea96](https://github.com/angular/components/commit/200556ea9604cc7cd25ef807dd5f20181c700302) | fix | **dialog:** fall back to node injector token doesn't exist in template injector ([#25406](https://github.com/angular/components/pull/25406)) |
8-
| [0ba8c759fe](https://github.com/angular/components/commit/0ba8c759fe15e2f2ce876ae1eb28b032692262dd) | fix | **overlay:** backdropClass type mismatch ([#25487](https://github.com/angular/components/pull/25487)) |
9-
### material
10-
| Commit | Type | Description |
11-
| -- | -- | -- |
12-
| [b20876d86b](https://github.com/angular/components/commit/b20876d86b5d0650cc8079411a73fe7e5d8312b0) | fix | **button-toggle:** toggle name falling out of sync if name changes ([#24713](https://github.com/angular/components/pull/24713)) |
13-
| [ab8f6fead4](https://github.com/angular/components/commit/ab8f6fead478dbbea2a59ccb66b0fcecf302271d) | fix | **expansion:** fix lint issue ([#25469](https://github.com/angular/components/pull/25469)) |
14-
### expansion
15-
| Commit | Type | Description |
16-
| -- | -- | -- |
17-
| [27bf7e93a1](https://github.com/angular/components/commit/27bf7e93a1ab319a3d4dfbc903e7705e1787e4e3) | fix | fix expansion `.mat-expansion-panel-header` styles ([#20019](https://github.com/angular/components/pull/20019)) |
18-
## Special Thanks
19-
Andrew Seguin, Dmitrii Kuzmin, Kristiyan Kostadinov, Miles Malerba, ko-tori and swseverance
20-
21-
<!-- CHANGELOG SPLIT MARKER -->
22-
23-
<a name="14.2.0-next.2"></a>
24-
# 14.2.0-next.2 "maple-mantis" (2022-08-11)
8+
| [79858ea14b](https://github.com/angular/components/commit/79858ea14ba1b3b03b792bdd89e17b38bdf5b5f6) | fix | **scrolling:** error during server-side rendering ([#25461](https://github.com/angular/components/pull/25461)) |
259
### material
2610
| Commit | Type | Description |
2711
| -- | -- | -- |
2812
| [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)) |
29-
| [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)) |
30-
| [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)) |
31-
### material-experimental
32-
| Commit | Type | Description |
33-
| -- | -- | -- |
34-
| [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)) |
35-
## Special Thanks
36-
Egor Volvachev, Karl Seamon, Miles Malerba, Wagner Maciel and Zach Arend
37-
38-
<!-- CHANGELOG SPLIT MARKER -->
39-
40-
<a name="14.2.0-next.1"></a>
41-
# 14.2.0-next.1 "corundum-cat" (2022-08-03)
42-
### cdk
43-
| Commit | Type | Description |
44-
| -- | -- | -- |
45-
| [bf2723c8b](https://github.com/angular/components/commit/bf2723c8bde4bd966fe66d5e9d04b41c7b2ab493) | fix | **dialog:** use config injector if provided ([#25332](https://github.com/angular/components/pull/25332)) |
46-
| [82be1d709](https://github.com/angular/components/commit/82be1d709aecceeebf7a8c491ae7594f5b38016a) | fix | **drag-drop:** expose pickup position in constrainPosition callback ([#25341](https://github.com/angular/components/pull/25341)) |
47-
| [aea1a5d67](https://github.com/angular/components/commit/aea1a5d67cc17b60d696f98068f39a0404f94a81) | fix | **overlay:** detach overlay when portal is destroyed from the outside ([#25212](https://github.com/angular/components/pull/25212)) |
48-
| [96b2d3461](https://github.com/angular/components/commit/96b2d3461e69fa53ee387bb7bea2f2741702c795) | fix | **schematics:** strip bom from sass files ([#25364](https://github.com/angular/components/pull/25364)) |
4913
### cdk-experimental
5014
| Commit | Type | Description |
5115
| -- | -- | -- |
52-
| [aaa9d93c9](https://github.com/angular/components/commit/aaa9d93c927c630eba3e4743d6a38f186aa08094) | fix | **listbox:** fix issue with aria-selected ([#25373](https://github.com/angular/components/pull/25373)) |
53-
### material-experimental
54-
| Commit | Type | Description |
55-
| -- | -- | -- |
56-
| [f214a2ce0](https://github.com/angular/components/commit/f214a2ce0790cbb497805c71540d23469d419fb3) | fix | **mdc-chips:** don't use button element if chip row isn't editable ([#25327](https://github.com/angular/components/pull/25327)) |
57-
| [aa008def1](https://github.com/angular/components/commit/aa008def1624cc391b05aff53e1622621e35b32b) | fix | **mdc-slider:** skip resizing while the user is dragging ([#25318](https://github.com/angular/components/pull/25318)) |
16+
| [aaa9d93c92](https://github.com/angular/components/commit/aaa9d93c927c630eba3e4743d6a38f186aa08094) | fix | **listbox:** fix issue with aria-selected ([#25373](https://github.com/angular/components/pull/25373)) |
5817
## Special Thanks
59-
Amadou Sall, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Serge and Wagner Maciel
18+
Andrew Seguin, Emmanuel Roux, Joey Perrott, Karl Seamon, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Wagner Maciel
6019

6120
<!-- CHANGELOG SPLIT MARKER -->
6221

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-rc.0",
57+
"version": "14.2.0",
5858
"dependencies": {
5959
"@angular/animations": "^14.2.0-rc.0",
6060
"@angular/common": "^14.2.0-rc.0",

0 commit comments

Comments
 (0)