File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22All notable changes to ` dash ` will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## [ Unreleased ]
5+ ## [ 1.6.1 ] - 2019-11-14
66### Fixed
77- [ #1006 ] ( https://github.com/plotly/dash/pull/1006 ) Fix IE11 / ES5 compatibility and validation issues
88- [ #1006 ] ( https://github.com/plotly/dash/pull/1006 ) Fix bug with renderer wrapper component TreeContainer to prevent useless re-renders
Original file line number Diff line number Diff line change 11{
22 "name" : " dash-renderer" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " render dash components in react" ,
55 "main" : " dash_renderer/dash_renderer.min.js" ,
66 "scripts" : {
6767 "webpack-serve" : " ^3.1.1" ,
6868 "whatwg-fetch" : " ^2.0.2"
6969 }
70- }
70+ }
Original file line number Diff line number Diff line change 1- __version__ = '1.6.0 '
1+ __version__ = '1.6.1 '
Original file line number Diff line number Diff line change 11Flask>=1.0.2
22flask-compress
33plotly
4- dash_renderer= =1.2.0
5- dash-core-components= =1.5.0
6- dash-html-components= =1.0.1
7- dash-table= =4.5.0
4+ dash_renderer> =1.2.0
5+ dash-core-components> =1.5.0
6+ dash-html-components> =1.0.1
7+ dash-table> =4.5.0
88future
You can’t perform that action at this time.
0 commit comments