Skip to content

Commit 733e2e6

Browse files
committed
release: bump version to 11.0.3 w/ changelog
1 parent 89d5790 commit 733e2e6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 11.0.3 "adobe-home" (2020-12-14)
2+
3+
### material
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **datepicker:** screen reader not announcing view switch button value ([#21229](https://github.com/angular/components/issues/21229)) ([dbae066](https://github.com/angular/components/commit/dbae066)) |
8+
| bug fix | **expansion:** not clearing custom query list ([#21222](https://github.com/angular/components/issues/21222)) ([f0dc895](https://github.com/angular/components/commit/f0dc895)) |
9+
| bug fix | **menu:** clear static aria attributes from host node ([#21231](https://github.com/angular/components/issues/21231)) ([f568af1](https://github.com/angular/components/commit/f568af1)), closes [#21152](https://github.com/angular/components/issues/21152) |
10+
| bug fix | **select:** incorrect default typeahead debounce time ([#21253](https://github.com/angular/components/issues/21253)) ([8c56d06](https://github.com/angular/components/commit/8c56d06)), closes [#21242](https://github.com/angular/components/issues/21242) |
11+
12+
### material-experimental
13+
14+
| | |
15+
| ---------- | --------------------- |
16+
| bug fix | **mdc-form-field:** make sure fonts are loaded before calculating notch width ([#21245](https://github.com/angular/components/issues/21245)) ([0dae8a8](https://github.com/angular/components/commit/0dae8a8)) |
17+
18+
119
## 11.0.2 "paper-bag" (2020-12-07)
220

321
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"check-mdc-tests": "ts-node --project scripts/tsconfig.json scripts/check-mdc-tests.ts",
5050
"check-mdc-exports": "ts-node --project scripts/tsconfig.json scripts/check-mdc-exports.ts"
5151
},
52-
"version": "11.1.0-next.0",
52+
"version": "11.0.3",
5353
"dependencies": {
5454
"@angular/animations": "^11.0.0",
5555
"@angular/common": "^11.0.0",

0 commit comments

Comments
 (0)