Skip to content

Commit 9600939

Browse files
authored
release: bump version to 11.2.12 w/ changelog (#22629)
1 parent b5ee92f commit 9600939

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 11.2.12 "glass-grass" (2021-05-05)
2+
3+
### material
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **core:** `mat-ripple-element` is not fired on disable ([#22537](https://github.com/angular/components/issues/22537)) ([62e9c319ebe8122ffcd777dc1b2819e247a099b0](https://github.com/angular/components/commit/62e9c319ebe8122ffcd777dc1b2819e247a099b0)), closes [#22520](https://github.com/angular/components/issues/22520) [#22520](https://github.com/angular/components/issues/22520) [#22520](https://github.com/angular/components/issues/22520) [#22520](https://github.com/angular/components/issues/22520) |
8+
| bug fix | **datepicker:** Only update selection when value changed ([#21846](https://github.com/angular/components/issues/21846)) ([#22369](https://github.com/angular/components/issues/22369)) ([35c04832023ecffc476c89874a2a4b4b562450c2](https://github.com/angular/components/commit/35c04832023ecffc476c89874a2a4b4b562450c2)) |
9+
| bug fix | **paginator:** add `role="group"` to host ([#22512](https://github.com/angular/components/issues/22512)) ([a80f890a0dd7cb50e483047c053505d74321bd33](https://github.com/angular/components/commit/a80f890a0dd7cb50e483047c053505d74321bd33)) |
10+
11+
### material-experimental
12+
13+
| | |
14+
| ---------- | --------------------- |
15+
| bug fix | **mdc-progress-spinner:** set to display block ([#22618](https://github.com/angular/components/issues/22618)) ([638ed6179c11ce033143470802399d9ca60f45e9](https://github.com/angular/components/commit/638ed6179c11ce033143470802399d9ca60f45e9)) |
16+
17+
118
## 11.2.11 "metal-mountain" (2021-04-28)
219

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

0 commit comments

Comments
 (0)