Skip to content

Commit

Permalink
release: copy 11.1.0 changelog to master (#21654)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored Jan 21, 2021
1 parent c46fc8d commit 9190785
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# 11.1.0-rc.0 "gallium-ghoul" (2021-01-14)
# 11.1.0 "protoplasm-phantasm" (2021-01-20)

### cdk

| | |
| ---------- | --------------------- |
| 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) |
| 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) |
| 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)) |
| 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) |
Expand All @@ -25,6 +26,13 @@

| | |
| ---------- | --------------------- |
| 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) |
| 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) |
| 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) |
| 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) |
| 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)) |
| 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) |
| 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)) |
| 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)) |
| 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)) |
| 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)) |
Expand Down Expand Up @@ -78,6 +86,7 @@

| | |
| ---------- | --------------------- |
| 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)) |
| 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) |
| bug fix | **mdc-button:** fix ripple noop animation ([#21360](https://github.com/angular/components/issues/21360)) ([c5a111d98a0218f93f8fea7864b11ad4225c3e01](https://github.com/angular/components/commit/c5a111d98a0218f93f8fea7864b11ad4225c3e01)) |
| bug fix | **mdc-checkbox:** fix dark theme ([#20926](https://github.com/angular/components/issues/20926)) ([9b3992bcbac62a26aefd2131f8b4c72c141ef420](https://github.com/angular/components/commit/9b3992bcbac62a26aefd2131f8b4c72c141ef420)) |
Expand Down

0 comments on commit 9190785

Please sign in to comment.