Skip to content

Commit 598db09

Browse files
authored
chore: copy 9.1.1 changelog to master (#18743)
1 parent 3447891 commit 598db09

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 9.1.1 "tartan-tonsure" (2020-03-04)
2+
3+
### material
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **chips:** only add type attribute to button remove icons ([#18477](https://github.com/angular/components/issues/18477)) ([584cd49](https://github.com/angular/components/commit/584cd49)), closes [#18095](https://github.com/angular/components/issues/18095) [#18464](https://github.com/angular/components/issues/18464) |
8+
| bug fix | **sidenav:** not restoring focus to SVG elements ([#18614](https://github.com/angular/components/issues/18614)) ([ed763f5](https://github.com/angular/components/commit/ed763f5)) |
9+
10+
### material-experimental
11+
12+
| | |
13+
| ---------- | --------------------- |
14+
| bug fix | **mdc-button:** add base css class to all buttons ([#18422](https://github.com/angular/components/issues/18422)) ([144cb41](https://github.com/angular/components/commit/144cb41)) |
15+
| bug fix | **mdc-chips:** align with latest MDC markup ([#18472](https://github.com/angular/components/issues/18472)) ([7db3e3a](https://github.com/angular/components/commit/7db3e3a)) |
16+
| bug fix | **mdc-chips:** don't allow focus on checkmark icon ([#18588](https://github.com/angular/components/issues/18588)) ([8637f66](https://github.com/angular/components/commit/8637f66)) |
17+
| bug fix | **mdc-radio:** able to focus disabled radio button via click ([#18584](https://github.com/angular/components/issues/18584)) ([cdd3600](https://github.com/angular/components/commit/cdd3600)), closes [#15499](https://github.com/angular/components/issues/15499) |
18+
| bug fix | **mdc-radio:** use consistent ripple timings ([#18590](https://github.com/angular/components/issues/18590)) ([2658d9d](https://github.com/angular/components/commit/2658d9d)) |
19+
120
# 9.1.0 "adamantium-mannequin" (2020-02-24)
221

322
### Highlights

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"stylelint": "stylelint \"src/**/*.+(css|scss)\" --config .stylelintrc.json --syntax scss",
4444
"resync-caretaker-app": "ts-node --project scripts scripts/caretaking/resync-caretaker-app-prs.ts"
4545
},
46-
"version": "9.1.0",
46+
"version": "9.1.1",
4747
"dependencies": {
4848
"@angular/animations": "^9.0.5",
4949
"@angular/common": "^9.0.5",

0 commit comments

Comments
 (0)