Skip to content

Commit d1f1f78

Browse files
committed
release: cut the v16.2.0-next.3 release
1 parent 4260269 commit d1f1f78

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="16.2.0-next.3"></a>
2+
# 16.2.0-next.3 "verdelite-volcano" (2023-07-06)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [8e4a2ecf0](https://github.com/angular/components/commit/8e4a2ecf022a81edd6c4273039d74dc6b9c39a24) | fix | **menu:** control + option + space not working on VoiceOver ([#27401](https://github.com/angular/components/pull/27401)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [0340a4152](https://github.com/angular/components/commit/0340a41529385c7a65f514e6afbceb84732a1aa0) | fix | **button-toggle:** not preserving value if preselected option is removed ([#27398](https://github.com/angular/components/pull/27398)) |
11+
| [c03b5f415](https://github.com/angular/components/commit/c03b5f415f4cccf41f6a5138dce822205a800da9) | fix | **chips:** error if empty getter is accessed too early ([#27405](https://github.com/angular/components/pull/27405)) |
12+
| [b985c7d52](https://github.com/angular/components/commit/b985c7d52cf5ccebbc76610e8843711d79e4df50) | fix | **core:** throw better error messages from typography utils ([#27393](https://github.com/angular/components/pull/27393)) |
13+
| [06f8544e7](https://github.com/angular/components/commit/06f8544e7b7bf8b2cc279a2e30d123c7d74804e1) | fix | **menu:** prevent menu styles from leaking to other components ([#27378](https://github.com/angular/components/pull/27378)) |
14+
| [017a541d4](https://github.com/angular/components/commit/017a541d496bfaaeda2f1207b6e6247213361dd9) | fix | **schematics:** fix template diagnostic in table schematic ([#27407](https://github.com/angular/components/pull/27407)) |
15+
| [daa6ca3ec](https://github.com/angular/components/commit/daa6ca3ecd9e46fcea4ec609ef6d37f50fc3af3b) | fix | **sidenav:** only trap focus when backdrop is enabled ([#27355](https://github.com/angular/components/pull/27355)) |
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="16.1.4"></a>
220
# 16.1.4 "andalusite-almond" (2023-07-06)
321
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5656
"prepare": "husky install"
5757
},
58-
"version": "16.2.0-next.2",
58+
"version": "16.2.0-next.3",
5959
"dependencies": {
6060
"@angular/animations": "^16.1.1",
6161
"@angular/common": "^16.1.1",

0 commit comments

Comments
 (0)