Skip to content

Commit cc3428e

Browse files
committed
release: cut the v17.0.0-next.5 release
1 parent 6d09253 commit cc3428e

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<a name="17.0.0-next.5"></a>
2+
# 17.0.0-next.5 "aerogel-aurora" (2023-09-27)
3+
## Breaking Changes
4+
### material
5+
- There are new styles emitted by `mat.radio-theme` that are not
6+
emitted by any of: `mat.radio-color`, `mat.radio-typography`,
7+
`mat.radio-density`. If you rely on the partial mixins only and don't
8+
call `mat.radio-theme`, you can add `mat.radio-base` to get the
9+
missing styles.
10+
### material-experimental
11+
| Commit | Type | Description |
12+
| -- | -- | -- |
13+
| [fbc7bdda93](https://github.com/angular/components/commit/fbc7bdda93b7c261705da81cec6720bbf607c5ce) | feat | **theming:** add M3 slider support ([#27826](https://github.com/angular/components/pull/27826)) |
14+
| [6b57edb1b1](https://github.com/angular/components/commit/6b57edb1b164909f8aa1eddac87a915c037e6905) | feat | **theming:** add M3 snackbar support ([#27824](https://github.com/angular/components/pull/27824)) |
15+
| [545db61b41](https://github.com/angular/components/commit/545db61b41957df26c5e3c95a2959ca6c83a9190) | feat | **theming:** add M3 toolbar support ([#27812](https://github.com/angular/components/pull/27812)) |
16+
| [1930b1dacf](https://github.com/angular/components/commit/1930b1dacf07826750ffc72dbce551fe6653fd4f) | feat | **theming:** add M3 tooltip support ([#27810](https://github.com/angular/components/pull/27810)) |
17+
### material
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [4c3ef50d6e](https://github.com/angular/components/commit/4c3ef50d6e7147f1af71885346503791897f2c78) | fix | **datepicker:** improved missing dateAdapters error message to include matLuxon and matDateFns ([#26889](https://github.com/angular/components/pull/26889)) |
21+
| [943b5dabf3](https://github.com/angular/components/commit/943b5dabf3fc14cf0dee80174a6891fef8a588c8) | fix | **radio:** move unthemable tokens to theme mixin ([#27809](https://github.com/angular/components/pull/27809)) |
22+
### cdk
23+
| Commit | Type | Description |
24+
| -- | -- | -- |
25+
| [d336370565](https://github.com/angular/components/commit/d336370565deb6a4db666783d484040e1fd99648) | fix | **menu:** context menu closing immediately on control + click on Safari ([#27838](https://github.com/angular/components/pull/27838)) |
26+
27+
<!-- CHANGELOG SPLIT MARKER -->
28+
129
<a name="16.2.6"></a>
230
# 16.2.6 "jade-jungle" (2023-09-27)
331
### 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": "17.0.0-next.4",
58+
"version": "17.0.0-next.5",
5959
"dependencies": {
6060
"@angular/animations": "^17.0.0-next.4",
6161
"@angular/common": "^17.0.0-next.4",

0 commit comments

Comments
 (0)