Skip to content

Commit fb394c5

Browse files
authored
release: cut the v14.0.0-next.2 release (#24389)
1 parent 7832abb commit fb394c5

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="14.0.0-next.2"></a>
2+
# 14.0.0-next.2 "ferrous-squirrel" (2022-02-09)
3+
## Breaking Changes
4+
### material
5+
- `MatChipInputEvent.chipInput` is now a required property.
6+
### material-experimental
7+
| Commit | Type | Description |
8+
| -- | -- | -- |
9+
| [3523adf71](https://github.com/angular/components/commit/3523adf71eca4c29b8c8cff1bf90c6f1d15d88ca) | fix | **mdc-checkbox:** add missing classes for checked ([#24350](https://github.com/angular/components/pull/24350)) |
10+
| [02d6e7d77](https://github.com/angular/components/commit/02d6e7d77ae77feae7d52c929b0dff74f6624c1a) | fix | **mdc-tabs:** CSS applied to wrong element when preserveContent is enabled ([#24346](https://github.com/angular/components/pull/24346)) |
11+
### material
12+
| Commit | Type | Description |
13+
| -- | -- | -- |
14+
| [d67dad6b1](https://github.com/angular/components/commit/d67dad6b1b77692a15762bcbdbd5e9ea94f1a34e) | fix | **chips:** Make `MatChipInputEvent.chipInput` required. ([#23692](https://github.com/angular/components/pull/23692)) |
15+
| [1c9173196](https://github.com/angular/components/commit/1c917319642822881532be91c699122976bf10c3) | fix | **datepicker:** fix improper focus trapping with VoiceOver and ChromeVox ([#24300](https://github.com/angular/components/pull/24300)) |
16+
| [7a6549fb1](https://github.com/angular/components/commit/7a6549fb11a108f351aa4bf2a3686a75bdbc642c) | fix | **datepicker:** remove abbr from day of week header ([#24106](https://github.com/angular/components/pull/24106)) |
17+
### cdk
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [64606fa65](https://github.com/angular/components/commit/64606fa65bd0d307a87d8a64b7db0da90105102c) | feat | **testing:** add methods `getOptionalHarness` and `hasHarness` ([#24355](https://github.com/angular/components/pull/24355)) |
21+
| [5221b79d5](https://github.com/angular/components/commit/5221b79d57c92a75f8e3f5b4cf66bd93814a5d54) | fix | **scrolling:** fix scrolling in appendOnly mode ([#24153](https://github.com/angular/components/pull/24153)) |
22+
### material-experiental
23+
| Commit | Type | Description |
24+
| -- | -- | -- |
25+
| [dd59b4a10](https://github.com/angular/components/commit/dd59b4a10cb30639fc00039f76d920cb60fa3020) | fix | **mdc-list:** update material-components-web to pick up multi-select list keyboard support ([#24354](https://github.com/angular/components/pull/24354)) |
26+
## Special Thanks
27+
Alan Agius, Artur Androsovych, Chabbey François, Joey Perrott, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Zach Arend and renovate[bot]
28+
29+
<!-- CHANGELOG SPLIT MARKER -->
30+
131
<a name="13.2.2"></a>
232
# 13.2.2 "enamel-eagle" (2022-02-09)
333
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"tsc": "node ./node_modules/typescript/bin/tsc",
5151
"prepare": "husky install"
5252
},
53-
"version": "14.0.0-next.1",
53+
"version": "14.0.0-next.2",
5454
"dependencies": {
5555
"@angular/animations": "13.2.0",
5656
"@angular/common": "13.2.0",

0 commit comments

Comments
 (0)