Skip to content

Commit 933d17c

Browse files
authored
release: bump version to 11.2.4 w/ changelog (#22175)
1 parent 48e1431 commit 933d17c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 11.2.4 "rayon-crayon" (2021-03-10)
2+
3+
### material
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **card:** not clearing margin on last button in end alignment ([#20040](https://github.com/angular/components/issues/20040)) ([4d45db74ceacb203ed89538c331d7785c20da99c](https://github.com/angular/components/commit/4d45db74ceacb203ed89538c331d7785c20da99c)), closes [#20024](https://github.com/angular/components/issues/20024) |
8+
| bug fix | **dialog:** focus restoration not working inside shadow dom ([#21811](https://github.com/angular/components/issues/21811)) ([f18c416bbce3a9cf8c433bdd84b0783d6859cc51](https://github.com/angular/components/commit/f18c416bbce3a9cf8c433bdd84b0783d6859cc51)), closes [#21796](https://github.com/angular/components/issues/21796) |
9+
| bug fix | **schematics:** generate code that works in strict CLI projects ([#22052](https://github.com/angular/components/issues/22052)) ([99c24d40bf89b1c0fd8906d4f8bf1ac2ffd12a2c](https://github.com/angular/components/commit/99c24d40bf89b1c0fd8906d4f8bf1ac2ffd12a2c)), closes [#21981](https://github.com/angular/components/issues/21981) [#21981](https://github.com/angular/components/issues/21981) |
10+
| bug fix | **sort:** view not updated when sort state is changed through binding ([#19492](https://github.com/angular/components/issues/19492)) ([90f7a5639581eb8db45e9782237940647370def6](https://github.com/angular/components/commit/90f7a5639581eb8db45e9782237940647370def6)), closes [#19467](https://github.com/angular/components/issues/19467) |
11+
| bug fix | **table:** data source filteredData not updating while disconnected ([#22058](https://github.com/angular/components/issues/22058)) ([afdec6f55ae91a64cc150bdca3f4f95f617aa747](https://github.com/angular/components/commit/afdec6f55ae91a64cc150bdca3f4f95f617aa747)), closes [#21338](https://github.com/angular/components/issues/21338) [#21984](https://github.com/angular/components/issues/21984) |
12+
13+
### material-experimental
14+
15+
| | |
16+
| ---------- | --------------------- |
17+
| bug fix | **mdc-autocomplete:** only animate along y axis ([#21588](https://github.com/angular/components/issues/21588)) ([627b0ebad45ac08f263e821f4a6ea50150ac9231](https://github.com/angular/components/commit/627b0ebad45ac08f263e821f4a6ea50150ac9231)) |
18+
| bug fix | **mdc-chips:** remove icon click interaction ([#22132](https://github.com/angular/components/issues/22132)) ([4c69d18df20b37a9af69aff3353ef670e4129dd3](https://github.com/angular/components/commit/4c69d18df20b37a9af69aff3353ef670e4129dd3)) |
19+
| bug fix | **mdc-form-field:** fix height for form field with textarea ([#22089](https://github.com/angular/components/issues/22089)) ([766c9ea0dff389c08f49b703ed52706aa001abf1](https://github.com/angular/components/commit/766c9ea0dff389c08f49b703ed52706aa001abf1)) |
20+
| bug fix | **mdc-progress-bar:** run resize observer outside zone ([#21564](https://github.com/angular/components/issues/21564)) ([e94b7bd3c81a30db13225050e12b5f69765ef4c8](https://github.com/angular/components/commit/e94b7bd3c81a30db13225050e12b5f69765ef4c8)) |
21+
| bug fix | **mdc-select:** arrow not rendering in high contrast mode ([#21606](https://github.com/angular/components/issues/21606)) ([0f333a2e8a81ef2c38997ce5f9469414c8f8dab3](https://github.com/angular/components/commit/0f333a2e8a81ef2c38997ce5f9469414c8f8dab3)), closes [#14219](https://github.com/angular/components/issues/14219) [#21263](https://github.com/angular/components/issues/21263) |
22+
23+
124
## 11.2.3 "vanadium-vessel" (2021-03-03)
225

326
### cdk

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.3",
53+
"version": "11.2.4",
5454
"dependencies": {
5555
"@angular/animations": "^11.1.0",
5656
"@angular/common": "^11.1.0",

0 commit comments

Comments
 (0)