|
| 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 | + |
1 | 37 | # 10.1.0 "plastic-vault" (2020-07-20)
|
2 | 38 |
|
3 | 39 | ### cdk
|
@@ -767,7 +803,7 @@ Big thanks to @mbehrlich for contributing this!
|
767 | 803 | This new capability for `@angular/cdk` provides some convenient helpers for dealign with
|
768 | 804 | the clipboard. [See the documentation for more information](https://material.angular.io/cdk/clipboard).
|
769 | 805 |
|
770 |
| -Big thanks to @xkxx for contributing this! |
| 806 | +Big thanks to @xkxx for contributing this! |
771 | 807 |
|
772 | 808 | ### Breaking changes
|
773 | 809 |
|
@@ -1290,7 +1326,7 @@ Big thanks to @YourDeveloperFriend for contributing this!
|
1290 | 1326 |
|
1291 | 1327 | ### Highlights
|
1292 | 1328 | * 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. |
1294 | 1330 |
|
1295 | 1331 |
|
1296 | 1332 | ### Bug Fixes
|
|
0 commit comments