Skip to content

Commit 512fade

Browse files
authored
release: bump version to 11.1.1 w/ changelog (#21718)
1 parent 7643a3c commit 512fade

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 11.1.1 "silicate-star" (2021-01-27)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **drag-drop:** not detecting parent when projected using ngTemplateOutlet ([#21668](https://github.com/angular/components/issues/21668)) ([958ecb265647dd95c2e12fcc97c558452a622ed6](https://github.com/angular/components/commit/958ecb265647dd95c2e12fcc97c558452a622ed6)), closes [#21227](https://github.com/angular/components/issues/21227) |
8+
| bug fix | **overlay:** overriding pointer-events style ([#21666](https://github.com/angular/components/issues/21666)) ([ba41912c3cf28f36246da59d02fc7b09798f32c6](https://github.com/angular/components/commit/ba41912c3cf28f36246da59d02fc7b09798f32c6)), closes [#21656](https://github.com/angular/components/issues/21656) |
9+
10+
### material
11+
12+
| | |
13+
| ---------- | --------------------- |
14+
| bug fix | **autocomplete:** prevent inert host node from affecting surrounding layout ([#21649](https://github.com/angular/components/issues/21649)) ([9c99070beb781f6265b4db8c22b2370ddf516e7f](https://github.com/angular/components/commit/9c99070beb781f6265b4db8c22b2370ddf516e7f)), closes [#21246](https://github.com/angular/components/issues/21246) |
15+
| bug fix | **datepicker:** clear tabindex from host node ([#21633](https://github.com/angular/components/issues/21633)) ([bd4597fc60b37e74074dbdc8ac161a51c73623a2](https://github.com/angular/components/commit/bd4597fc60b37e74074dbdc8ac161a51c73623a2)), closes [#21280](https://github.com/angular/components/issues/21280) [#21046](https://github.com/angular/components/issues/21046) |
16+
| bug fix | **datepicker:** mark date input as touched when calendar is closed ([#21646](https://github.com/angular/components/issues/21646)) ([75367e794884a49413f362114710826ef64419e3](https://github.com/angular/components/commit/75367e794884a49413f362114710826ef64419e3)), closes [#21643](https://github.com/angular/components/issues/21643) |
17+
| bug fix | **form-field:** flickering when hovering invalid input on chrome ([#21620](https://github.com/angular/components/issues/21620)) ([fe1b31c288bdd9ba7677081f4ea2e4d3fda84b59](https://github.com/angular/components/commit/fe1b31c288bdd9ba7677081f4ea2e4d3fda84b59)), closes [#21612](https://github.com/angular/components/issues/21612) |
18+
19+
### material-experimental
20+
21+
| | |
22+
| ---------- | --------------------- |
23+
| bug fix | **mdc-chips:** decouple removal from animation ([#21636](https://github.com/angular/components/issues/21636)) ([7643a3cb1981523a00d86696750dbe7f70ad912b](https://github.com/angular/components/commit/7643a3cb1981523a00d86696750dbe7f70ad912b)) |
24+
| bug fix | **mdc-chips:** set correct ripple opacity for focus states ([#21624](https://github.com/angular/components/issues/21624)) ([cf30c4449a72692e5893344ecad1cb4544aa219e](https://github.com/angular/components/commit/cf30c4449a72692e5893344ecad1cb4544aa219e)) |
25+
| bug fix | **mdc-radio:** de-duplicate test harness logic ([#21532](https://github.com/angular/components/issues/21532)) ([dfd566a4536a3f09a96843dd42710a16225596d1](https://github.com/angular/components/commit/dfd566a4536a3f09a96843dd42710a16225596d1)) |
26+
| bug fix | **mdc-typography:** fix always using mat-level ([#21669](https://github.com/angular/components/issues/21669)) ([de5923a763f3c97186c9a4a113b7d9446254a3a4](https://github.com/angular/components/commit/de5923a763f3c97186c9a4a113b7d9446254a3a4)) |
27+
28+
129
# 11.1.0 "protoplasm-phantasm" (2021-01-20)
230

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

0 commit comments

Comments
 (0)