From c5c1d011df403811821348cea4e53c1a67698e96 Mon Sep 17 00:00:00 2001 From: andrewseguin Date: Mon, 8 Jun 2020 12:49:55 -0700 Subject: [PATCH 1/2] chore: bump version to 10.0.0-rc.1 w/ changelog --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eeef2e6ebb9..175507841c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,37 @@ +# 10.0.0-rc.1 "paper-person" (2020-06-08) + +### cdk + +| | | +| ---------- | --------------------- | +| bug fix | **testing/testbed:** set defined event properties as configurable ([94571c5](https://github.com/angular/components/commit/94571c5)) | +| 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) | + +### material + +| | | +| ---------- | --------------------- | +| 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) | +| 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) | +| bug fix | **datepicker:** compilation errors with ViewEngine ([#19516](https://github.com/angular/components/issues/19516)) ([00e2171](https://github.com/angular/components/commit/00e2171)) | +| bug fix | Focus indicators are now positioned ([#19345](https://github.com/angular/components/issues/19345)) ([c05a07e](https://github.com/angular/components/commit/c05a07e)) | +| bug fix | **overlay:** resolve circular dependency ([#19433](https://github.com/angular/components/issues/19433)) ([7037c3a](https://github.com/angular/components/commit/7037c3a)) | +| 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) | + +### google-maps + +| | | +| ---------- | --------------------- | +| 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) | + +### material-experimental + +| | | +| ---------- | --------------------- | +| 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)) | +| 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)) | + + # 10.0.0-rc.0 "concrete-cobbler" (2020-06-01) No library changes from 10.0.0-next.2. Built with Angular 10.0.0-rc.2, which fixes an diff --git a/package.json b/package.json index 684f98726dd6..c52fdd186bbf 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "merge": "ng-dev pr merge", "approve-api": "node ./scripts/approve-api-golden.js" }, - "version": "10.0.0-rc.0", + "version": "10.0.0-rc.1", "dependencies": { "@angular/animations": "^10.0.0-rc.2", "@angular/common": "^10.0.0-rc.2", From ac2de6468e8a5b1885b43132f7c333750e33222f Mon Sep 17 00:00:00 2001 From: andrewseguin Date: Mon, 8 Jun 2020 13:44:16 -0700 Subject: [PATCH 2/2] remove circular dep line --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 175507841c42..5de5a8a42634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,6 @@ | 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) | | bug fix | **datepicker:** compilation errors with ViewEngine ([#19516](https://github.com/angular/components/issues/19516)) ([00e2171](https://github.com/angular/components/commit/00e2171)) | | bug fix | Focus indicators are now positioned ([#19345](https://github.com/angular/components/issues/19345)) ([c05a07e](https://github.com/angular/components/commit/c05a07e)) | -| bug fix | **overlay:** resolve circular dependency ([#19433](https://github.com/angular/components/issues/19433)) ([7037c3a](https://github.com/angular/components/commit/7037c3a)) | | 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) | ### google-maps