Skip to content

Commit f3e8196

Browse files
authored
release: cut the v13.0.0-next.2 release (#23461)
1 parent 40002b7 commit f3e8196

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
<a name="13.0.0-next.2"></a>
2+
# 13.0.0-next.2 "emerald-earring" (2021-08-26)
3+
## Breaking Changes
4+
### cdk/clipboard
5+
* `CKD_COPY_TO_CLIPBOARD_CONFIG` has been removed. Use `CDK_COPY_TO_CLIPBOARD_CONFIG` instead.
6+
### material/form-field
7+
* `MatFormFieldHarness.getHarnessLoaderForPrefix` has been removed. Use `MatFormFieldHarness.getPrefixText` instead.
8+
* `MatFormFieldHarness.getHarnessLoaderForSuffix` has been removed. Use `MatFormFieldHarness.getSuffixText` instead.
9+
* The `_labelOptions` parameter of the `MatFormField` constructor has been removed.
10+
* `MatFormField.underlineRef` has been removed.
11+
### material/tabs
12+
* `MatTabHarness.getHarnessLoaderForContent` has been removed. Use `MatTabHarness.getRootHarnessLoader` instead.
13+
### cdk/clipboard
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [5833597a7](https://github.com/angular/components/commit/5833597a7ad8adca95da5533fb6f1efa5340a623) | refactor | clean up deprecated APIs for v13 ([#23401](https://github.com/angular/components/pull/23401)) |
17+
### cdk/testing
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [692ebafe7](https://github.com/angular/components/commit/692ebafe7baab75771f0f279b7e7090ec4f903aa) | fix | fake touch event does not set proper touch identifier |
21+
### material/datepicker
22+
| Commit | Type | Description |
23+
| -- | -- | -- |
24+
| [b761dbcb2](https://github.com/angular/components/commit/b761dbcb27ca12573429407467b71ec092c5951d) | fix | calendar reopening on spacebar selection ([#23336](https://github.com/angular/components/pull/23336)) |
25+
### material/dialog
26+
| Commit | Type | Description |
27+
| -- | -- | -- |
28+
| [3dc5af4bf](https://github.com/angular/components/commit/3dc5af4bfd2e15fe9a1330740068732cfc65d29f) | feat | add support for content sections in harness ([#23357](https://github.com/angular/components/pull/23357)) |
29+
### material/form-field
30+
| Commit | Type | Description |
31+
| -- | -- | -- |
32+
| [700c0601c](https://github.com/angular/components/commit/700c0601c03c113925562fd31f49d66a65ac3dae) | refactor | remove deprecated APIs for version 13 ([#23389](https://github.com/angular/components/pull/23389)) |
33+
### material/stepper
34+
| Commit | Type | Description |
35+
| -- | -- | -- |
36+
| [b5b262d3e](https://github.com/angular/components/commit/b5b262d3e0f15eeae173b1f56a68d661953b7b83) | fix | remove ripple and hover styling for disabled step ([#23386](https://github.com/angular/components/pull/23386)) |
37+
### material/tabs
38+
| Commit | Type | Description |
39+
| -- | -- | -- |
40+
| [3ad08940f](https://github.com/angular/components/commit/3ad08940f13aad9403b89722eb7dd5f388a4d536) | refactor | remove deprecated APIs for v13 ([#23426](https://github.com/angular/components/pull/23426)) |
41+
### material-experimental/mdc-slider
42+
| Commit | Type | Description |
43+
| -- | -- | -- |
44+
| [c4cf3c945](https://github.com/angular/components/commit/c4cf3c9456d57371ee725991afe6afe49f7928ca) | fix | correct description of slider harness thumb getters ([#23431](https://github.com/angular/components/pull/23431)) |
45+
## Special Thanks
46+
Amy Sorto, Kristiyan Kostadinov, Michael-James, Paul Gschwendtner, Wagner Maciel and mmalerba
47+
48+
149
<a name="12.2.3"></a>
250
# 12.2.3 "meteorite-mango" (2021-08-25)
351
### material/datepicker

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"tsc": "node ./node_modules/typescript/bin/tsc",
5252
"prepare": "husky install"
5353
},
54-
"version": "13.0.0-next.1",
54+
"version": "13.0.0-next.2",
5555
"dependencies": {
5656
"@angular/animations": "13.0.0-next.2",
5757
"@angular/common": "13.0.0-next.2",

0 commit comments

Comments
 (0)