Skip to content

Commit 9e5b07f

Browse files
mmalerbawagnermaciel
authored andcommitted
release: copy 11.1.0 changelog to master (angular#21654)
1 parent 5f852eb commit 9e5b07f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# 11.1.0-rc.0 "gallium-ghoul" (2021-01-14)
1+
# 11.1.0 "protoplasm-phantasm" (2021-01-20)
22

33
### cdk
44

55
| | |
66
| ---------- | --------------------- |
7+
| bug fix | **overlay:** sub-pixel deviations throwing off positioning in some cases ([#21427](https://github.com/angular/components/issues/21427)) ([5900d70cc65882307a8ef374bd1d41e228c8d5c7](https://github.com/angular/components/commit/5900d70cc65882307a8ef374bd1d41e228c8d5c7)), closes [#21350](https://github.com/angular/components/issues/21350) |
78
| bug fix | **a11y:** focusVia not accounting for focused child node ([#21512](https://github.com/angular/components/issues/21512)) ([f8df9f86d1abd03d0824bac321fd01031e0c9836](https://github.com/angular/components/commit/f8df9f86d1abd03d0824bac321fd01031e0c9836)), closes [#20966](https://github.com/angular/components/issues/20966) [#21500](https://github.com/angular/components/issues/21500) |
89
| bug fix | **a11y:** set AriaDescriber messages container to visibility:hidden ([#21186](https://github.com/angular/components/issues/21186)) ([2e7407c0c59fc0437ccbce49f9152922c961e7ce](https://github.com/angular/components/commit/2e7407c0c59fc0437ccbce49f9152922c961e7ce)) |
910
| bug fix | **drag-drop:** account for enterPredicate when setting receiving class ([#21346](https://github.com/angular/components/issues/21346)) ([411b1747df587243f7d70f8e5a7cc75a753d1b7d](https://github.com/angular/components/commit/411b1747df587243f7d70f8e5a7cc75a753d1b7d)), closes [#21171](https://github.com/angular/components/issues/21171) |
@@ -25,6 +26,13 @@
2526

2627
| | |
2728
| ---------- | --------------------- |
29+
| bug fix | **autocomplete:** activate first enabled option with autoActiveFirstOption ([#21513](https://github.com/angular/components/issues/21513)) ([032c317d40e7d073755b769674effaf21f9e8944](https://github.com/angular/components/commit/032c317d40e7d073755b769674effaf21f9e8944)), closes [#21498](https://github.com/angular/components/issues/21498) |
30+
| bug fix | **button:** anchor mat-icon-button as matSuffix focus misaligned ([#21117](https://github.com/angular/components/issues/21117)) ([55253abd3f2cd17686702827a47f98e5132e54a5](https://github.com/angular/components/commit/55253abd3f2cd17686702827a47f98e5132e54a5)), closes [#20949](https://github.com/angular/components/issues/20949) [#20949](https://github.com/angular/components/issues/20949) |
31+
| bug fix | **menu:** focus indication rendering partially in high contrast mode ([#21527](https://github.com/angular/components/issues/21527)) ([e180655270b9639965af1e8a9d963a9aec1f7f59](https://github.com/angular/components/commit/e180655270b9639965af1e8a9d963a9aec1f7f59)), closes [#21524](https://github.com/angular/components/issues/21524) |
32+
| bug fix | **radio:** remove tabindex from host node ([#21280](https://github.com/angular/components/issues/21280)) ([d17883c5d49cb53bf40c9ff0894b16008a50e73c](https://github.com/angular/components/commit/d17883c5d49cb53bf40c9ff0894b16008a50e73c)), closes [#21046](https://github.com/angular/components/issues/21046) [#21266](https://github.com/angular/components/issues/21266) |
33+
| bug fix | **snack-bar:** fix Firefox/JAWS not reading out snackbar message ([#21552](https://github.com/angular/components/issues/21552)) ([f76369ab71a6dd807705ce42c104ecc48a97aef3](https://github.com/angular/components/commit/f76369ab71a6dd807705ce42c104ecc48a97aef3)) |
34+
| bug fix | **tabs:** background color inherited to nested groups ([#21533](https://github.com/angular/components/issues/21533)) ([934f7eb15a40f24aa3e36acfa7a5bf171dcca1e3](https://github.com/angular/components/commit/934f7eb15a40f24aa3e36acfa7a5bf171dcca1e3)), closes [#14819](https://github.com/angular/components/issues/14819) [#21530](https://github.com/angular/components/issues/21530) |
35+
| bug fix | **tooltip:** not closing when clicking outside using auxiliary button ([#21467](https://github.com/angular/components/issues/21467)) ([01cbebe744b7fcebf2f0b0d32f54788d26a743ee](https://github.com/angular/components/commit/01cbebe744b7fcebf2f0b0d32f54788d26a743ee)) |
2836
| bug fix | **autocomplete:** not closing when clicking outside using auxilliary button ([#21397](https://github.com/angular/components/issues/21397)) ([bed1a6fb8f7a3e3e580166a91e7ef54934a9e695](https://github.com/angular/components/commit/bed1a6fb8f7a3e3e580166a91e7ef54934a9e695)) |
2937
| bug fix | **autocomplete:** options inside groups not read out with VoiceOver ([#20819](https://github.com/angular/components/issues/20819)) ([3866761c9545105f55e91629881315646cebdddb](https://github.com/angular/components/commit/3866761c9545105f55e91629881315646cebdddb)) |
3038
| bug fix | **core:** unable to distinguish disabled mat-option in high contrast mode ([#21484](https://github.com/angular/components/issues/21484)) ([e608da306d1cd5ad97d47b0ace5bcdb87c982a49](https://github.com/angular/components/commit/e608da306d1cd5ad97d47b0ace5bcdb87c982a49)) |
@@ -78,6 +86,7 @@
7886

7987
| | |
8088
| ---------- | --------------------- |
89+
| bug fix | **mdc-list:** not accounting for global ripple options ([#21393](https://github.com/angular/components/issues/21393)) ([e1ed7aecc46e0ae138069a19d63a9a15dacb3c3b](https://github.com/angular/components/commit/e1ed7aecc46e0ae138069a19d63a9a15dacb3c3b)) |
8190
| bug fix | **mdc-autocomplete:** panel losing max-height if menu is opened after autocomplete ([#21394](https://github.com/angular/components/issues/21394)) ([3335a9295537c4a695fbdee4c4a078f4748ed176](https://github.com/angular/components/commit/3335a9295537c4a695fbdee4c4a078f4748ed176)), closes [#21341](https://github.com/angular/components/issues/21341) |
8291
| bug fix | **mdc-button:** fix ripple noop animation ([#21360](https://github.com/angular/components/issues/21360)) ([c5a111d98a0218f93f8fea7864b11ad4225c3e01](https://github.com/angular/components/commit/c5a111d98a0218f93f8fea7864b11ad4225c3e01)) |
8392
| bug fix | **mdc-checkbox:** fix dark theme ([#20926](https://github.com/angular/components/issues/20926)) ([9b3992bcbac62a26aefd2131f8b4c72c141ef420](https://github.com/angular/components/commit/9b3992bcbac62a26aefd2131f8b4c72c141ef420)) |

0 commit comments

Comments
 (0)