Skip to content

Commit ed6f133

Browse files
authored
chore: bump version to 9.0.0-next.2 w/ changelog (#17554)
1 parent 87dfbc7 commit ed6f133

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+
# 9.0.0-next.2 "pumice-pinecone" (2019-10-31)
2+
3+
### material
4+
5+
_Breaking changes:_
6+
7+
* **checkbox:** MAT_CHECKBOX_CLICK_ACTION is deprecated, use MAT_CHECKBOX_DEFAULT_OPTIONS
8+
9+
| | |
10+
| ---------- | --------------------- |
11+
| bug fix | **autocomplete:** not picking up indirect descendant option g… ([#17510](https://github.com/angular/components/issues/17510)) ([f0df308](https://github.com/angular/components/commit/f0df308)) |
12+
| bug fix | **drag-drop:** coerce drop list autoScrollDisabled input ([#17480](https://github.com/angular/components/issues/17480)) ([e2de5e6](https://github.com/angular/components/commit/e2de5e6)), closes [#17475](https://github.com/angular/components/issues/17475) |
13+
| bug fix | **grid-list:** not picking up indirect descendant lines ([#17530](https://github.com/angular/components/issues/17530)) ([044a360](https://github.com/angular/components/commit/044a360)) |
14+
| bug fix | **list:** Do not rely on input binding order ([#17501](https://github.com/angular/components/issues/17501)) ([4301fb0](https://github.com/angular/components/commit/4301fb0)), closes [#17500](https://github.com/angular/components/issues/17500) |
15+
| bug fix | **list:** selection list option not picking up indirect desce… ([#17514](https://github.com/angular/components/issues/17514)) ([ee863b2](https://github.com/angular/components/commit/ee863b2)) |
16+
| bug fix | **stepper:** not picking up indirect descendant elements ([#17529](https://github.com/angular/components/issues/17529)) ([5f0f2dc](https://github.com/angular/components/commit/5f0f2dc)) |
17+
| bug fix | **tree:** not picking up indirect descendant node definitions ([#17522](https://github.com/angular/components/issues/17522)) ([7f1c2ca](https://github.com/angular/components/commit/7f1c2ca)) |
18+
| feature | **checkbox:** add options defaults config ([#17473](https://github.com/angular/components/issues/17473)) ([3fdab10](https://github.com/angular/components/commit/3fdab10)) |
19+
20+
### material-experimental
21+
22+
| | |
23+
| ---------- | --------------------- |
24+
| feature | **mdc-tabs:** add option to fit ink bar to content ([#17507](https://github.com/angular/components/issues/17507)) ([77d51ca](https://github.com/angular/components/commit/77d51ca)) |
25+
26+
127
# 9.0.0-next.1 "helium-barbell" (2019-10-25)
228

329
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"tslint": "tslint -c tslint.json --project ./tsconfig.json",
4141
"stylelint": "stylelint \"src/**/*.+(css|scss)\" --config .stylelintrc.json --syntax scss"
4242
},
43-
"version": "9.0.0-next.1",
43+
"version": "9.0.0-next.2",
4444
"requiredAngularVersion": "^9.0.0-0 || ^10.0.0-0",
4545
"requiredMDCVersion": "^4.0.0-canary.062ade5c0.0",
4646
"dependencies": {

0 commit comments

Comments
 (0)