Skip to content

Commit 5325e96

Browse files
authored
chore: bump version to 9.0.0-rc.3 w/ changelog (#17763)
1 parent 5428e93 commit 5325e96

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+
# 9.0.0-rc.3 "chocolate-chipmonk" (2019-11-20)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| feature | **testing:** support querying for multiple TestHarness / ComponentHarness at once in locatorFor ([#17658](https://github.com/angular/components/issues/17658)) ([15a5171](https://github.com/angular/components/commit/15a5171)) |
8+
9+
### material
10+
11+
| | |
12+
| ---------- | --------------------- |
13+
| bug fix | **ng-update:** do not copy gesture config if only standard HammerJS events are used ([#17753](https://github.com/angular/components/issues/17753)) ([b53e092](https://github.com/angular/components/commit/b53e092)) |
14+
| bug fix | **ng-update:** hammer v9 migration should not unnecessarily set up gestures ([#17713](https://github.com/angular/components/issues/17713)) ([4794c60](https://github.com/angular/components/commit/4794c60)) |
15+
| bug fix | **ng-update:** imports to `MatProgressSpinnerModule` not migrated ([#17717](https://github.com/angular/components/issues/17717)) ([3acd6c1](https://github.com/angular/components/commit/3acd6c1)), closes [#17715](https://github.com/angular/components/issues/17715) |
16+
17+
### google-maps
18+
19+
| | |
20+
| ---------- | --------------------- |
21+
| bug fix | avoid event listener leaks if inputs change ([#17664](https://github.com/angular/components/issues/17664)) ([b2ea4c8](https://github.com/angular/components/commit/b2ea4c8)) |
22+
| bug fix | error during server-side rendering ([#17744](https://github.com/angular/components/issues/17744)) ([0b0e98c](https://github.com/angular/components/commit/0b0e98c)) |
23+
24+
### material-experimental
25+
26+
| | |
27+
| ---------- | --------------------- |
28+
| feature | **mdc-snackbar:** add skeleton ([#17161](https://github.com/angular/components/issues/17161)) ([6bda718](https://github.com/angular/components/commit/6bda718)) |
29+
30+
131
# 9.0.0-rc.2 "neon-bubble" (2019-11-14)
232

333
### material

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-rc.2",
43+
"version": "9.0.0-rc.3",
4444
"dependencies": {
4545
"@angular/animations": "^9.0.0-rc.2",
4646
"@angular/common": "^9.0.0-rc.2",

0 commit comments

Comments
 (0)