Skip to content

Commit 58faa94

Browse files
committed
release: cut the v17.3.2 release
1 parent a8ab193 commit 58faa94

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="17.3.2"></a>
2+
# 17.3.2 "benitoite-biscuit" (2024-03-28)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [de2388190](https://github.com/angular/components/commit/de2388190eae18689f63f07f96fbfe460fe9e047) | fix | **a11y:** support signals in ListKeyManager ([#28757](https://github.com/angular/components/pull/28757)) |
7+
| [38a12a9f0](https://github.com/angular/components/commit/38a12a9f057a7b8fef6d7a8f0014e4c15a74af4d) | fix | **listbox:** improve SSR compatibility by adding an _isBrowser check before calling _setPreviousActiveOptionAsActiveOptionOnWindowBlur ([#28746](https://github.com/angular/components/pull/28746)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [aee721ec6](https://github.com/angular/components/commit/aee721ec6979538469e5080fac0cfae4f01fa035) | fix | **chips:** use concrete value for remove icon size ([#28751](https://github.com/angular/components/pull/28751)) |
12+
| [4ca9ac56b](https://github.com/angular/components/commit/4ca9ac56b4e5ef38321277bc919b097089b1a28c) | fix | **datepicker:** datepicker row count inaccurate for screen reader ([#28760](https://github.com/angular/components/pull/28760)) |
13+
14+
<!-- CHANGELOG SPLIT MARKER -->
15+
116
<a name="17.3.1"></a>
217
# 17.3.1 "clay-paradox" (2024-03-20)
318
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5757
"prepare": "husky install"
5858
},
59-
"version": "17.3.1",
59+
"version": "17.3.2",
6060
"dependencies": {
6161
"@angular/animations": "^17.2.0",
6262
"@angular/common": "^17.2.0",

0 commit comments

Comments
 (0)