Skip to content

Commit

Permalink
chore: bump version to 10.0.0-rc.3 w/ changelog (#19721)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored Jun 22, 2020
1 parent 87a2d99 commit 02a642b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 10.0.0-rc.3 "leather-feather" (2020-06-22)

### material

| | |
| ---------- | --------------------- |
| bug fix | **datepicker:** date range overriding model value if both fields are changed at the same time ([#19593](https://github.com/angular/components/issues/19593)) ([e2a579a](https://github.com/angular/components/commit/e2a579a)), closes [#19588](https://github.com/angular/components/issues/19588) |
| bug fix | **datepicker:** not revalidating after value is changed through the calendar ([#19695](https://github.com/angular/components/issues/19695)) ([10888f3](https://github.com/angular/components/commit/10888f3)) |

### cdk-experimental

| | |
| ---------- | --------------------- |
| bug fix | **column-resize:** not working inside OnPush component ([#19671](https://github.com/angular/components/issues/19671)) ([8ff9844](https://github.com/angular/components/commit/8ff9844)), closes [#19670](https://github.com/angular/components/issues/19670) |

### material-experimental

| | |
| ---------- | --------------------- |
| bug fix | **mdc-menu:** menu items missing padding ([#19634](https://github.com/angular/components/issues/19634)) ([9b8baa6](https://github.com/angular/components/commit/9b8baa6)), closes [#19548](https://github.com/angular/components/issues/19548) |
| bug fix | **popover-edit:** closing instantly when opening with enter key ([#18444](https://github.com/angular/components/issues/18444)) ([23b9145](https://github.com/angular/components/commit/23b9145)), closes [#18194](https://github.com/angular/components/issues/18194) |
| feature | **mdc-list:** add MDC foundation for action/nav list ([#19601](https://github.com/angular/components/issues/19601)) ([5f15763](https://github.com/angular/components/commit/5f15763)) |


# 10.0.0-rc.2 "ferrous-photon" (2020-06-15)

### material
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"integration-tests": "bazel test //integration/... --test_tag_filters=-view-engine-only --build_tests_only",
"integration-tests:view-engine": "bazel test //integration/... --test_tag_filters=view-engine-only --build_tests_only --config=view-engine"
},
"version": "10.0.0-rc.2",
"version": "10.0.0-rc.3",
"dependencies": {
"@angular/animations": "^10.0.0-rc.6",
"@angular/common": "^10.0.0-rc.6",
Expand Down

0 comments on commit 02a642b

Please sign in to comment.