Skip to content

Commit 0b10ef4

Browse files
committed
release: cut the v14.0.0-next.12 release
1 parent 86aa9c1 commit 0b10ef4

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
<a name="14.0.0-next.12"></a>
2+
# 14.0.0-next.12 "plastic-keyboard" (2022-04-28)
3+
## Deprecations
4+
### material
5+
- `mat.define-dark-theme` no longer accepts `$primary`, `$accent` and `$warn`.
6+
Pass a single config map instead.
7+
- `mat.define-light-theme` no longer accepts `$primary`, `$accent` and `$warn`.
8+
Pass a single config map instead.
9+
- Custom Material themes should no longer access `primary`, `accent`, `warn`,
10+
`is-dark`, `foreground` and `background` from the theme map, but instead use the actual `color`
11+
configuration (`mat.get-color-config($theme)`).
12+
- Passing a color configuration directly to a `-theme` mixin
13+
is not supported. Pass the theme container object instead or use the dedicated
14+
`-color` mixins.
15+
### material-experimental
16+
| Commit | Type | Description |
17+
| -- | -- | -- |
18+
| [ce67406f4a](https://github.com/angular/components/commit/ce67406f4ac6ed7a4ed9bb7be4299edea1cc72bd) | fix | **mdc-slider:** remove pointerdown passive eve… ([#24766](https://github.com/angular/components/pull/24766)) |
19+
| [d3428ba5a2](https://github.com/angular/components/commit/d3428ba5a20a6780c90f68403806f8e8acc41414) | fix | **mdc-snack-bar:** avoid querying the DOM on each change detection ([#24770](https://github.com/angular/components/pull/24770)) |
20+
### material
21+
| Commit | Type | Description |
22+
| -- | -- | -- |
23+
| [4e5e286e9e](https://github.com/angular/components/commit/4e5e286e9ebdefdc13222611c36a42f0685277f4) | fix | **autocomplete:** outside click in Angular zone. ([#24817](https://github.com/angular/components/pull/24817)) |
24+
| [8dfbbed549](https://github.com/angular/components/commit/8dfbbed549621546d72dda341aa268cbb44fed97) | fix | **table:** accessibility improvements on table examples |
25+
| [f30609c925](https://github.com/angular/components/commit/f30609c9259ec5b2cabf52abaa051cac6fbe0bc5) | refactor | **core:** deprecate legacy theming API ([#24835](https://github.com/angular/components/pull/24835)) |
26+
### cdk
27+
| Commit | Type | Description |
28+
| -- | -- | -- |
29+
| [c6a1d1519e](https://github.com/angular/components/commit/c6a1d1519e1cf6677c161d8794b6af108fa996ed) | feat | **dialog:** move experimental CDK dialog into stable ([#24804](https://github.com/angular/components/pull/24804)) |
30+
| [49c1921316](https://github.com/angular/components/commit/49c1921316282c561adb6694b699cd3c6ab0e5ac) | feat | **drag-drop:** adding method to set drag position ([#24769](https://github.com/angular/components/pull/24769)) |
31+
| [653457eaf4](https://github.com/angular/components/commit/653457eaf48faab99227f37bc2fe104d9f308787) | feat | **menu:** move experimental CDK menu into stable ([#24826](https://github.com/angular/components/pull/24826)) |
32+
| [0faba6e5fc](https://github.com/angular/components/commit/0faba6e5fcb3ebed7fad497fb5938bde47827c9a) | fix | **overlay:** animations interrupted on repeat insertions ([#24815](https://github.com/angular/components/pull/24815)) |
33+
## Special Thanks
34+
Andrew Seguin, Diego Bonura, Egor Volvachev, Jesse Beder, Kirill Cherkashin, Kristiyan Kostadinov, Martin Forstner, Paul Gschwendtner, Ruslan Lekhman, Sukka, Wagner Maciel, Zach Arend and renovate[bot]
35+
36+
<!-- CHANGELOG SPLIT MARKER -->
37+
138
<a name="13.3.5"></a>
239
# 13.3.5 "bread-bun" (2022-04-27)
340
### cdk
@@ -6250,4 +6287,4 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire
62506287

62516288
# Changes Prior to 7.0.0
62526289

6253-
To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md).
6290+
To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ci-docs-monitor-test": "ts-node --project scripts/tsconfig.json scripts/docs-deploy/monitoring/ci-test.ts",
5353
"prepare": "husky install"
5454
},
55-
"version": "14.0.0-next.11",
55+
"version": "14.0.0-next.12",
5656
"dependencies": {
5757
"@angular/animations": "14.0.0-next.14",
5858
"@angular/common": "14.0.0-next.14",

0 commit comments

Comments
 (0)