Skip to content

Commit 14814df

Browse files
committed
release: cut the v13.2.1 release
1 parent 7aff50a commit 14814df

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="13.2.1"></a>
2+
# 13.2.1 "vinyl-viola" (2022-02-02)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [70d1634e70](https://github.com/angular/components/commit/70d1634e70d3fd61669b7d9680560615b478b87d) | fix | **a11y:** allow for multiple browser-generated description containers ([#23507](https://github.com/angular/components/pull/23507)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [d8ddfb04ca](https://github.com/angular/components/commit/d8ddfb04ca8a8622059d0dc01a2a43bd3123fb7f) | fix | **datepicker:** content overflowing when large custom header is provided ([#24255](https://github.com/angular/components/pull/24255)) |
11+
| [d7fe423a3e](https://github.com/angular/components/commit/d7fe423a3e3f209757792edd5a21a24629850661) | fix | **menu:** adjust overlay size when amount of items changes ([#21457](https://github.com/angular/components/pull/21457)) |
12+
| [974d330dc8](https://github.com/angular/components/commit/974d330dc8f6601e121f6b7a5f1b480b310f16c5) | fix | **slider:** Ticks updated wrongly if the max property 0 ([#24218](https://github.com/angular/components/pull/24218)) |
13+
| [a634505190](https://github.com/angular/components/commit/a63450519060850faf83b768fa8af6c77da094cf) | fix | **tabs:** use buttons for paginator ([#14640](https://github.com/angular/components/pull/14640)) |
14+
### cdk-experimental
15+
| Commit | Type | Description |
16+
| -- | -- | -- |
17+
| [7aff50a6d8](https://github.com/angular/components/commit/7aff50a6d83748fa4d4aff7028dc80aa9ba25441) | fix | **menu:** keep context menus open when mouse is released ([#24308](https://github.com/angular/components/pull/24308)) |
18+
### material-experimental
19+
| Commit | Type | Description |
20+
| -- | -- | -- |
21+
| [c02c43a2b9](https://github.com/angular/components/commit/c02c43a2b960ce8d23c39167e7bab79bec71d689) | fix | **mdc-button:** align outline color with spec ([#24249](https://github.com/angular/components/pull/24249)) |
22+
| [5d7d6ea107](https://github.com/angular/components/commit/5d7d6ea1072facfec3be819cdb629f17610f0e46) | perf | **mdc-list:** reduce bundle size ([#24291](https://github.com/angular/components/pull/24291)) |
23+
### multiple
24+
| Commit | Type | Description |
25+
| -- | -- | -- |
26+
| [b32d8d1624](https://github.com/angular/components/commit/b32d8d16244babdb57f4fad07ed3ccf1615f8c6f) | perf | Remove IE 11 cruft from table, column-resize, and popover-edit. ([#23900](https://github.com/angular/components/pull/23900)) |
27+
## Special Thanks
28+
Dmytro Mezhenskyi, Joey Perrott, Karl Seamon, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Zach Arend and ram
29+
30+
<!-- CHANGELOG SPLIT MARKER -->
31+
132
<a name="13.2.0"></a>
233
# 13.2.0 "terracotta-tiramisu" (2022-01-26)
334
### material
@@ -5517,4 +5548,4 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire
55175548

55185549
# Changes Prior to 7.0.0
55195550

5520-
To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md).
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).

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.0",
53+
"version": "13.2.1",
5454
"dependencies": {
5555
"@angular/animations": "13.2.0",
5656
"@angular/common": "13.2.0",

0 commit comments

Comments
 (0)