File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
19
## 11.0.2 "paper-bag" (2020-12-07)
2
20
3
21
### cdk
Original file line number Diff line number Diff line change 48
48
"integration-tests:size-test" : " bazel test //integration/size-test/..." ,
49
49
"check-mdc-tests" : " ts-node --project scripts/tsconfig.json scripts/check-mdc-tests.ts"
50
50
},
51
- "version" : " 11.0.2 " ,
51
+ "version" : " 11.0.3 " ,
52
52
"dependencies" : {
53
53
"@angular/animations" : " ^11.0.0" ,
54
54
"@angular/common" : " ^11.0.0" ,
Original file line number Diff line number Diff line change 1765
1765
"@types/node" "*"
1766
1766
form-data "^3.0.0"
1767
1767
1768
- "@types/node@*", "@types/node@>= 8", "@types/node@^13.7.0" :
1768
+ "@types/node@*", "@types/node@>= 8":
1769
1769
version "13.13.34"
1770
1770
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.34.tgz#c9300a1b6560d90817fb2bba650e250116a575f9"
1771
1771
integrity sha512-g8D1HF2dMDKYSDl5+79izRwRgNPsSynmWMbj50mj7GZ0b7Lv4p8EmZjbo3h0h+6iLr6YmVz9VnF6XVZ3O6V1Ug==
You can’t perform that action at this time.
0 commit comments