Skip to content

Commit 83a54ad

Browse files
authored
release: bump version to 11.0.0-rc.0 w/ changelog (#20861)
1 parent 0ca1aec commit 83a54ad

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# 11.0.0-rc.0 "thorium-flower" (2020-10-22)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **drag-drop:** error if dragging starts from active sibling container ([#20704](https://github.com/angular/components/issues/20704)) ([6d86f0f](https://github.com/angular/components/commit/6d86f0f)), closes [#20623](https://github.com/angular/components/issues/20623) |
8+
| bug fix | **drag-drop:** error when cloning file input with value ([#20793](https://github.com/angular/components/issues/20793)) ([5eb1035](https://github.com/angular/components/commit/5eb1035)), closes [#20783](https://github.com/angular/components/issues/20783) |
9+
| bug fix | **drag-drop:** references to SVG not working inside preview ([#20742](https://github.com/angular/components/issues/20742)) ([06294d1](https://github.com/angular/components/commit/06294d1)), closes [#20720](https://github.com/angular/components/issues/20720) |
10+
| feature | **scrolling:** update CdkVirtualForOf to work with sets. ([#20594](https://github.com/angular/components/issues/20594)) ([e15f82c](https://github.com/angular/components/commit/e15f82c)), closes [#20210](https://github.com/angular/components/issues/20210) |
11+
12+
### material
13+
14+
| | |
15+
| ---------- | --------------------- |
16+
| bug fix | **button:** add more prominent focus indication in high contrast mode ([#20821](https://github.com/angular/components/issues/20821)) ([345ad70](https://github.com/angular/components/commit/345ad70)), closes [#20820](https://github.com/angular/components/issues/20820) |
17+
| bug fix | **menu:** getLabel not working if text is inside indirect descendant node ([#20705](https://github.com/angular/components/issues/20705)) ([a461929](https://github.com/angular/components/commit/a461929)), closes [#20200](https://github.com/angular/components/issues/20200) |
18+
| feature | **tabs:** add test harnesses for tab nav bar ([#20822](https://github.com/angular/components/issues/20822)) ([bb44f02](https://github.com/angular/components/commit/bb44f02)) |
19+
20+
### material-experimental
21+
22+
| | |
23+
| ---------- | --------------------- |
24+
| bug fix | **mdc-card:** double outline in high contrast mode ([#20823](https://github.com/angular/components/issues/20823)) ([17de49c](https://github.com/angular/components/commit/17de49c)) |
25+
| bug fix | **mdc-chips:** add missing functionality and align tests ([#20814](https://github.com/angular/components/issues/20814)) ([de542df](https://github.com/angular/components/commit/de542df)) |
26+
| bug fix | **mdc-slide-toggle:** align focus behavior with standard version ([#20772](https://github.com/angular/components/issues/20772)) ([f854196](https://github.com/angular/components/commit/f854196)) |
27+
28+
129
# 11.0.0-next.2 "cashmere-cup" (2020-10-15)
230

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

0 commit comments

Comments
 (0)