Skip to content

Commit 01c8abf

Browse files
committed
release: cut the v18.0.0-next.2 release
1 parent 436301f commit 01c8abf

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="18.0.0-next.2"></a>
2+
# 18.0.0-next.2 "gahnite-globe" (2024-03-28)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [da980a80b](https://github.com/angular/components/commit/da980a80b8775dac782eae0df468de4157550ca6) | fix | **a11y:** support signals in ListKeyManager ([#28757](https://github.com/angular/components/pull/28757)) |
7+
| [9c4e451da](https://github.com/angular/components/commit/9c4e451daa15aff937d021df1ce6e2bc0dee29dd) | 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+
| [4473a379f](https://github.com/angular/components/commit/4473a379f1f3a004526eca97aa7b75b82d60ae2d) | feat | **core:** add prebuilt themes based on M3 |
12+
| [b312b9491](https://github.com/angular/components/commit/b312b9491e736953ad29756b74e9f74df49ff88b) | feat | **schematics:** use M3 themes in schematics |
13+
| [b9d4048c5](https://github.com/angular/components/commit/b9d4048c5ff14bbad260fff5e635785233d9c294) | fix | **chips:** use concrete value for remove icon size ([#28751](https://github.com/angular/components/pull/28751)) |
14+
| [457ce698f](https://github.com/angular/components/commit/457ce698f76e714209964dcdbc1e7423d3f41791) | fix | **datepicker:** datepicker row count inaccurate for screen reader ([#28760](https://github.com/angular/components/pull/28760)) |
15+
### material-experimental
16+
| Commit | Type | Description |
17+
| -- | -- | -- |
18+
| [c345df788](https://github.com/angular/components/commit/c345df7889c4f08076657ed37f901c975f762c3c) | feat | **theming:** add mixin for customizing checkbox tokens ([#28759](https://github.com/angular/components/pull/28759)) |
19+
| [c932512ba](https://github.com/angular/components/commit/c932512bab15b59883453b3e6dc9f896239fd65d) | fix | **theming:** avoid re-emitting the same tokens from the backwards-compatibility styles |
20+
21+
<!-- CHANGELOG SPLIT MARKER -->
22+
123
<a name="18.0.0-next.1"></a>
224
# 18.0.0-next.1 "basalt-solitude" (2024-03-20)
325
### 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": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5757
"prepare": "husky install"
5858
},
59-
"version": "18.0.0-next.1",
59+
"version": "18.0.0-next.2",
6060
"dependencies": {
6161
"@angular/animations": "^18.0.0-next.1",
6262
"@angular/common": "^18.0.0-next.1",

0 commit comments

Comments
 (0)