Skip to content

Commit 0ccaef9

Browse files
authored
release: bump version to 10.2.6 w/ changelog (#20899)
1 parent 97ab37a commit 0ccaef9

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.6 "aluminum-mums" (2020-10-27)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **drag-drop:** error if dragging starts from active sibling container ([#20704](https://github.com/angular/components/issues/20704)) ([f85facf](https://github.com/angular/components/commit/f85facf)), closes [#20623](https://github.com/angular/components/issues/20623) |
8+
| bug fix | **drag-drop:** error when cloning file input with value ([#20793](https://github.com/angular/components/issues/20793)) ([ff5d09f](https://github.com/angular/components/commit/ff5d09f)), closes [#20783](https://github.com/angular/components/issues/20783) |
9+
| bug fix | **drag-drop:** references to SVG not working inside preview ([#20742](https://github.com/angular/components/issues/20742)) ([b371b51](https://github.com/angular/components/commit/b371b51)), closes [#20720](https://github.com/angular/components/issues/20720) |
10+
| feature | **scrolling:** update CdkVirtualForOf to work with sets. ([#20594](https://github.com/angular/components/issues/20594)) ([9ea3d01](https://github.com/angular/components/commit/9ea3d01)), closes [#20210](https://github.com/angular/components/issues/20210) |
11+
12+
### material
13+
14+
| | |
15+
| ---------- | --------------------- |
16+
| bug fix | **button:** add more prominent focus indication in high contrast mode ([#20821](https://github.com/angular/components/issues/20821)) ([1c39b72](https://github.com/angular/components/commit/1c39b72)), closes [#20820](https://github.com/angular/components/issues/20820) |
17+
| bug fix | **menu:** getLabel not working if text is inside indirect descendant node ([#20705](https://github.com/angular/components/issues/20705)) ([37bf838](https://github.com/angular/components/commit/37bf838)), closes [#20200](https://github.com/angular/components/issues/20200) |
18+
| bug fix | **slider:** some screen readers announcing long decimal values ([#20760](https://github.com/angular/components/issues/20760)) ([2226577](https://github.com/angular/components/commit/2226577)), closes [#20719](https://github.com/angular/components/issues/20719) |
19+
20+
### material-experimental
21+
22+
| | |
23+
| ---------- | --------------------- |
24+
| bug fix | **mdc-slide-toggle:** align focus behavior with standard version ([#20772](https://github.com/angular/components/issues/20772)) ([77358cc](https://github.com/angular/components/commit/77358cc)) |
25+
26+
127
## 10.2.5 "ink-peony" (2020-10-15)
228

329
### material

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

0 commit comments

Comments
 (0)