Skip to content

Commit b455609

Browse files
authored
release: bump version to 11.0.1 w/ changelog (#21139)
1 parent 0e2b674 commit b455609

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
## 11.0.1 "bismuth-cape" (2020-11-24)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **drag-drop:** avoid retaining disabled handles after they've been destroyed ([#21015](https://github.com/angular/components/issues/21015)) ([7ab8a8e](https://github.com/angular/components/commit/7ab8a8e)), closes [#21009](https://github.com/angular/components/issues/21009) |
8+
| bug fix | **drag-drop:** don't disable native dragging on inactive handles ([#20991](https://github.com/angular/components/issues/20991)) ([dcf870d](https://github.com/angular/components/commit/dcf870d)), closes [#20974](https://github.com/angular/components/issues/20974) |
9+
10+
### material
11+
12+
| | |
13+
| ---------- | --------------------- |
14+
| bug fix | **checkbox:** no color assigned if defaults don't have a color ([#21042](https://github.com/angular/components/issues/21042)) ([c1a65c3](https://github.com/angular/components/commit/c1a65c3)), closes [#21031](https://github.com/angular/components/issues/21031) |
15+
| bug fix | **chips:** ripple not disabled when animations are disabled ([#20982](https://github.com/angular/components/issues/20982)) ([42acf11](https://github.com/angular/components/commit/42acf11)), closes [#20981](https://github.com/angular/components/issues/20981) |
16+
| bug fix | **datepicker:** don't invoke change handler when filter is swapped out if result is the same ([#20970](https://github.com/angular/components/issues/20970)) ([ee78609](https://github.com/angular/components/commit/ee78609)), closes [#20967](https://github.com/angular/components/issues/20967) |
17+
| bug fix | **datepicker:** screen reader close button style specificity too low ([#21058](https://github.com/angular/components/issues/21058)) ([aba227a](https://github.com/angular/components/commit/aba227a)), closes [#21043](https://github.com/angular/components/issues/21043) |
18+
| bug fix | **menu:** icons in menu not inheriting disabled color ([#20948](https://github.com/angular/components/issues/20948)) ([e629d65](https://github.com/angular/components/commit/e629d65)), closes [#20947](https://github.com/angular/components/issues/20947) |
19+
| bug fix | **select:** remove focus outline on panel ([#21005](https://github.com/angular/components/issues/21005)) ([a5ab829](https://github.com/angular/components/commit/a5ab829)) |
20+
| feature | **checkbox:** Avoid nested divs in labels by changing to span instead. ([#20990](https://github.com/angular/components/issues/20990)) ([c7153e1](https://github.com/angular/components/commit/c7153e1)) |
21+
| feature | **radio:** Avoid nested divs in labels by changing to span instead. ([#20986](https://github.com/angular/components/issues/20986)) ([e001e70](https://github.com/angular/components/commit/e001e70)) |
22+
23+
### google-maps
24+
25+
| | |
26+
| ---------- | --------------------- |
27+
| bug fix | avoid using dotted property access ([#21074](https://github.com/angular/components/issues/21074)) ([3ee3e30](https://github.com/angular/components/commit/3ee3e30)) |
28+
| bug fix | info window not opening if no anchor is passed in ([#21014](https://github.com/angular/components/issues/21014)) ([36cb325](https://github.com/angular/components/commit/36cb325)), closes [#21013](https://github.com/angular/components/issues/21013) |
29+
30+
### material-experimental
31+
32+
| | |
33+
| ---------- | --------------------- |
34+
| bug fix | **mdc-button:** fix positioning of icons in text buttons ([#20963](https://github.com/angular/components/issues/20963)) ([c287f5d](https://github.com/angular/components/commit/c287f5d)) |
35+
| bug fix | **mdc-paginator:** buttons not visible in high contrast mode ([#21096](https://github.com/angular/components/issues/21096)) ([e7cabf1](https://github.com/angular/components/commit/e7cabf1)) |
36+
| bug fix | **mdc-progress-spinner:** prevent animation from affecting surrounding layout ([#20962](https://github.com/angular/components/issues/20962)) ([c598fe2](https://github.com/angular/components/commit/c598fe2)), closes [#16930](https://github.com/angular/components/issues/16930) |
37+
38+
139
# 11.0.0 "nitrite-trilobite" (2020-11-11)
240

341
### 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.0",
51+
"version": "11.0.1",
5252
"dependencies": {
5353
"@angular/animations": "^11.0.0",
5454
"@angular/common": "^11.0.0",

0 commit comments

Comments
 (0)