Skip to content

Commit 592e43e

Browse files
committed
release: cut the v13.0.0-next.5 release
1 parent 6be2da2 commit 592e43e

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="13.0.0-next.5"></a>
2+
# 13.0.0-next.5 "fuzzy-puppy" (2021-09-15)
3+
## Breaking Changes
4+
### material
5+
* `matTextareaAutosize` has been removed. Use `cdkTextareaAutosize` from the `@angular/cdk/text-field` module instead.
6+
* `CanColorCtor` is no longer necessary and has been removed.
7+
* `CanDisableRippleCtor` is no longer necessary and has been removed.
8+
* `CanDisableCtor` is no longer necessary and has been removed.
9+
* `CanUpdateErrorStateCtor` is no longer necessary and has been removed.
10+
* `HasInitializedCtor` is no longer necessary and has been removed.
11+
* `HasTabIndexCtor` is no longer necessary and has been removed.
12+
### material-experimental
13+
| Commit | Type | Description |
14+
| -- | -- | -- |
15+
| [771afd9e00](https://github.com/angular/components/commit/771afd9e00c9c87d3a4ccbd084c48f12ed250001) | fix | **mdc-menu:** ensure mat-mdc- prefix on all classes ([#23559](https://github.com/angular/components/pull/23559)) |
16+
| [04d2aaaf6d](https://github.com/angular/components/commit/04d2aaaf6d1778f5c432977a14918c6788640948) | fix | **mdc-form-field:** fix outline notch width ([#23005](https://github.com/angular/components/pull/23005)) |
17+
| [81b6b6be90](https://github.com/angular/components/commit/81b6b6be90241ca619736b99788796cbe2db3769) | fix | **mdc-slider:** remove deep imports ([#23451](https://github.com/angular/components/pull/23451)) |
18+
| [c608df8cec](https://github.com/angular/components/commit/c608df8cec6af28a5b0fb3d0e23f36ffdcb6b7c1) | fix | **mdc-button:** avoid shrinking FAB and icon button ([#23532](https://github.com/angular/components/pull/23532)) |
19+
### material
20+
| Commit | Type | Description |
21+
| -- | -- | -- |
22+
| [1762da875d](https://github.com/angular/components/commit/1762da875d3393db4a7d3ee340b882177c2e670a) | fix | **datepicker:** improve color contrast in calendar header ([#23517](https://github.com/angular/components/pull/23517)) |
23+
| [053689f1d1](https://github.com/angular/components/commit/053689f1d15845d0d59f881f6c29018e2e3f8c46) | fix | **input:** preserve password autofill icon ([#23534](https://github.com/angular/components/pull/23534)) |
24+
| [bb9c36bc89](https://github.com/angular/components/commit/bb9c36bc89c2a4bd793ba03deae6d2c8ea4bfe1b) | fix | **chips:** handle matChipRemove set on a button ([#23538](https://github.com/angular/components/pull/23538)) |
25+
| [741a57ecf0](https://github.com/angular/components/commit/741a57ecf08baa53c4ab1a0a9107f2f94b1da785) | fix | **stepper:** incorrect navigation order when steps are added later on ([#23541](https://github.com/angular/components/pull/23541)) |
26+
| [760b4564fa](https://github.com/angular/components/commit/760b4564fa41f1d13d4e07e9cba4fa3440284af7) | refactor | **input:** remove deprecated autosize directive ([#23408](https://github.com/angular/components/pull/23408)) |
27+
| [7bc9bfb9dc](https://github.com/angular/components/commit/7bc9bfb9dc233256f6e7063c62e4371a5a1da346) | refactor | **core:** remove deprecated APIs for v13 ([#23529](https://github.com/angular/components/pull/23529)) |
28+
### cdk
29+
| Commit | Type | Description |
30+
| -- | -- | -- |
31+
| [a9886a1191](https://github.com/angular/components/commit/a9886a1191217be31b823e8520b0dade925a8157) | fix | **a11y:** complete input modality streams on destroy ([#23522](https://github.com/angular/components/pull/23522)) |
32+
## Special Thanks
33+
Andrew Seguin, Jeremy Elbourn, Kristiyan Kostadinov, Miles Malerba, Naveed Baloch and Paul Gschwendtner
34+
35+
136
<a name="12.2.6"></a>
237
# 12.2.6 "polyaspartic-polygon" (2021-09-15)
338
### cdk

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.4",
54+
"version": "13.0.0-next.5",
5555
"dependencies": {
5656
"@angular/animations": "13.0.0-next.2",
5757
"@angular/common": "13.0.0-next.2",

0 commit comments

Comments
 (0)