Skip to content

Commit b8f624e

Browse files
authored
chore: bump version to 10.2.2 w/ changelog (#20621)
1 parent b23d130 commit b8f624e

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 10.2.2 "cement-flower" (2020-09-21)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **tree:** remove FocusMonitor from CdkTreeModule providers ([#20493](https://github.com/angular/components/issues/20493)) ([7ec2ee5](https://github.com/angular/components/commit/7ec2ee5)) |
8+
9+
### material
10+
11+
| | |
12+
| ---------- | --------------------- |
13+
| 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) |
14+
| 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) |
15+
| 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)) |
16+
| 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)) |
17+
| 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) |
18+
| performance | **drag-drop:** bind fewer touchmove listeners ([#20404](https://github.com/angular/components/issues/20404)) ([f7e0f31](https://github.com/angular/components/commit/f7e0f31)) |
19+
20+
### chips
21+
22+
| | |
23+
| ---------- | --------------------- |
24+
| 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) |
25+
26+
127
## 10.2.1 "wooden-cowboy" (2020-09-14)
228

329
### cdk

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": "10.2.1",
51+
"version": "10.2.2",
5252
"dependencies": {
5353
"@angular/animations": "^10.1.0",
5454
"@angular/common": "^10.1.0",

0 commit comments

Comments
 (0)