Skip to content

Commit 0462599

Browse files
authored
chore: bump version to 8.2.2 w/ changelog (#17241)
1 parent d4d958e commit 0462599

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 8.2.2 "vantablack-rainbow" (2019-09-30)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **drag-drop:** unable to drop into connected sibling after scrolling into view via the parent ([#17162](https://github.com/angular/components/issues/17162)) ([357d1c3](https://github.com/angular/components/commit/357d1c3)), closes [#17144](https://github.com/angular/components/issues/17144) |
8+
9+
### material
10+
11+
| | |
12+
| ---------- | --------------------- |
13+
| bug fix | **autocomplete:** top option group not scrolled into view when going up ([#16343](https://github.com/angular/components/issues/16343)) ([c0034d3](https://github.com/angular/components/commit/c0034d3)) |
14+
| bug fix | **button:** focus method does not respect specified origin ([#17183](https://github.com/angular/components/issues/17183)) ([7355389](https://github.com/angular/components/commit/7355389)), closes [#17174](https://github.com/angular/components/issues/17174) |
15+
| bug fix | **datepicker:** add scope to calendar headers ([#17163](https://github.com/angular/components/issues/17163)) ([cf244ff](https://github.com/angular/components/commit/cf244ff)), closes [#17038](https://github.com/angular/components/issues/17038) |
16+
| bug fix | **form-field:** FormField with outline doesn't work well with dir="r… ([#15415](https://github.com/angular/components/issues/15415)) ([8158754](https://github.com/angular/components/commit/8158754)), closes [#14944](https://github.com/angular/components/issues/14944)
17+
| bug fix | **list:** selection list checkbox theme overwritten by parent theme ([#16939](https://github.com/angular/components/issues/16939)) ([57b2c3f](https://github.com/angular/components/commit/57b2c3f)), closes [#16891](https://github.com/angular/components/issues/16891) |
18+
19+
### cdk-experimental
20+
21+
| | |
22+
| ---------- | --------------------- |
23+
| bug fix | **clipboard:** avoid changing layout with temporary textarea ([#17227](https://github.com/angular/components/issues/17227)) ([d4d958e](https://github.com/angular/components/commit/d4d958e)) |
24+
25+
### material-experimental
26+
27+
| | |
28+
| ---------- | --------------------- |
29+
| bug fix | **mdc-slider:** not usable in high contrast mode ([#17164](https://github.com/angular/components/issues/17164)) ([73a233d](https://github.com/angular/components/commit/73a233d)) |
30+
131
## 8.2.1 "cashmere-ore" (2019-09-24)
232

333
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"format": "yarn -s format:ts && yarn -s format:bazel",
3737
"cherry-pick-patch": "ts-node --project tools/cherry-pick-patch/ tools/cherry-pick-patch/cherry-pick-patch.ts"
3838
},
39-
"version": "8.2.1",
39+
"version": "8.2.2",
4040
"requiredAngularVersion": "^8.0.0 || ^9.0.0-0",
4141
"requiredMDCVersion": "^4.0.0-alpha.0",
4242
"dependencies": {

0 commit comments

Comments
 (0)