Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 544df26

Browse files
alexcjohnsonbyronz
authored andcommitted
changelog for values->value change
with a fix for a couple of broken links
1 parent a84ee8a commit 544df26

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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+
59
## [0.48.0] - 2019-05-15
610
### Added
711
- `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)
1014

1115
### Removed
1216
- Removed unused `key` prop from `dcc.ConfirmDialog`

0 commit comments

Comments
 (0)