Skip to content

Commit 8c858ff

Browse files
authored
release: cut the v16.0.0-next.4 release (#26860)
1 parent f2fbf45 commit 8c858ff

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="16.0.0-next.4"></a>
2+
# 16.0.0-next.4 "plastic-pipe" (2023-03-29)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [24fab9992f](https://github.com/angular/components/commit/24fab9992f6ec689bcab7750cbbec18685e236c2) | fix | **overlay:** don't close if scroll is coming from inside overlay ([#26840](https://github.com/angular/components/pull/26840)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [6ad47bf0f7](https://github.com/angular/components/commit/6ad47bf0f7794147cbd05631dc972d5aa19bcfef) | fix | **core:** allow keyboard navigation to disabled options ([#26745](https://github.com/angular/components/pull/26745)) |
11+
| [e6f1a7dd54](https://github.com/angular/components/commit/e6f1a7dd54b8e783d9bb2d123576ca5764c6437b) | fix | **datepicker:** remove div as a child of button ([#26838](https://github.com/angular/components/pull/26838)) |
12+
| [a9b61352c5](https://github.com/angular/components/commit/a9b61352c575f7869a22d8a311dfe1c66c2da7ef) | fix | **form-field:** Add `mdc-label` class to `<label>` ([#26851](https://github.com/angular/components/pull/26851)) |
13+
### google-maps
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [e4901dfa72](https://github.com/angular/components/commit/e4901dfa720183b66ffc4d387aa5fba0b43210eb) | fix | update to latest typings ([#26854](https://github.com/angular/components/pull/26854)) |
17+
## Special Thanks
18+
Andrew Seguin, Jessica Janiuk, Kevin Vizcarra, Kristiyan Kostadinov, Wagner Maciel and Zach Arend
19+
20+
<!-- CHANGELOG SPLIT MARKER -->
21+
122
<a name="15.2.5"></a>
223
# 15.2.5 "metal-plumber" (2023-03-29)
324
### cdk

package.json

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

0 commit comments

Comments
 (0)