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

Add key to rendered components, so React doesn't optimize #101

Merged
merged 5 commits into from
Dec 14, 2018
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.16.1] - 2018-11-27
### Fixed
- Added `key` to rendered components, fixing [#379](https://github.com/plotly/dash-core-components/issues/379)

## [0.16.0] - 2018-12-07
### Added
- [Redux devtools](https://github.com/zalmoxisus/redux-devtools-extension) support [#107](https://github.com/plotly/dash-renderer/pull/107)
Expand Down
Loading