Skip to content

Commit c8e4839

Browse files
authored
release: bump version to 11.0.0-rc.2 w/ changelog (#20995)
1 parent 3d291c0 commit c8e4839

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
# 11.0.0-rc.2 "vicuna-valley" (2020-11-10)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **a11y:** allow for origin of already focused element to be changed ([#20966](https://github.com/angular/components/issues/20966)) ([da581a2](https://github.com/angular/components/commit/da581a2)), closes [#20965](https://github.com/angular/components/issues/20965) |
8+
| bug fix | **layout:** decrease breakpoint upper bounds ([#20866](https://github.com/angular/components/issues/20866)) ([cf7267e](https://github.com/angular/components/commit/cf7267e)), closes [angular/components#20850](https://github.com/angular/components/issues/20850) |
9+
| bug fix | **stepper:** error if out-of-bounds index is assigned before initialization ([#20766](https://github.com/angular/components/issues/20766)) ([793b62f](https://github.com/angular/components/commit/793b62f)), closes [#20735](https://github.com/angular/components/issues/20735) |
10+
11+
### material
12+
13+
| | |
14+
| ---------- | --------------------- |
15+
| bug fix | **button-toggle:** clear static aria attributes from host nodes ([#17086](https://github.com/angular/components/issues/17086)) ([fab6880](https://github.com/angular/components/commit/fab6880)), closes [#16938](https://github.com/angular/components/issues/16938) |
16+
| bug fix | **checkbox:** set display on host node ([#20961](https://github.com/angular/components/issues/20961)) ([d868717](https://github.com/angular/components/commit/d868717)), closes [#20954](https://github.com/angular/components/issues/20954) |
17+
| bug fix | **datepicker:** input harness not dispatching dateChange event ([#20877](https://github.com/angular/components/issues/20877)) ([a2cd41b](https://github.com/angular/components/commit/a2cd41b)), closes [#20480](https://github.com/angular/components/issues/20480) |
18+
| bug fix | **datepicker:** range input emitters not picked up by language service ([#20937](https://github.com/angular/components/issues/20937)) ([63d9364](https://github.com/angular/components/commit/63d9364)), closes [#20932](https://github.com/angular/components/issues/20932) |
19+
| bug fix | **dialog:** incorrect action height if box-sizing is configured globally ([#20889](https://github.com/angular/components/issues/20889)) ([cc32c5d](https://github.com/angular/components/commit/cc32c5d)), closes [#20887](https://github.com/angular/components/issues/20887) |
20+
| bug fix | **paginator:** remove unnecessary @ViewChild in harness test ([#20943](https://github.com/angular/components/issues/20943)) ([28c70d3](https://github.com/angular/components/commit/28c70d3)) |
21+
| bug fix | **progress-bar:** buffer not rendering correctly on ios ([#19346](https://github.com/angular/components/issues/19346)) ([4eb5504](https://github.com/angular/components/commit/4eb5504)), closes [#19328](https://github.com/angular/components/issues/19328) |
22+
| bug fix | **progress-spinner:** rotating circle changing surrounding layout ([#16930](https://github.com/angular/components/issues/16930)) ([87ccb98](https://github.com/angular/components/commit/87ccb98)), closes [#16894](https://github.com/angular/components/issues/16894) |
23+
| bug fix | **slider:** some screen readers announcing long decimal values ([#20870](https://github.com/angular/components/issues/20870)) ([2291100](https://github.com/angular/components/commit/2291100)), closes [#20719](https://github.com/angular/components/issues/20719) |
24+
| bug fix | **table:** filter predicate not called for falsy values ([#19094](https://github.com/angular/components/issues/19094)) ([acd8e74](https://github.com/angular/components/commit/acd8e74)), closes [#19092](https://github.com/angular/components/issues/19092) [#9967](https://github.com/angular/components/issues/9967) |
25+
26+
### google-maps
27+
28+
| | |
29+
| ---------- | --------------------- |
30+
| bug fix | allow ground overlay bounds to be changed ([#20873](https://github.com/angular/components/issues/20873)) ([19ef64a](https://github.com/angular/components/commit/19ef64a)), closes [#20865](https://github.com/angular/components/issues/20865) |
31+
32+
### material-experimental
33+
34+
| | |
35+
| ---------- | --------------------- |
36+
| bug fix | **mdc-button:** narrow down overly-broad selector ([#20969](https://github.com/angular/components/issues/20969)) ([17ef700](https://github.com/angular/components/commit/17ef700)) |
37+
| bug fix | **mdc-slide-toggle:** hide native focus outline ([#20964](https://github.com/angular/components/issues/20964)) ([8cb46a9](https://github.com/angular/components/commit/8cb46a9)) |
38+
| feature | **mdc-chips:** Allow custom role for ChipSet ([#20829](https://github.com/angular/components/issues/20829)) ([c54a3ac](https://github.com/angular/components/commit/c54a3ac)) |
39+
40+
141
# 11.0.0-rc.1 "tanzanite-cable" (2020-11-02)
242

343
### material

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

0 commit comments

Comments
 (0)