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

Commit 34d166d

Browse files
committed
Add changelog entry for PR #563 (Don't attempt to resize unmounted graphs)
1 parent 7da34d5 commit 34d166d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased]
66
### Fixed
77
- Fixed `min_date_allowed` and `max_date_allowed` bug in `DatePickerRange` [#551]https://github.com/plotly/dash-core-components/issues/551)
8+
- Fixed unwanted resize() calls on unmounted `Graph`s [#534](https://github.com/plotly/dash-core-components/issues/534)
89

910
### Changed
1011
- 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.

0 commit comments

Comments
 (0)