Skip to content

Commit 712ce5c

Browse files
committed
chore: bump version to 9.2.1 w/ changelog (#19073)
1 parent 695dde6 commit 712ce5c

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
## 9.2.1 "xenon-xenodochy" (2020-04-14)
2+
3+
### material
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **a11y:** avoid errors when trying to add high contrast class ([#18323](https://github.com/angular/components/issues/18323)) ([142c55e](https://github.com/angular/components/commit/142c55e)) |
8+
| bug fix | **a11y:** focus monitor incorrectly detecting fake mousedown… ([#15214](https://github.com/angular/components/issues/15214)) ([ac565a2](https://github.com/angular/components/commit/ac565a2)) |
9+
| bug fix | **autocomplete:** provide horizontal fallback positions ([#18906](https://github.com/angular/components/issues/18906)) ([3488dda](https://github.com/angular/components/commit/3488dda)), closes [#18854](https://github.com/angular/components/issues/18854) |
10+
| bug fix | **bottom-sheet:** allow result to be passed when dismissing through service ([#18831](https://github.com/angular/components/issues/18831)) ([48e26b1](https://github.com/angular/components/commit/48e26b1)) |
11+
| bug fix | **core:** ripple mutating global options when animations are… ([#18983](https://github.com/angular/components/issues/18983)) ([09f2872](https://github.com/angular/components/commit/09f2872)) |
12+
| bug fix | **datepicker:** add hover indication to navigation buttons ([#18995](https://github.com/angular/components/issues/18995)) ([94ab707](https://github.com/angular/components/commit/94ab707)), closes [/github.com/angular/components/blob/master/src/material/button/button.scss#L13](https://github.com//github.com/angular/components/blob/master/src/material/button/button.scss/issues/L13) [#18958](https://github.com/angular/components/issues/18958) |
13+
| bug fix | **datepicker:** disable calendar hover styles on touch devices ([#18876](https://github.com/angular/components/issues/18876)) ([d752cdf](https://github.com/angular/components/commit/d752cdf)) |
14+
| bug fix | **datepicker:** error in IE/Edge for static disabled binding ([#18202](https://github.com/angular/components/issues/18202)) ([80977f6](https://github.com/angular/components/commit/80977f6)) |
15+
| bug fix | **dialog:** recapture focus when clicking on backdrop when cl… ([#18826](https://github.com/angular/components/issues/18826)) ([c5ddfe8](https://github.com/angular/components/commit/c5ddfe8)), closes [#18799](https://github.com/angular/components/issues/18799) |
16+
| bug fix | **drag-drop:** allow preview z-index to be changed ([#18914](https://github.com/angular/components/issues/18914)) ([5c88e67](https://github.com/angular/components/commit/5c88e67)), closes [#18902](https://github.com/angular/components/issues/18902) |
17+
| bug fix | **drag-drop:** boundary not accounting for scrolling ([#18612](https://github.com/angular/components/issues/18612)) ([0401024](https://github.com/angular/components/commit/0401024)), closes [#18597](https://github.com/angular/components/issues/18597) |
18+
| bug fix | **drag-drop:** defer resolving scrollable parents until first drag ([#18918](https://github.com/angular/components/issues/18918)) ([ca263c3](https://github.com/angular/components/commit/ca263c3)), closes [#18737](https://github.com/angular/components/issues/18737) |
19+
| bug fix | **drag-drop:** handle custom preview/placeholder with multiple root nodes ([#18829](https://github.com/angular/components/issues/18829)) ([92aed70](https://github.com/angular/components/commit/92aed70)) |
20+
| bug fix | **expansion:** add strong focus indication ([#18552](https://github.com/angular/components/issues/18552)) ([6feff45](https://github.com/angular/components/commit/6feff45)) |
21+
| bug fix | **mat-button-toggle:** mat-button-toggle element should not h… ([#18746](https://github.com/angular/components/issues/18746)) ([709ac63](https://github.com/angular/components/commit/709ac63)) |
22+
| bug fix | **popover-edit:** hover content not showing up if content changes after init ([#18937](https://github.com/angular/components/issues/18937)) ([d7ff7cb](https://github.com/angular/components/commit/d7ff7cb)), closes [#18934](https://github.com/angular/components/issues/18934) |
23+
| bug fix | **popover-edit:** unable to close focus content using the keyboard ([#18945](https://github.com/angular/components/issues/18945)) ([e7a197a](https://github.com/angular/components/commit/e7a197a)) |
24+
| bug fix | **slider:** not stopping drag when released outside of viewport ([#18905](https://github.com/angular/components/issues/18905)) ([ca3c68f](https://github.com/angular/components/commit/ca3c68f)), closes [#18888](https://github.com/angular/components/issues/18888) |
25+
| bug fix | **tabs:** tab nav bar not disabling pagination animation ([#18886](https://github.com/angular/components/issues/18886)) ([a6e5423](https://github.com/angular/components/commit/a6e5423)) |
26+
| performance | **drag-drop:** avoid unnecessary change detection on pointer down events ([#18821](https://github.com/angular/components/issues/18821)) ([2f6e941](https://github.com/angular/components/commit/2f6e941)), closes [#18726](https://github.com/angular/components/issues/18726) |
27+
| performance | **focus-monitor:** optimize event registration ([#18667](https://github.com/angular/components/issues/18667)) ([174e4cd](https://github.com/angular/components/commit/174e4cd)) |
28+
| performance | **ripple:** optimize event registration ([#18633](https://github.com/angular/components/issues/18633)) ([fca0c28](https://github.com/angular/components/commit/fca0c28)) |
29+
30+
### google-maps
31+
32+
| | |
33+
| ---------- | --------------------- |
34+
| bug fix | map circle error during server-side rendering ([#18822](https://github.com/angular/components/issues/18822)) ([7c6be0e](https://github.com/angular/components/commit/7c6be0e)) |
35+
| bug fix | not rendering until mapTypeId is set ([#18967](https://github.com/angular/components/issues/18967)) ([977c605](https://github.com/angular/components/commit/977c605)), closes [#18965](https://github.com/angular/components/issues/18965) |
36+
37+
### cdk-experimental
38+
39+
| | |
40+
| ---------- | --------------------- |
41+
| bug fix | **dialog:** disableClose not working for tem… ([#18968](https://github.com/angular/components/issues/18968)) ([c0d19cb](https://github.com/angular/components/commit/c0d19cb)), closes [#18964](https://github.com/angular/components/issues/18964) |
42+
43+
### material-experimental
44+
45+
| | |
46+
| ---------- | --------------------- |
47+
| bug fix | **mdc-card:** not handling dark themes ([#18938](https://github.com/angular/components/issues/18938)) ([f1c0c09](https://github.com/angular/components/commit/f1c0c09)) |
48+
| bug fix | **mdc-chips:** align theming setup with… ([#19000](https://github.com/angular/components/issues/19000)) ([7957423](https://github.com/angular/components/commit/7957423)) |
49+
| bug fix | **mdc-chips:** enter animation not disabled when using noop animations ([#18653](https://github.com/angular/components/issues/18653)) ([ea32d14](https://github.com/angular/components/commit/ea32d14)), closes [#18642](https://github.com/angular/components/issues/18642) |
50+
| bug fix | **mdc-chips:** support custom errorStat… ([#18974](https://github.com/angular/components/issues/18974)) ([58abf23](https://github.com/angular/components/commit/58abf23)) |
51+
| bug fix | **mdc-radio:** add strong focus indication ([#18946](https://github.com/angular/components/issues/18946)) ([897dee4](https://github.com/angular/components/commit/897dee4)) |
52+
| bug fix | **mdc-radio:** no focus indication in h… ([#18969](https://github.com/angular/components/issues/18969)) ([4d22936](https://github.com/angular/components/commit/4d22936)), closes [#13280](https://github.com/angular/components/issues/13280) |
53+
| performance | **mdc-chips:** avoid checking the DOM on each change detection ([#18929](https://github.com/angular/components/issues/18929)) ([29dda54](https://github.com/angular/components/commit/29dda54)) |
54+
55+
156
# 9.2.0 "metal-man" (2020-03-25)
257

358
This release introduces support for TypeScript 3.8.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"ts-circular-deps:check": "yarn -s ts-circular-deps check --config ./src/circular-deps-test.conf.js",
4646
"ts-circular-deps:approve": "yarn -s ts-circular-deps approve --config ./src/circular-deps-test.conf.js"
4747
},
48-
"version": "9.2.0",
48+
"version": "9.2.1",
4949
"dependencies": {
5050
"@angular/animations": "^9.1.0",
5151
"@angular/common": "^9.1.0",

0 commit comments

Comments
 (0)