Skip to content

Commit 02a642b

Browse files
authored
chore: bump version to 10.0.0-rc.3 w/ changelog (#19721)
1 parent 87a2d99 commit 02a642b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 10.0.0-rc.3 "leather-feather" (2020-06-22)
2+
3+
### material
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| 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) |
8+
| 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)) |
9+
10+
### cdk-experimental
11+
12+
| | |
13+
| ---------- | --------------------- |
14+
| 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) |
15+
16+
### material-experimental
17+
18+
| | |
19+
| ---------- | --------------------- |
20+
| 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) |
21+
| 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) |
22+
| 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)) |
23+
24+
125
# 10.0.0-rc.2 "ferrous-photon" (2020-06-15)
226

327
### material

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"integration-tests": "bazel test //integration/... --test_tag_filters=-view-engine-only --build_tests_only",
4545
"integration-tests:view-engine": "bazel test //integration/... --test_tag_filters=view-engine-only --build_tests_only --config=view-engine"
4646
},
47-
"version": "10.0.0-rc.2",
47+
"version": "10.0.0-rc.3",
4848
"dependencies": {
4949
"@angular/animations": "^10.0.0-rc.6",
5050
"@angular/common": "^10.0.0-rc.6",

0 commit comments

Comments
 (0)