Skip to content

Commit 3f5a43b

Browse files
committed
release: cut the v17.0.0-next.2 release
1 parent f54b950 commit 3f5a43b

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="17.0.0-next.2"></a>
2+
# 17.0.0-next.2 "metal-monkey" (2023-09-07)
3+
## Breaking Changes
4+
### multiple
5+
- - Themes are now more strictly validated when calling Angular Material
6+
theme mixins. For example, calling `mat.button-typography` with a theme
7+
has `typography: null` is now an error.
8+
- The `mat.legacy-typography-hierarchy` mixin has been removed in favor
9+
of `mat.typography-hierarchy`
10+
### material
11+
| Commit | Type | Description |
12+
| -- | -- | -- |
13+
| [cac7a41f7b](https://github.com/angular/components/commit/cac7a41f7b7a6034d8049be77fe53a082c3aa5f2) | fix | **dialog:** css structure change ([#27510](https://github.com/angular/components/pull/27510)) |
14+
| [726fc069e3](https://github.com/angular/components/commit/726fc069e3bed2fcbc9b53de02ee7ce18c2fce5d) | fix | **tabs:** add aria-hidden to inactive tabs ([#27742](https://github.com/angular/components/pull/27742)) |
15+
### cdk
16+
| Commit | Type | Description |
17+
| -- | -- | -- |
18+
| [aa1d01d169](https://github.com/angular/components/commit/aa1d01d1696360d25e18cb0328f56b9fca9d71c4) | fix | **drag-drop:** constrainPosition now working well with boundary ([#27730](https://github.com/angular/components/pull/27730)) |
19+
| [8eb494e975](https://github.com/angular/components/commit/8eb494e975bb75e52c9c81ad68d3d4b993546dfe) | fix | **menu:** run change detection for changes to overlay ref of trigger ([#27726](https://github.com/angular/components/pull/27726)) |
20+
### multiple
21+
| Commit | Type | Description |
22+
| -- | -- | -- |
23+
| [90465a1882](https://github.com/angular/components/commit/90465a1882028144a8e56eabc03b4cc93947df9f) | refactor | convert components to theme inspection API (round 4) ([#27740](https://github.com/angular/components/pull/27740)) |
24+
25+
<!-- CHANGELOG SPLIT MARKER -->
26+
127
<a name="16.2.3"></a>
228
# 16.2.3 "plastic-part" (2023-09-07)
329
### 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.1",
58+
"version": "17.0.0-next.2",
5959
"dependencies": {
6060
"@angular/animations": "^16.1.1",
6161
"@angular/common": "^16.1.1",

0 commit comments

Comments
 (0)