mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
355 B
355 B
d3-state-visualizer |
---|
major |
- Remove UMD build.
- Split
style
option intochartStyles
,nodeStyleOptions
,textStyleOptions
, andlinkStyles
. - The shape of the argument passed to the
onClickText
option has been updated. - Rename
InputOptions
toOptions
,Primitive
toStyleValue
, andNodeWithId
toHierarchyPointNode<Node>
.