diff --git a/CHANGELOG.md b/CHANGELOG.md index 418469a42d7c..c6705ff64648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## 10.2.7 "carnelian mountain" (2020-11-02) + +### material + +| | | +| ---------- | --------------------- | +| bug fix | **icon:** not updating svg icon assigned through setter ([#20509](https://github.com/angular/components/issues/20509)) ([6b13154](https://github.com/angular/components/commit/6b13154)), closes [#20470](https://github.com/angular/components/issues/20470) | +| bug fix | **list:** exclude icons from harness getText result ([#20845](https://github.com/angular/components/issues/20845)) ([8638456](https://github.com/angular/components/commit/8638456)), closes [#20812](https://github.com/angular/components/issues/20812) | + +### google-maps + +| | | +| ---------- | --------------------- | +| bug fix | maintain subscriptions across event targets ([#20897](https://github.com/angular/components/issues/20897)) ([38dc511](https://github.com/angular/components/commit/38dc511)), closes [#20873](https://github.com/angular/components/issues/20873) [#20873](https://github.com/angular/components/issues/20873) | +| bug fix | rendering blank if custom options with no zoom are provided ([#20882](https://github.com/angular/components/issues/20882)) ([c9700df](https://github.com/angular/components/commit/c9700df)) | + +### material-experimental + +| | | +| ---------- | --------------------- | +| bug fix | **mdc-checkbox:** fix broken dark theme ([#20940](https://github.com/angular/components/issues/20940)) ([15e4802](https://github.com/angular/components/commit/15e4802)) | +| bug fix | **mdc-snack-bar:** add missing exports ([#20928](https://github.com/angular/components/issues/20928)) ([308dd24](https://github.com/angular/components/commit/308dd24)) | + + ## 10.2.6 "aluminum-mums" (2020-10-27) ### cdk diff --git a/package.json b/package.json index d1c805cf284b..0509911d22f1 100644 --- a/package.json +++ b/package.json @@ -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": "10.2.6", + "version": "10.2.7", "dependencies": { "@angular/animations": "^10.1.0", "@angular/common": "^10.1.0",