Skip to content

Commit c3abc14

Browse files
authored
release: bump version to 11.2.1 w/ changelog (#21933)
1 parent 85916a4 commit c3abc14

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 11.2.1 "lye-lie" (2021-02-17)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **drag-drop:** destroyed items not being cleaned up correctly ([#21821](https://github.com/angular/components/issues/21821)) ([a30f2df6268ebaff639a63b512e1c2b8874cd831](https://github.com/angular/components/commit/a30f2df6268ebaff639a63b512e1c2b8874cd831)), closes [#21818](https://github.com/angular/components/issues/21818) |
8+
9+
### material
10+
11+
| | |
12+
| ---------- | --------------------- |
13+
| bug fix | **datepicker:** avoid interfering with external click listener ([#21856](https://github.com/angular/components/issues/21856)) ([e60a02bd278025646ae4ee7e6af90c6936b7cb97](https://github.com/angular/components/commit/e60a02bd278025646ae4ee7e6af90c6936b7cb97)), closes [#21836](https://github.com/angular/components/issues/21836) |
14+
| bug fix | **input:** only set as aria-invalid if the input isn't empty ([#21609](https://github.com/angular/components/issues/21609)) ([008bf7a246b20f9709c0f82dfb51c3e58a695b07](https://github.com/angular/components/commit/008bf7a246b20f9709c0f82dfb51c3e58a695b07)), closes [#18140](https://github.com/angular/components/issues/18140) |
15+
| bug fix | **select:** value not updated if the same array is updated and re-assigned ([#21625](https://github.com/angular/components/issues/21625)) ([0a002e527acc05dc34e994850e75f0c49b5657b9](https://github.com/angular/components/commit/0a002e527acc05dc34e994850e75f0c49b5657b9)), closes [#21583](https://github.com/angular/components/issues/21583) |
16+
| bug fix | **stepper:** don't allow focus inside a hidden element ([#21842](https://github.com/angular/components/issues/21842)) ([3f9688528d4434d767f60ce5f7579390ccbec39f](https://github.com/angular/components/commit/3f9688528d4434d767f60ce5f7579390ccbec39f)), closes [#21831](https://github.com/angular/components/issues/21831) |
17+
| bug fix | **theming:** change to update comments in theming ([#21824](https://github.com/angular/components/issues/21824)) ([03386fc713f313e68fd89f01ed00764fcbaeaf2a](https://github.com/angular/components/commit/03386fc713f313e68fd89f01ed00764fcbaeaf2a)), closes [angular#21803](https://github.com/angular/issues/21803) |
18+
19+
### google-maps
20+
21+
| | |
22+
| ---------- | --------------------- |
23+
| bug fix | correct minor typo in the code ([#21915](https://github.com/angular/components/issues/21915)) ([e1dd9f3058f6fc2f80acfc3a1c5131683ece3678](https://github.com/angular/components/commit/e1dd9f3058f6fc2f80acfc3a1c5131683ece3678)) |
24+
| bug fix | correct minor typo in the code ([#21917](https://github.com/angular/components/issues/21917)) ([bd7c3519e1d5bfb8bf9bff89ad0343d178259028](https://github.com/angular/components/commit/bd7c3519e1d5bfb8bf9bff89ad0343d178259028)) |
25+
26+
127
# 11.2.0 "gingham-grape" (2021-02-10)
228

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

0 commit comments

Comments
 (0)