Skip to content

release: bump version to 11.0.2 w/ changelog #21240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## 11.0.2 "paper-bag" (2020-12-07)

### cdk

| | |
| ---------- | --------------------- |
| bug fix | **drag-drop:** preview not inheriting styles inside shadow dom ([#21107](https://github.com/angular/components/issues/21107)) ([8f178c5](https://github.com/angular/components/commit/8f178c5)) |
| bug fix | **observers:** incorrect coercion member type ([#21116](https://github.com/angular/components/issues/21116)) ([5921859](https://github.com/angular/components/commit/5921859)), closes [#21101](https://github.com/angular/components/issues/21101) |
| bug fix | **schematics:** fix resolving modules in ng update ([#21161](https://github.com/angular/components/issues/21161)) ([a60a055](https://github.com/angular/components/commit/a60a055)), closes [#21160](https://github.com/angular/components/issues/21160) |

### material

| | |
| ---------- | --------------------- |
| bug fix | **autocomplete:** add missing aria-label for autocomplete panel ([#20892](https://github.com/angular/components/issues/20892)) ([e878ca7](https://github.com/angular/components/commit/e878ca7)) |
| bug fix | **bottom-sheet:** some changes not being picked up ([#21175](https://github.com/angular/components/issues/21175)) ([8ee9369](https://github.com/angular/components/commit/8ee9369)), closes [#21141](https://github.com/angular/components/issues/21141) |
| bug fix | **button-toggle:** fix ChromeVox focus issue on button toggle ([#21046](https://github.com/angular/components/issues/21046)) ([868915e](https://github.com/angular/components/commit/868915e)) |
| bug fix | **radio:** group selected button not set for preselected control value ([#21154](https://github.com/angular/components/issues/21154)) ([3194a3e](https://github.com/angular/components/commit/3194a3e)), closes [#21148](https://github.com/angular/components/issues/21148) |
| bug fix | **slider:** unable to assign min/max values if they are more precise than then step ([#21155](https://github.com/angular/components/issues/21155)) ([80a6bfb](https://github.com/angular/components/commit/80a6bfb)), closes [#21147](https://github.com/angular/components/issues/21147) |
| feature | **core:** add typography config normalization function ([#21059](https://github.com/angular/components/issues/21059)) ([6830350](https://github.com/angular/components/commit/6830350)) |

### material-experimental

| | |
| ---------- | --------------------- |
| bug fix | **mdc-radio:** include form field styles in mdc-radio theme ([#21168](https://github.com/angular/components/issues/21168)) ([0aa94ac](https://github.com/angular/components/commit/0aa94ac)) |
| bug fix | **mdc-select:** fix long labels being incorrectly cut off ([#21184](https://github.com/angular/components/issues/21184)) ([5f47e8b](https://github.com/angular/components/commit/5f47e8b)) |
| bug fix | **mdc-table:** Fix sticky scrolling ([#21211](https://github.com/angular/components/issues/21211)) ([ceb0066](https://github.com/angular/components/commit/ceb0066)) |


## 11.0.1 "bismuth-cape" (2020-11-24)

### cdk
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@>= 8", "@types/node@^13.7.0":
"@types/node@*", "@types/node@>= 8":
version "13.13.30"
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.30.tgz#1ed6e01e4ca576d5aec9cc802cc3bcf94c274192"
integrity sha512-HmqFpNzp3TSELxU/bUuRK+xzarVOAsR00hzcvM0TXrMlt/+wcSLa5q6YhTb6/cA6wqDCZLDcfd8fSL95x5h7AA==
Expand All @@ -1897,6 +1897,11 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.11.1.tgz#1fd7b821f798b7fa29f667a1be8f3442bb8922a3"
integrity sha512-TJtwsqZ39pqcljJpajeoofYRfeZ7/I/OMUQ5pR4q5wOKf2ocrUvBAZUMhWsOvKx3dVc/aaV5GluBivt0sWqA5A==

"@types/node@^13.7.0":
version "13.13.34"
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.34.tgz#c9300a1b6560d90817fb2bba650e250116a575f9"
integrity sha512-g8D1HF2dMDKYSDl5+79izRwRgNPsSynmWMbj50mj7GZ0b7Lv4p8EmZjbo3h0h+6iLr6YmVz9VnF6XVZ3O6V1Ug==

"@types/normalize-package-data@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
Expand Down