Skip to content

Commit bc054b2

Browse files
committed
release: bump version to 11.2.11 w/ changelog
1 parent 6349434 commit bc054b2

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 11.2.11 "metal-mountain" (2021-04-28)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **a11y:** prevent crashing Chrome tabs with hidden text ([#22536](https://github.com/angular/components/issues/22536)) ([9bb7b0c5ea406ad1462a702f28f7dbcb911f408d](https://github.com/angular/components/commit/9bb7b0c5ea406ad1462a702f28f7dbcb911f408d)) |
8+
9+
### material
10+
11+
| | |
12+
| ---------- | --------------------- |
13+
| bug fix | **datepicker:** support for date range input in MDC-based form field ([#22565](https://github.com/angular/components/issues/22565)) ([6349434d101b7fa60d1cb70cb00b4c2e69c83420](https://github.com/angular/components/commit/6349434d101b7fa60d1cb70cb00b4c2e69c83420)) |
14+
| bug fix | **tabs:** stop scrolling on tab change ([#22265](https://github.com/angular/components/issues/22265)) ([7f556b574e86e8834d5f052bca7410ee9f4bc1ad](https://github.com/angular/components/commit/7f556b574e86e8834d5f052bca7410ee9f4bc1ad)), closes [#9592](https://github.com/angular/components/issues/9592) [angular#9592](https://github.com/angular/issues/9592) [#9592](https://github.com/angular/components/issues/9592) |
15+
16+
### material-experimental
17+
18+
| | |
19+
| ---------- | --------------------- |
20+
| bug fix | **mdc-card:** reset native header margin ([#22550](https://github.com/angular/components/issues/22550)) ([90877709d53a5eeb664614d89e8d47d2db23e7d5](https://github.com/angular/components/commit/90877709d53a5eeb664614d89e8d47d2db23e7d5)) |
21+
22+
123
## 11.2.10 "walnut-tabletop" (2021-04-21)
224

325
### material

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"check-mdc-exports": "ts-node --project scripts/tsconfig.json scripts/check-mdc-exports.ts",
5151
"check-tools": "yarn tsc --project tools/tsconfig-ci.json"
5252
},
53-
"version": "11.2.10",
53+
"version": "11.2.11",
5454
"dependencies": {
5555
"@angular/animations": "^11.1.0",
5656
"@angular/common": "^11.1.0",

0 commit comments

Comments
 (0)