Skip to content

Commit 04fa4a4

Browse files
authored
release: cut the v13.2.2 release (#24387)
1 parent 60abc41 commit 04fa4a4

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="13.2.2"></a>
2+
# 13.2.2 "enamel-eagle" (2022-02-09)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [4b6e83274](https://github.com/angular/components/commit/4b6e83274b45053523b21cbb075b2c0d0de63690) | fix | **scrolling:** fix scrolling in appendOnly mode ([#24153](https://github.com/angular/components/pull/24153)) |
7+
| [d232f6b4c](https://github.com/angular/components/commit/d232f6b4cfceb5656af95dee8c95347c0ea56cee) | perf | **overlay:** add event listeners for overlay dispatchers outside of zone ([#23962](https://github.com/angular/components/pull/23962)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [f5199eeeb](https://github.com/angular/components/commit/f5199eeeba2b8665500d62665253adefe492d3bf) | fix | **datepicker:** fix improper focus trapping with VoiceOver and ChromeVox ([#24300](https://github.com/angular/components/pull/24300)) |
12+
| [a72bcbe50](https://github.com/angular/components/commit/a72bcbe503377e6e14862eed3c619302201dfb12) | fix | **datepicker:** remove abbr from day of week header ([#24106](https://github.com/angular/components/pull/24106)) |
13+
### material-experimental
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [3bbcb444f](https://github.com/angular/components/commit/3bbcb444faca12b6f6741a3c8b3f47bd54dda89e) | fix | **mdc-checkbox:** add missing classes for checked ([#24350](https://github.com/angular/components/pull/24350)) |
17+
### material-experiental
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [70bec6054](https://github.com/angular/components/commit/70bec605400eed85d439c15e0cc902522260d03b) | fix | **mdc-list:** update material-components-web to pick up multi-select list keyboard support ([#24354](https://github.com/angular/components/pull/24354)) |
21+
## Special Thanks
22+
Alan Agius, Artur Androsovych, Chabbey François, Joey Perrott, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Zach Arend and renovate[bot]
23+
24+
<!-- CHANGELOG SPLIT MARKER -->
25+
126
<a name="13.2.1"></a>
227
# 13.2.1 "vinyl-viola" (2022-02-02)
328
### cdk
@@ -5548,4 +5573,4 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire
55485573

55495574
# Changes Prior to 7.0.0
55505575

5551-
To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md).
5576+
To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"tsc": "node ./node_modules/typescript/bin/tsc",
5151
"prepare": "husky install"
5252
},
53-
"version": "13.2.1",
53+
"version": "13.2.2",
5454
"dependencies": {
5555
"@angular/animations": "13.2.0",
5656
"@angular/common": "13.2.0",

0 commit comments

Comments
 (0)