Skip to content

Commit 8ad4003

Browse files
authored
release: bump version to 10.2.5 w/ changelog (#20797)
1 parent 36ce94e commit 8ad4003

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 10.2.5 "ink-peony" (2020-10-15)
2+
3+
### material
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **autocomplete:** don't prevent escape key actions with modifiers ([#20706](https://github.com/angular/components/issues/20706)) ([9332230](https://github.com/angular/components/commit/9332230)), closes [#16202](https://github.com/angular/components/issues/16202) |
8+
| bug fix | **datepicker:** lifecycle hooks not being called ([#20700](https://github.com/angular/components/issues/20700)) ([6318389](https://github.com/angular/components/commit/6318389)) |
9+
| bug fix | **form-field:** dynamic hint end alignment not working ([#20657](https://github.com/angular/components/issues/20657)) ([95cc020](https://github.com/angular/components/commit/95cc020)), closes [#20629](https://github.com/angular/components/issues/20629) |
10+
| bug fix | **list:** emit selectionChange event when selecting with ctrl + a ([#20667](https://github.com/angular/components/issues/20667)) ([d10a20f](https://github.com/angular/components/commit/d10a20f)), closes [#15696](https://github.com/angular/components/issues/15696) |
11+
| bug fix | **slider:** some screen readers announcing long decimal values ([#20721](https://github.com/angular/components/issues/20721)) ([ad17eb9](https://github.com/angular/components/commit/ad17eb9)), closes [#20719](https://github.com/angular/components/issues/20719) |
12+
| bug fix | **tabs:** some bugs with docs and coercion ([#20356](https://github.com/angular/components/issues/20356)) ([f9547dd](https://github.com/angular/components/commit/f9547dd)) |
13+
| bug fix | **tooltip:** convert message to string ([#20685](https://github.com/angular/components/issues/20685)) ([214bc7b](https://github.com/angular/components/commit/214bc7b)), closes [#20684](https://github.com/angular/components/issues/20684) |
14+
15+
116
## 10.2.4 "thorium-thunder" (2020-10-05)
217

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

0 commit comments

Comments
 (0)