Skip to content

Commit 0cf253e

Browse files
committed
docs: release notes for the v14.2.0 release
1 parent 45fed00 commit 0cf253e

File tree

1 file changed

+8
-49
lines changed

1 file changed

+8
-49
lines changed

Diff for: CHANGELOG.md

+8-49
Original file line numberDiff line numberDiff line change
@@ -1,22 +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)) |
8+
| [79858ea14b](https://github.com/angular/components/commit/79858ea14ba1b3b03b792bdd89e17b38bdf5b5f6) | fix | **scrolling:** error during server-side rendering ([#25461](https://github.com/angular/components/pull/25461)) |
99
### material
1010
| Commit | Type | Description |
1111
| -- | -- | -- |
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
12+
| [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)) |
13+
### cdk-experimental
1514
| Commit | Type | Description |
1615
| -- | -- | -- |
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)) |
16+
| [aaa9d93c92](https://github.com/angular/components/commit/aaa9d93c927c630eba3e4743d6a38f186aa08094) | fix | **listbox:** fix issue with aria-selected ([#25373](https://github.com/angular/components/pull/25373)) |
1817
## Special Thanks
19-
Andrew Seguin, Dmitrii Kuzmin, Kristiyan Kostadinov, Miles Malerba, ko-tori and swseverance
18+
Andrew Seguin, Emmanuel Roux, Joey Perrott, Karl Seamon, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Wagner Maciel
2019

2120
<!-- CHANGELOG SPLIT MARKER -->
2221

@@ -41,23 +40,6 @@ Andrew Seguin, Dmitrii Kuzmin, Kristiyan Kostadinov, ko-tori and swseverance
4140

4241
<!-- CHANGELOG SPLIT MARKER -->
4342

44-
<a name="14.2.0-next.2"></a>
45-
# 14.2.0-next.2 "maple-mantis" (2022-08-11)
46-
### material
47-
| Commit | Type | Description |
48-
| -- | -- | -- |
49-
| [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)) |
50-
| [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)) |
51-
| [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)) |
52-
### material-experimental
53-
| Commit | Type | Description |
54-
| -- | -- | -- |
55-
| [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)) |
56-
## Special Thanks
57-
Egor Volvachev, Karl Seamon, Miles Malerba, Wagner Maciel and Zach Arend
58-
59-
<!-- CHANGELOG SPLIT MARKER -->
60-
6143
<a name="14.1.2"></a>
6244
# 14.1.2 "cedar-cicada" (2022-08-11)
6345
### material
@@ -74,29 +56,6 @@ Egor Volvachev, Miles Malerba, Wagner Maciel and Zach Arend
7456

7557
<!-- CHANGELOG SPLIT MARKER -->
7658

77-
<a name="14.2.0-next.1"></a>
78-
# 14.2.0-next.1 "corundum-cat" (2022-08-03)
79-
### cdk
80-
| Commit | Type | Description |
81-
| -- | -- | -- |
82-
| [bf2723c8b](https://github.com/angular/components/commit/bf2723c8bde4bd966fe66d5e9d04b41c7b2ab493) | fix | **dialog:** use config injector if provided ([#25332](https://github.com/angular/components/pull/25332)) |
83-
| [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)) |
84-
| [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)) |
85-
| [96b2d3461](https://github.com/angular/components/commit/96b2d3461e69fa53ee387bb7bea2f2741702c795) | fix | **schematics:** strip bom from sass files ([#25364](https://github.com/angular/components/pull/25364)) |
86-
### cdk-experimental
87-
| Commit | Type | Description |
88-
| -- | -- | -- |
89-
| [aaa9d93c9](https://github.com/angular/components/commit/aaa9d93c927c630eba3e4743d6a38f186aa08094) | fix | **listbox:** fix issue with aria-selected ([#25373](https://github.com/angular/components/pull/25373)) |
90-
### material-experimental
91-
| Commit | Type | Description |
92-
| -- | -- | -- |
93-
| [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)) |
94-
| [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)) |
95-
## Special Thanks
96-
Amadou Sall, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Serge and Wagner Maciel
97-
98-
<!-- CHANGELOG SPLIT MARKER -->
99-
10059
<a name="14.1.1"></a>
10160
# 14.1.1 "moissanite-mango" (2022-08-03)
10261
### cdk

0 commit comments

Comments
 (0)