Skip to content

Commit 31fc89b

Browse files
authored
chore: update changelog for 10.1.1 (#20107)
1 parent 90f4d0e commit 31fc89b

File tree

2 files changed

+40
-3
lines changed

2 files changed

+40
-3
lines changed

CHANGELOG.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## 10.1.1 "tin-hat" (2020-07-27)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **a11y:** interactivity checker detecting tabbable state incorrectly for videos, audio and object elements ([2825a9b](https://github.com/angular/components/commit/2825a9b)) |
8+
| bug fix | **drag-drop:** warn if connected container ID doesn't exist ([#20057](https://github.com/angular/components/issues/20057)) ([4fa9eb9](https://github.com/angular/components/commit/4fa9eb9)), closes [#20056](https://github.com/angular/components/issues/20056) |
9+
| bug fix | **drag-drop:** not transferring input value when cloning element for preview ([#20009](https://github.com/angular/components/issues/20009)) ([9833eea](https://github.com/angular/components/commit/9833eea)), closes [#19905](https://github.com/angular/components/issues/19905) |
10+
| bug fix | **scrolling:** viewport ruler events being run inside zone ([#15814](https://github.com/angular/components/issues/15814)) ([200ca35](https://github.com/angular/components/commit/200ca35)), closes [#18471](https://github.com/angular/components/issues/18471) |
11+
12+
### material
13+
14+
| | |
15+
| ---------- | --------------------- |
16+
| bug fix | **datepicker:** emitting dateChange event when opposite range input changes ([#19995](https://github.com/angular/components/issues/19995)) ([d383bba](https://github.com/angular/components/commit/d383bba)), closes [#19968](https://github.com/angular/components/issues/19968) |
17+
| bug fix | **select:** indicating programmatic value change as user interaction in some cases ([#19970](https://github.com/angular/components/issues/19970)) ([88d8416](https://github.com/angular/components/commit/88d8416)), closes [#19967](https://github.com/angular/components/issues/19967) |
18+
| bug fix | tabindex inputs not supporting coercion ([#20037](https://github.com/angular/components/issues/20037)) ([ec5986c](https://github.com/angular/components/commit/ec5986c)), closes [#20026](https://github.com/angular/components/issues/20026) |
19+
| bug fix | **datepicker:** not updating calendar state if input changes while open ([#19973](https://github.com/angular/components/issues/19973)) ([8b48a9b](https://github.com/angular/components/commit/8b48a9b)), closes [#19959](https://github.com/angular/components/issues/19959) |
20+
| bug fix | **menu:** throw error if menu contains its own trigger ([#19943](https://github.com/angular/components/issues/19943)) ([16e8376](https://github.com/angular/components/commit/16e8376)), closes [#19941](https://github.com/angular/components/issues/19941) |
21+
| bug fix | **table:** no data row not shown if data source is empty on init ([#19994](https://github.com/angular/components/issues/19994)) ([392e384](https://github.com/angular/components/commit/392e384)), closes [#19992](https://github.com/angular/components/issues/19992) |
22+
23+
### cdk-experimental
24+
25+
| | |
26+
| ---------- | --------------------- |
27+
| bug fix | **menu:** fix bug preventing keyboard event handling if opened programmatically ([#20004](https://github.com/angular/components/issues/20004)) ([d7954d6](https://github.com/angular/components/commit/d7954d6)) |
28+
29+
### material-experimental
30+
31+
| | |
32+
| ---------- | --------------------- |
33+
| bug fix | **mdc-snack-bar:** blending in with background in high contrast mode ([#19996](https://github.com/angular/components/issues/19996)) ([7b2d6b0](https://github.com/angular/components/commit/7b2d6b0)) |
34+
| bug fix | **mdc-tabs:** missing focus indication in high contrast mode ([#17601](https://github.com/angular/components/issues/17601)) ([ec87358](https://github.com/angular/components/commit/ec87358)) |
35+
36+
137
# 10.1.0 "plastic-vault" (2020-07-20)
238

339
### cdk
@@ -100,6 +136,7 @@
100136
| feature | **snack-bar:** add MDC-based snack-bar ([#19738](https://github.com/angular/components/issues/19738)) ([a63bfc5](https://github.com/angular/components/commit/a63bfc5)) |
101137
| feature | **snack-bar:** add MDC-based snack-bar ([#19800](https://github.com/angular/components/issues/19800)) ([7dcd2dd](https://github.com/angular/components/commit/7dcd2dd)) |
102138

139+
103140
# 10.0.0 "ice-dice" (2020-06-24)
104141

105142
## Highlights
@@ -766,7 +803,7 @@ Big thanks to @mbehrlich for contributing this!
766803
This new capability for `@angular/cdk` provides some convenient helpers for dealign with
767804
the clipboard. [See the documentation for more information](https://material.angular.io/cdk/clipboard).
768805

769-
Big thanks to @xkxx for contributing this!
806+
Big thanks to @xkxx for contributing this!
770807

771808
### Breaking changes
772809

@@ -1289,7 +1326,7 @@ Big thanks to @YourDeveloperFriend for contributing this!
12891326

12901327
### Highlights
12911328
* The `MatNavTabBar` now support tab pagination, a long-requested feature.
1292-
* `CdkDrag` now supports scrolling the viewport when an item is dragged near the edge.
1329+
* `CdkDrag` now supports scrolling the viewport when an item is dragged near the edge.
12931330

12941331

12951332
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"integration-tests:view-engine": "bazel test --test_tag_filters=view-engine-only --build_tests_only -- //integration/... -//integration/size-test/...",
4747
"integration-tests:size-test": "bazel test //integration/size-test/..."
4848
},
49-
"version": "10.1.0",
49+
"version": "10.2.0-next.0",
5050
"dependencies": {
5151
"@angular/animations": "^10.0.0",
5252
"@angular/common": "^10.0.0",

0 commit comments

Comments
 (0)