You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,15 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
+
## [Unreleased]
6
+
### Changed
7
+
- Changed `dcc.Checklist` prop `values` to `value`, to match all the other input components [#558](https://github.com/plotly/dash-core-components/pull/558). Also improved prop types for `Dropdown` and `RadioItems``value` props to consistently accept both strings and numbers.
8
+
5
9
## [0.48.0] - 2019-05-15
6
10
### Added
7
11
-`figure` prop in `dcc.Graph` now accepts a `frames` key
8
-
- Improved the `Dropdown` options description for dash-docs #547
9
-
- Added `optionHeight` prop to `Dropdown`#552
12
+
- Improved the `Dropdown` options description for dash-docs [#547](https://github.com/plotly/dash-core-components/pull/547)
13
+
- Added `optionHeight` prop to `Dropdown`[#552](https://github.com/plotly/dash-core-components/pull/552)
10
14
11
15
### Removed
12
16
- Removed unused `key` prop from `dcc.ConfirmDialog`
0 commit comments