Skip to content

Commit 734ca15

Browse files
authored
chore: bump version to 9.2.0-next.0 w/ changelog (#18860)
* chore: bump version to 9.2.0-next.0 w/ changelog * fix up changelog
1 parent 26364fa commit 734ca15

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+
# 9.2.0-next.0 "twine-tornado" (2020-03-18)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **testing:** don't send unnecessary `Key.chord`s to protractor ([#18685](https://github.com/angular/components/issues/18685)) ([427e91f](https://github.com/angular/components/commit/427e91f)), closes [mozilla/geckodriver#1502](https://github.com/mozilla/geckodriver/issues/1502) |
8+
| feature | **testing:** Allow custom `querySelectorAll` method ([#18178](https://github.com/angular/components/issues/18178)) ([40ae1b1](https://github.com/angular/components/commit/40ae1b1)) |
9+
10+
### material
11+
12+
| | |
13+
| ---------- | --------------------- |
14+
| bug fix | **column-resize:** don't allow dragging using the right mouse button ([#18758](https://github.com/angular/components/issues/18758)) ([c538354](https://github.com/angular/components/commit/c538354)) |
15+
| bug fix | **datepicker:** prevent default dialog options from affecting touch ui calendar ([#18657](https://github.com/angular/components/issues/18657)) ([aca2533](https://github.com/angular/components/commit/aca2533)), closes [#18648](https://github.com/angular/components/issues/18648) |
16+
| bug fix | **radio:** clicks not landing correctly in some cases on Chrome ([#18357](https://github.com/angular/components/issues/18357)) ([fe29835](https://github.com/angular/components/commit/fe29835)), closes [#18285](https://github.com/angular/components/issues/18285) |
17+
| feature | **focus-monitor:** Add eventual detection mode option to focus monitor ([#18684](https://github.com/angular/components/issues/18684)) ([b3a2c56](https://github.com/angular/components/commit/b3a2c56)) |
18+
| feature | **form-field:** use injection token for providing form-field ([#18777](https://github.com/angular/components/issues/18777)) ([8ec44a1](https://github.com/angular/components/commit/8ec44a1)) |
19+
| feature | **snackbar:** add `isDismissed` harness method ([#18766](https://github.com/angular/components/issues/18766)) ([6e70cc7](https://github.com/angular/components/commit/6e70cc7)) |
20+
21+
### material-experimental
22+
23+
| | |
24+
| ---------- | --------------------- |
25+
| bug fix | rename sass mixins to mat-mdc-* ([#18615](https://github.com/angular/components/issues/18615)) ([b91e88f](https://github.com/angular/components/commit/b91e88f)) |
26+
| bug fix | **form-field:** avoid expression changed after check ([#18741](https://github.com/angular/components/issues/18741)) ([eae5cf8](https://github.com/angular/components/commit/eae5cf8)) |
27+
28+
129
## 9.1.3 "plastic-juice" (2020-03-16)
230

331
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"stylelint": "stylelint \"src/**/*.+(css|scss)\" --config .stylelintrc.json --syntax scss",
4444
"resync-caretaker-app": "ts-node --project scripts scripts/caretaking/resync-caretaker-app-prs.ts"
4545
},
46-
"version": "9.1.3",
46+
"version": "9.2.0-next.0",
4747
"dependencies": {
4848
"@angular/animations": "^9.1.0-next.4",
4949
"@angular/common": "^9.1.0-next.4",

0 commit comments

Comments
 (0)