Skip to content

Revert "release: bump version to 11.0.1 w/ changelog (#21127)" #21138

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
Nov 24, 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
35 changes: 0 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,3 @@
## 11.0.1 "bismuth-cape" (2020-11-24)

### cdk

| | |
| ---------- | --------------------- |
| 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) |
| 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) |

### material

| | |
| ---------- | --------------------- |
| 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) |
| 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) |
| 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) |
| bug fix | **select:** remove focus outline on panel ([#21005](https://github.com/angular/components/issues/21005)) ([a5ab829](https://github.com/angular/components/commit/a5ab829)) |
| 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)) |
| 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)) |

### google-maps

| | |
| ---------- | --------------------- |
| bug fix | avoid using dotted property access ([#21074](https://github.com/angular/components/issues/21074)) ([3ee3e30](https://github.com/angular/components/commit/3ee3e30)) |
| 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) |

### material-experimental

| | |
| ---------- | --------------------- |
| 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)) |
| 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) |


# 11.0.0 "nitrite-trilobite" (2020-11-11)

### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"integration-tests:size-test": "bazel test //integration/size-test/...",
"check-mdc-tests": "ts-node --project scripts/tsconfig.json scripts/check-mdc-tests.ts"
},
"version": "11.0.1",
"version": "11.0.0",
"dependencies": {
"@angular/animations": "^11.0.0",
"@angular/common": "^11.0.0",
Expand Down