diff --git a/CHANGELOG.md b/CHANGELOG.md index 188e4ec4abc3..5c3fb8ed8c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## 10.2.2 "cement-flower" (2020-09-21) + +### cdk + +| | | +| ---------- | --------------------- | +| bug fix | **tree:** remove FocusMonitor from CdkTreeModule providers ([#20493](https://github.com/angular/components/issues/20493)) ([7ec2ee5](https://github.com/angular/components/commit/7ec2ee5)) | + +### material + +| | | +| ---------- | --------------------- | +| bug fix | **button-toggle:** don't use divs inside button template ([#20390](https://github.com/angular/components/issues/20390)) ([95e48bb](https://github.com/angular/components/commit/95e48bb)), closes [#20376](https://github.com/angular/components/issues/20376) | +| bug fix | **datepicker:** remove red shadow from invalid range inputs in Firefox ([#20489](https://github.com/angular/components/issues/20489)) ([bdc5aa3](https://github.com/angular/components/commit/bdc5aa3)), closes [#20483](https://github.com/angular/components/issues/20483) | +| bug fix | **list/testing:** avoid element selectors that could conflict with the MDC version ([#20528](https://github.com/angular/components/issues/20528)) ([989463f](https://github.com/angular/components/commit/989463f)) | +| bug fix | **radio:** take default tabindex value from attribute ([#20453](https://github.com/angular/components/issues/20453)) ([1f4d598](https://github.com/angular/components/commit/1f4d598)) | +| bug fix | **tabs:** always defaulting focusIndex to 0 on initialization ([#20384](https://github.com/angular/components/issues/20384)) ([60a3527](https://github.com/angular/components/commit/60a3527)), closes [#20374](https://github.com/angular/components/issues/20374) | +| performance | **drag-drop:** bind fewer touchmove listeners ([#20404](https://github.com/angular/components/issues/20404)) ([f7e0f31](https://github.com/angular/components/commit/f7e0f31)) | + +### chips + +| | | +| ---------- | --------------------- | +| bug fix | **testing:** exclude icons from getText result ([#20508](https://github.com/angular/components/issues/20508)) ([16f9f83](https://github.com/angular/components/commit/16f9f83)), closes [#20503](https://github.com/angular/components/issues/20503) | + + ## 10.2.1 "wooden-cowboy" (2020-09-14) ### cdk diff --git a/package.json b/package.json index e89d412d0321..230d33c47a56 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.1", + "version": "10.2.2", "dependencies": { "@angular/animations": "^10.1.0", "@angular/common": "^10.1.0",