Skip to content

Commit fb814bb

Browse files
authored
chore: bump version to 10.0.0-rc.1 w/ changelog (angular#19571)
* chore: bump version to 10.0.0-rc.1 w/ changelog * remove circular dep line
1 parent 4346b52 commit fb814bb

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# 10.0.0-rc.1 "paper-person" (2020-06-08)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **testing/testbed:** set defined event properties as configurable ([94571c5](https://github.com/angular/components/commit/94571c5)) |
8+
| bug fix | **testing/testbed:** synthetic DOM events cannot be prevented multiple times ([bde3af8](https://github.com/angular/components/commit/bde3af8)), closes [#19440](https://github.com/angular/components/issues/19440) |
9+
10+
### material
11+
12+
| | |
13+
| ---------- | --------------------- |
14+
| bug fix | **checkbox:** high contrast focus indication not working ([#19488](https://github.com/angular/components/issues/19488)) ([a95da92](https://github.com/angular/components/commit/a95da92)), closes [#19443](https://github.com/angular/components/issues/19443) |
15+
| bug fix | **checkbox:** pass aria-describedby through to input ([#19495](https://github.com/angular/components/issues/19495)) ([e1d85d2](https://github.com/angular/components/commit/e1d85d2)), closes [#19477](https://github.com/angular/components/issues/19477) |
16+
| bug fix | **datepicker:** compilation errors with ViewEngine ([#19516](https://github.com/angular/components/issues/19516)) ([00e2171](https://github.com/angular/components/commit/00e2171)) |
17+
| bug fix | Focus indicators are now positioned ([#19345](https://github.com/angular/components/issues/19345)) ([c05a07e](https://github.com/angular/components/commit/c05a07e)) |
18+
| bug fix | **slider:** focus ring not matching theme color ([#19519](https://github.com/angular/components/issues/19519)) ([2a6a63c](https://github.com/angular/components/commit/2a6a63c)), closes [#19507](https://github.com/angular/components/issues/19507) |
19+
20+
### google-maps
21+
22+
| | |
23+
| ---------- | --------------------- |
24+
| bug fix | add exportAs to all directives ([#19522](https://github.com/angular/components/issues/19522)) ([6544de8](https://github.com/angular/components/commit/6544de8)), closes [#19462](https://github.com/angular/components/issues/19462) |
25+
26+
### material-experimental
27+
28+
| | |
29+
| ---------- | --------------------- |
30+
| bug fix | **mdc-chips:** removing chip on any key press ([#19425](https://github.com/angular/components/issues/19425)) ([ee63f63](https://github.com/angular/components/commit/ee63f63)) |
31+
| bug fix | **mdc-radio:** avoid hard references to base material components ([#19403](https://github.com/angular/components/issues/19403)) ([fb9174a](https://github.com/angular/components/commit/fb9174a)) |
32+
33+
134
# 10.0.0-rc.0 "concrete-cobbler" (2020-06-01)
235

336
No library changes from 10.0.0-next.2. Built with Angular 10.0.0-rc.2, which fixes an

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"merge": "ng-dev pr merge",
4747
"approve-api": "node ./scripts/approve-api-golden.js"
4848
},
49-
"version": "10.0.0-rc.0",
49+
"version": "10.0.0-rc.1",
5050
"dependencies": {
5151
"@angular/animations": "^10.0.0-rc.2",
5252
"@angular/common": "^10.0.0-rc.2",

0 commit comments

Comments
 (0)