Skip to content

Commit 34abb58

Browse files
authored
chore: bump version to 10.1.1 w/ changelog (#20104)
1 parent cd2f2e0 commit 34abb58

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

CHANGELOG.md

Lines changed: 38 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
@@ -767,7 +803,7 @@ Big thanks to @mbehrlich for contributing this!
767803
This new capability for `@angular/cdk` provides some convenient helpers for dealign with
768804
the clipboard. [See the documentation for more information](https://material.angular.io/cdk/clipboard).
769805

770-
Big thanks to @xkxx for contributing this!
806+
Big thanks to @xkxx for contributing this!
771807

772808
### Breaking changes
773809

@@ -1290,7 +1326,7 @@ Big thanks to @YourDeveloperFriend for contributing this!
12901326

12911327
### Highlights
12921328
* The `MatNavTabBar` now support tab pagination, a long-requested feature.
1293-
* `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.
12941330

12951331

12961332
### 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.1.1",
5050
"dependencies": {
5151
"@angular/animations": "^10.0.0",
5252
"@angular/common": "^10.0.0",

0 commit comments

Comments
 (0)