Skip to content

Commit 6d6c097

Browse files
committed
release: cut the v14.0.0-next.1 release
1 parent 342b1d4 commit 6d6c097

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
<a name="14.0.0-next.1"></a>
2+
# 14.0.0-next.1 "denim-dinosaur" (2022-02-02)
3+
## Breaking Changes
4+
### cdk
5+
- The deprecated `angular/cdk/testing/protractor` entry-point has been removed.
6+
### material-experimental
7+
| Commit | Type | Description |
8+
| -- | -- | -- |
9+
| [f0f9cbecf5](https://github.com/angular/components/commit/f0f9cbecf5afb7dff226a0a79df727f439324f85) | fix | **mdc-button:** align outline color with spec ([#24249](https://github.com/angular/components/pull/24249)) |
10+
| [5a0002739a](https://github.com/angular/components/commit/5a0002739a720c7480cb284b55f168f404046dc2) | perf | **mdc-list:** reduce bundle size ([#24291](https://github.com/angular/components/pull/24291)) |
11+
### cdk-experimental
12+
| Commit | Type | Description |
13+
| -- | -- | -- |
14+
| [75cda48da1](https://github.com/angular/components/commit/75cda48da100335f875ad6ba87db25ab01d0e972) | fix | **menu:** keep context menus open when mouse is released ([#24308](https://github.com/angular/components/pull/24308)) |
15+
### material
16+
| Commit | Type | Description |
17+
| -- | -- | -- |
18+
| [c3188c84ef](https://github.com/angular/components/commit/c3188c84ef140f0f9e3366516d9004b46ed8da71) | feat | **tabs:** add the ability to keep content inside the DOM while off-screen ([#20393](https://github.com/angular/components/pull/20393)) |
19+
| [cad0872208](https://github.com/angular/components/commit/cad087220848b2cd2c252520bac26a42d8b279aa) | feat | **tabs:** add the ability to keep content inside the DOM while off-screen ([#24299](https://github.com/angular/components/pull/24299)) |
20+
| [1933225833](https://github.com/angular/components/commit/1933225833a17d1c4246ca2afe5dac6b0ecc4060) | fix | **datepicker:** content overflowing when large custom header is provided ([#24255](https://github.com/angular/components/pull/24255)) |
21+
| [a74d92e33d](https://github.com/angular/components/commit/a74d92e33df365558eaf54661db32de379d68885) | fix | **menu:** adjust overlay size when amount of items changes ([#21457](https://github.com/angular/components/pull/21457)) |
22+
| [c1f25bcdbe](https://github.com/angular/components/commit/c1f25bcdbea56556ee27d4153fd44dc3a95567fe) | fix | **slider:** Ticks updated wrongly if the max property 0 ([#24218](https://github.com/angular/components/pull/24218)) |
23+
| [e8919bcf4b](https://github.com/angular/components/commit/e8919bcf4b614fde6f6614fcaaf799b97f9702b5) | fix | **tabs:** use buttons for paginator ([#14640](https://github.com/angular/components/pull/14640)) |
24+
### cdk
25+
| Commit | Type | Description |
26+
| -- | -- | -- |
27+
| [781a45a2b6](https://github.com/angular/components/commit/781a45a2b6e7bd0ea38e7023fc4f492b02a0014f) | fix | **a11y:** allow for multiple browser-generated description containers ([#23507](https://github.com/angular/components/pull/23507)) |
28+
| [2575b00808](https://github.com/angular/components/commit/2575b008083f4736ed48877604b0165c03bd9175) | refactor | **testing:** remove deprecated protractor harness environment ([#24304](https://github.com/angular/components/pull/24304)) |
29+
### multiple
30+
| Commit | Type | Description |
31+
| -- | -- | -- |
32+
| [c46ece07b3](https://github.com/angular/components/commit/c46ece07b348bad43e54fbad9d10e4fb9aab367f) | perf | Remove IE 11 cruft from table, column-resize, and popover-edit. ([#23900](https://github.com/angular/components/pull/23900)) |
33+
## Special Thanks
34+
Amy Sorto, Dmytro Mezhenskyi, Joey Perrott, Karl Seamon, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Zach Arend, Zack Elliott and ram
35+
36+
<!-- CHANGELOG SPLIT MARKER -->
37+
138
<a name="13.2.1"></a>
239
# 13.2.1 "vinyl-viola" (2022-02-02)
340
### cdk

package.json

+1-1
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.0",
53+
"version": "14.0.0-next.1",
5454
"dependencies": {
5555
"@angular/animations": "13.2.0",
5656
"@angular/common": "13.2.0",

0 commit comments

Comments
 (0)