Skip to content

Commit

Permalink
release: cut the v13.2.2 release (#24387)
Browse files Browse the repository at this point in the history
  • Loading branch information
zarend authored Feb 9, 2022
1 parent 60abc41 commit 04fa4a4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
<a name="13.2.2"></a>
# 13.2.2 "enamel-eagle" (2022-02-09)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [4b6e83274](https://github.com/angular/components/commit/4b6e83274b45053523b21cbb075b2c0d0de63690) | fix | **scrolling:** fix scrolling in appendOnly mode ([#24153](https://github.com/angular/components/pull/24153)) |
| [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)) |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [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)) |
| [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)) |
### material-experimental
| Commit | Type | Description |
| -- | -- | -- |
| [3bbcb444f](https://github.com/angular/components/commit/3bbcb444faca12b6f6741a3c8b3f47bd54dda89e) | fix | **mdc-checkbox:** add missing classes for checked ([#24350](https://github.com/angular/components/pull/24350)) |
### material-experiental
| Commit | Type | Description |
| -- | -- | -- |
| [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)) |
## Special Thanks
Alan Agius, Artur Androsovych, Chabbey François, Joey Perrott, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Zach Arend and renovate[bot]

<!-- CHANGELOG SPLIT MARKER -->

<a name="13.2.1"></a>
# 13.2.1 "vinyl-viola" (2022-02-02)
### cdk
Expand Down Expand Up @@ -5548,4 +5573,4 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire

# Changes Prior to 7.0.0

To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md).
To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tsc": "node ./node_modules/typescript/bin/tsc",
"prepare": "husky install"
},
"version": "13.2.1",
"version": "13.2.2",
"dependencies": {
"@angular/animations": "13.2.0",
"@angular/common": "13.2.0",
Expand Down

0 comments on commit 04fa4a4

Please sign in to comment.