Skip to content

Commit e5b4dd9

Browse files
authored
release: cut the v13.1.0-next.2 release (#23980)
1 parent 364bda5 commit e5b4dd9

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="13.1.0-next.2"></a>
2+
# 13.1.0-next.2 "putty-pomelo" (2021-11-17)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [c381a6c5ae](https://github.com/angular/components/commit/c381a6c5ae1bd0b25e91384bc8bf03198064aa2b) | feat | **bidi:** support `auto` direction value ([#23906](https://github.com/angular/components/pull/23906)) |
7+
| [b9cda574c9](https://github.com/angular/components/commit/b9cda574c9f9b127b7b018212556678e4fd573c2) | fix | **drag-drop:** handle not working when it has a child inside shadow DOM |
8+
| [48df9d6788](https://github.com/angular/components/commit/48df9d6788c2bc4e7622755284b4901447a568bb) | fix | **testing:** fake events not propagating through shadow DOM |
9+
### material
10+
| Commit | Type | Description |
11+
| -- | -- | -- |
12+
| [6f1a1b7520](https://github.com/angular/components/commit/6f1a1b75201a6eeacf9b02f4ba35672c1e9b66b7) | fix | **datepicker:** Add aria-current="date" to current date ([#23714](https://github.com/angular/components/pull/23714)) |
13+
| [8cdd3d7c76](https://github.com/angular/components/commit/8cdd3d7c763113ed03cf6b6889fb41f40f57dda9) | fix | **tabs:** pagination sometimes incorrectly shown after zoom ([#23759](https://github.com/angular/components/pull/23759)) |
14+
### material-experimental
15+
| Commit | Type | Description |
16+
| -- | -- | -- |
17+
| [edc2aa353f](https://github.com/angular/components/commit/edc2aa353fab2cbb32841431571542edfd5f6b60) | fix | **mdc-list:** don't override focus styles with hover ([#23840](https://github.com/angular/components/pull/23840)) |
18+
### multiple
19+
| Commit | Type | Description |
20+
| -- | -- | -- |
21+
| [4350552f5c](https://github.com/angular/components/commit/4350552f5c145182c8fc17586d8a826c40481b59) | perf | don't emit fallbacks for CSS variables in experimental components ([#23912](https://github.com/angular/components/pull/23912)) |
22+
## Special Thanks
23+
ByzantineFailure, Dario Piotrowicz, Jeremy Elbourn, Joey Perrott, Kristiyan Kostadinov, Miles Malerba and Paul Gschwendtner
24+
25+
<!-- CHANGELOG SPLIT MARKER -->
26+
127
<a name="13.0.2"></a>
228
# 13.0.2 "taffy-tangerine" (2021-11-17)
329
### cdk

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tsc": "node ./node_modules/typescript/bin/tsc",
4949
"prepare": "husky install"
5050
},
51-
"version": "13.1.0-next.1",
51+
"version": "13.1.0-next.2",
5252
"dependencies": {
5353
"@angular/animations": "13.0.1",
5454
"@angular/common": "13.0.1",

0 commit comments

Comments
 (0)