Skip to content

Commit c3f2a97

Browse files
committed
release: cut the v16.2.0-next.4 release
1 parent d41c693 commit c3f2a97

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="16.2.0-next.4"></a>
2+
# 16.2.0-next.4 "honeycomb-huskey" (2023-07-14)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [1703c274d](https://github.com/angular/components/commit/1703c274d304228326d0ef723fb497085161c8c5) | fix | **clipboard:** not working inside fullscreen element ([#27456](https://github.com/angular/components/pull/27456)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [af1a04123](https://github.com/angular/components/commit/af1a0412397c3887c377ceb7bbd03a37ca41ad8a) | feat | **autocomplete:** add input to require selection from the panel ([#27423](https://github.com/angular/components/pull/27423)) |
11+
| [ff2a3cc6f](https://github.com/angular/components/commit/ff2a3cc6fb8055b10e717d366932f771195a89af) | fix | **autocomplete:** blocking events to other overlays when there are no results ([#27432](https://github.com/angular/components/pull/27432)) |
12+
| [7c8a79629](https://github.com/angular/components/commit/7c8a796294713c6f102885c94088a9c4713ffdd4) | fix | **autocomplete:** clear selected option if input is cleared ([#27422](https://github.com/angular/components/pull/27422)) |
13+
| [fd047217d](https://github.com/angular/components/commit/fd047217da86dbfff3d83482b0d4881ecf84cb49) | fix | **expansion:** panel content visible when placed inside a hidden parent ([#27438](https://github.com/angular/components/pull/27438)) |
14+
### material-experimental
15+
| Commit | Type | Description |
16+
| -- | -- | -- |
17+
| [b77094dc2](https://github.com/angular/components/commit/b77094dc23e99355b7d6bbc4ed41e4a08bdc544c) | feat | **themeing:** add M3 token values for checkbox and card ([#27409](https://github.com/angular/components/pull/27409)) |
18+
### multiple
19+
| Commit | Type | Description |
20+
| -- | -- | -- |
21+
| [95e18c522](https://github.com/angular/components/commit/95e18c522585668fe0017fa90ab8caf89b75ca9a) | fix | avoid component ID collisions between legacy and non-legacy components |
22+
23+
<!-- CHANGELOG SPLIT MARKER -->
24+
125
<a name="16.1.5"></a>
226
# 16.1.5 "turquoise-tortoise" (2023-07-13)
327
### material

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.3",
58+
"version": "16.2.0-next.4",
5959
"dependencies": {
6060
"@angular/animations": "^16.1.1",
6161
"@angular/common": "^16.1.1",

0 commit comments

Comments
 (0)