Skip to content

Commit e436479

Browse files
authored
release: bump version to 11.0.2 w/ changelog (#21240)
1 parent 6ca1e43 commit e436479

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 11.0.2 "paper-bag" (2020-12-07)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| 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)) |
8+
| 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) |
9+
| 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) |
10+
11+
### material
12+
13+
| | |
14+
| ---------- | --------------------- |
15+
| 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)) |
16+
| 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) |
17+
| 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)) |
18+
| 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) |
19+
| 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) |
20+
| feature | **core:** add typography config normalization function ([#21059](https://github.com/angular/components/issues/21059)) ([6830350](https://github.com/angular/components/commit/6830350)) |
21+
22+
### material-experimental
23+
24+
| | |
25+
| ---------- | --------------------- |
26+
| 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)) |
27+
| 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)) |
28+
| bug fix | **mdc-table:** Fix sticky scrolling ([#21211](https://github.com/angular/components/issues/21211)) ([ceb0066](https://github.com/angular/components/commit/ceb0066)) |
29+
30+
131
## 11.0.1 "bismuth-cape" (2020-11-24)
232

333
### cdk

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@
18821882
"@types/node" "*"
18831883
form-data "^3.0.0"
18841884

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

1900+
"@types/node@^13.7.0":
1901+
version "13.13.34"
1902+
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.34.tgz#c9300a1b6560d90817fb2bba650e250116a575f9"
1903+
integrity sha512-g8D1HF2dMDKYSDl5+79izRwRgNPsSynmWMbj50mj7GZ0b7Lv4p8EmZjbo3h0h+6iLr6YmVz9VnF6XVZ3O6V1Ug==
1904+
19001905
"@types/normalize-package-data@^2.4.0":
19011906
version "2.4.0"
19021907
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"

0 commit comments

Comments
 (0)