Skip to content

release: bump version to 11.0.3 w/ changelog #21344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 11.0.3 "adobe-home" (2020-12-14)

### material

| | |
| ---------- | --------------------- |
| 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)) |
| bug fix | **expansion:** not clearing custom query list ([#21222](https://github.com/angular/components/issues/21222)) ([f0dc895](https://github.com/angular/components/commit/f0dc895)) |
| 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) |
| 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) |

### material-experimental

| | |
| ---------- | --------------------- |
| 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)) |


## 11.0.2 "paper-bag" (2020-12-07)

### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"integration-tests:size-test": "bazel test //integration/size-test/...",
"check-mdc-tests": "ts-node --project scripts/tsconfig.json scripts/check-mdc-tests.ts"
},
"version": "11.0.2",
"version": "11.0.3",
"dependencies": {
"@angular/animations": "^11.0.0",
"@angular/common": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@>= 8", "@types/node@^13.7.0":
"@types/node@*", "@types/node@>= 8":
version "13.13.34"
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.34.tgz#c9300a1b6560d90817fb2bba650e250116a575f9"
integrity sha512-g8D1HF2dMDKYSDl5+79izRwRgNPsSynmWMbj50mj7GZ0b7Lv4p8EmZjbo3h0h+6iLr6YmVz9VnF6XVZ3O6V1Ug==
Expand Down