Skip to content

Commit d270f3a

Browse files
committed
release: cut the v13.3.2 release
1 parent 4896871 commit d270f3a

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
<a name="13.3.2"></a>
2+
# 13.3.2 "flannel-flamingo" (2022-03-30)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [48968719fc](https://github.com/angular/components/commit/48968719fc0e77df0d160f5bf0818244ff2f6bab) | fix | **a11y:** live announcer promise never resolved if new announcement comes in ([#24700](https://github.com/angular/components/pull/24700)) |
7+
| [e9734a9c66](https://github.com/angular/components/commit/e9734a9c663b0e462e5c3d8ba2126a87aeeb3191) | fix | **testing:** entering negative number values not working with reactive forms ([#24656](https://github.com/angular/components/pull/24656)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [c677f11ed8](https://github.com/angular/components/commit/c677f11ed8b9a268a307488dca26589dfd9412da) | fix | **button-toggle:** ripples not clipping correctly in safari ([#12311](https://github.com/angular/components/pull/12311)) |
12+
| [20af3e7c9d](https://github.com/angular/components/commit/20af3e7c9dc7be162828cdb368a0a7cc2ca0014a) | fix | **chips:** ripple not clipped on safari ([#21495](https://github.com/angular/components/pull/21495)) |
13+
| [d04e7c9b69](https://github.com/angular/components/commit/d04e7c9b69233dbff7891381c66226ba4ac3a9bd) | fix | **core:** unable to override tag selectors inside .mat-typography ([#14617](https://github.com/angular/components/pull/14617)) |
14+
| [9490a31641](https://github.com/angular/components/commit/9490a3164168e5999dd40daffcfaf4c0776e8353) | fix | **list:** not working correctly when list item is used as a button ([#13617](https://github.com/angular/components/pull/13617)) |
15+
| [b07ae4ccc4](https://github.com/angular/components/commit/b07ae4ccc451f98c2907d6394cdf2a6f8631d2cd) | fix | **menu:** clicks on disabled item closing the menu ([#19183](https://github.com/angular/components/pull/19183)) |
16+
| [e85777712a](https://github.com/angular/components/commit/e85777712a13c9c6d18524a4d2e731b044479f5d) | fix | **radio:** set tabindex based on selected state ([#18081](https://github.com/angular/components/pull/18081)) |
17+
| [7f274dc96f](https://github.com/angular/components/commit/7f274dc96f7fb2d1d39237d1acbcbbb3fd76cf9a) | fix | **snack-bar:** ensure that the snack bar always runs inside the NgZone ([#24611](https://github.com/angular/components/pull/24611)) |
18+
| [a5aa87502b](https://github.com/angular/components/commit/a5aa87502b0f48ca2317835e80ef68bb9af7287f) | fix | **tabs:** focus wrapping back to selected label when using shift + tab ([#14194](https://github.com/angular/components/pull/14194)) |
19+
| [04f4937b75](https://github.com/angular/components/commit/04f4937b759418ae29c483b716cf2ccef5d25dfa) | fix | **tabs:** update tab state when active tab is swapped out ([#24164](https://github.com/angular/components/pull/24164)) |
20+
### material-experimental
21+
| Commit | Type | Description |
22+
| -- | -- | -- |
23+
| [a704913d2b](https://github.com/angular/components/commit/a704913d2bf255936629b7ca16514c5b7e00f9a4) | fix | **mdc-button:** extended fab touch target not covering entire button ([#24322](https://github.com/angular/components/pull/24322)) |
24+
| [23e7b8e6c1](https://github.com/angular/components/commit/23e7b8e6c1a2e0f4f02413f0e7a45dd710bba83d) | fix | **mdc-chips:** make it easier to customize chip typography ([#24632](https://github.com/angular/components/pull/24632)) |
25+
| [518022288b](https://github.com/angular/components/commit/518022288b268dff2125017f1f187ef1683527a2) | fix | **mdc-chips:** Mirror aria-describedby to matChipInput ([#24551](https://github.com/angular/components/pull/24551)) |
26+
| [9497b02f8b](https://github.com/angular/components/commit/9497b02f8befb7cc5c81018b0136315758cc2853) | fix | **mdc-slider:** update layout when container resizes ([#24648](https://github.com/angular/components/pull/24648)) |
27+
| [e5c025dff4](https://github.com/angular/components/commit/e5c025dff42ca2637845417c5bb0a482bee31547) | fix | **mdc-slider:** use passive event listeners ([#24675](https://github.com/angular/components/pull/24675)) |
28+
## Special Thanks
29+
Artur Androsovych, ByzantineFailure, David Gonzalez, Dilyorbek, Kristiyan Kostadinov, Naveen, Paul Gschwendtner, Raí Siqueira, Shivam Sethi, Wagner Maciel and Zach Arend
30+
31+
<!-- CHANGELOG SPLIT MARKER -->
32+
133
<a name="13.3.1"></a>
234
# 13.3.1 "pearl-necklace" (2022-03-23)
335
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ci-docs-monitor-test": "ts-node --project scripts/tsconfig.json scripts/docs-deploy/monitoring/ci-test.ts",
5353
"prepare": "husky install"
5454
},
55-
"version": "13.3.1",
55+
"version": "13.3.2",
5656
"dependencies": {
5757
"@angular/animations": "13.3.0",
5858
"@angular/common": "13.3.0",

0 commit comments

Comments
 (0)