Skip to content

Commit 24baaf6

Browse files
authored
release: bump version to 11.0.2 w/ changelog (#21239)
1 parent 5e645f9 commit 24baaf6

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"integration-tests:size-test": "bazel test //integration/size-test/...",
4949
"check-mdc-tests": "ts-node --project scripts/tsconfig.json scripts/check-mdc-tests.ts"
5050
},
51-
"version": "11.0.1",
51+
"version": "11.0.2",
5252
"dependencies": {
5353
"@angular/animations": "^11.0.0",
5454
"@angular/common": "^11.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,7 @@
17651765
"@types/node" "*"
17661766
form-data "^3.0.0"
17671767

1768-
"@types/node@*", "@types/node@>= 8", "@types/node@^13.7.0":
1768+
"@types/node@*", "@types/node@>= 8":
17691769
version "13.13.30"
17701770
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.30.tgz#1ed6e01e4ca576d5aec9cc802cc3bcf94c274192"
17711771
integrity sha512-HmqFpNzp3TSELxU/bUuRK+xzarVOAsR00hzcvM0TXrMlt/+wcSLa5q6YhTb6/cA6wqDCZLDcfd8fSL95x5h7AA==

0 commit comments

Comments
 (0)