From 9ec1a807f496b08ddcb5fbaca31b1aa707ad9594 Mon Sep 17 00:00:00 2001 From: wbrgss Date: Tue, 11 Jun 2019 20:31:07 -0400 Subject: [PATCH] CHANGELOG ticks --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f82e9c1d0..621981113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Fixed - Fixed `min_date_allowed` and `max_date_allowed` bug in `DatePickerRange` [#551]https://github.com/plotly/dash-core-components/issues/551) -- Fixed unwanted resize() calls on unmounted `Graph`s [#534](https://github.com/plotly/dash-core-components/issues/534) +- Fixed unwanted `resize()` calls on unmounted `Graph`s [#534](https://github.com/plotly/dash-core-components/issues/534) ### Changed - 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.