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

Commit f45d2c9

Browse files
Add key to rendered components, so React doesn't optimize (#101)
* Integration tests for Graphs in Tabs Refactored and cleaned-up test Cast to string to remove 'u' for tests Cast el.text to string in wait_for_text_to_equal method Try expected clickData as Python dict and json.dump it * Add key to rendered components, so React doesn't optimize * Version bump to 0.16.1 * Added -> Fixed * Update CHANGELOG.md Co-Authored-By: valentijnnieman <[email protected]>
1 parent cb4d384 commit f45d2c9

File tree

9 files changed

+2367
-2297
lines changed

9 files changed

+2367
-2297
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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+
## [0.16.1] - 2018-12-14
6+
### Fixed
7+
- Added `key` to rendered components, fixing [#379](https://github.com/plotly/dash-core-components/issues/379)
8+
59
## [0.16.0] - 2018-12-07
610
### Added
711
- [Redux devtools](https://github.com/zalmoxisus/redux-devtools-extension) support [#107](https://github.com/plotly/dash-renderer/pull/107)

0 commit comments

Comments
 (0)