Skip to content

Commit 13e7a92

Browse files
committed
release: cut the v19.0.0-next.3 release
1 parent 308eb2c commit 13e7a92

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
<a name="19.0.0-next.3"></a>
2+
# 19.0.0-next.3 "quicksilver-quintessence" (2024-09-04)
3+
## Breaking Changes
4+
### cdk
5+
- * Since `cdk.high-contrast` targets a media query instead of a class, the specificity of the styles it emits is lower than before.
6+
- * Virtual scrolling lists now have proper type checking which can reveal some previously-hidden compilation errors.
7+
8+
* fix(cdk/scrolling): adds ngTemplateContextGuard
9+
10+
implements ngTemplateContextGuard for CdkVirtualForOf directive
11+
### material
12+
- * `mixinColor` and `CanColor` have been removed. Use a host binding instead.
13+
* `mixinDisableRipple` and `CanDisableRipple` have been removed. Use input transforms instead.
14+
* `mixinDisabled` and `CanDisable` have been removed. Use input transforms instead.
15+
* `mixinInitialized` and `HasInitialized` have been removed. Use a `Subject` that emits in `ngOnInit` instead.
16+
* `mixinTabIndex` and `HasTabIndex` have been removed. Use input transforms instead.
17+
### material
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [90eea1bf70](https://github.com/angular/components/commit/90eea1bf7084ea7098676ca9988624802f27884c) | fix | **core:** Allow system variables to be formatted for opacity ([#29665](https://github.com/angular/components/pull/29665)) |
21+
| [edce90652a](https://github.com/angular/components/commit/edce90652ade6715b4404db284f684b1b511fae4) | fix | **core:** delete deprecated APIs ([#29651](https://github.com/angular/components/pull/29651)) |
22+
| [4771931c2f](https://github.com/angular/components/commit/4771931c2f334be1edc2b7764921d6539808317e) | fix | **core:** Fix incorrect color role mappings ([#29655](https://github.com/angular/components/pull/29655)) |
23+
| [9333de0537](https://github.com/angular/components/commit/9333de0537e7b905407999820bf283f4943c986b) | fix | **tooltip:** remove old IE workaround ([#29674](https://github.com/angular/components/pull/29674)) |
24+
### cdk
25+
| Commit | Type | Description |
26+
| -- | -- | -- |
27+
| [f4a02adb77](https://github.com/angular/components/commit/f4a02adb779968ab1e696aa93dc69b62e7a18929) | feat | **a11y:** use native media query for high contrast detection ([#29678](https://github.com/angular/components/pull/29678)) |
28+
| [5439460d1f](https://github.com/angular/components/commit/5439460d1fe166f8ec34ab7d48f05e0dd7f6a946) | fix | **scrolling:** adds ngTemplateContextGuard ([#27276](https://github.com/angular/components/pull/27276)) |
29+
### multiple
30+
| Commit | Type | Description |
31+
| -- | -- | -- |
32+
| [b3a9062edf](https://github.com/angular/components/commit/b3a9062edf8863250ddd462e5abe009fbc46243b) | fix | ripples not showing up in some cases ([#29672](https://github.com/angular/components/pull/29672)) |
33+
34+
<!-- CHANGELOG SPLIT MARKER -->
35+
136
<a name="18.2.3"></a>
237
# 18.2.3 "parchment-deluge" (2024-09-04)
338
### material

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": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky"
5656
},
57-
"version": "19.0.0-next.2",
57+
"version": "19.0.0-next.3",
5858
"dependencies": {
5959
"@angular/animations": "^19.0.0-next.2",
6060
"@angular/common": "^19.0.0-next.2",

0 commit comments

Comments
 (0)