mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-16 19:40:58 +03:00
* Update packages * Fix after update * Update some types * Remove attr * Finish d3tooltip * Update style option * Updates * Zoom * Update * Update * Update * Fix * Update * Update * Update * Update * Update * Fixes * Update id type * Fix enter + update selections * Use this * Fix stringifying * Remove InputOptions * Use data.value * Updates * Remove UMD builds * Fix exit * No need to re-assign * Simplify d3tooltip API * Update redux-devtools-chart-monitor * Update redux-devtools-app * Update * Update * Remove @types/prop-types * Update prop types * Update d3tooltip docs * Update d3-state-visualizer docs * Update chart-monitor docs * Create weak-kings-brake.md * Create spicy-olives-compete.md * Create friendly-coats-trade.md * Create slimy-elephants-flash.md * Fix empty arrays
379 B
379 B
d3-state-visualizer |
---|
major |
- Remove UMD build.
- Split
style
option intochartStyles
,nodeStyleOptions
,textStyleOptions
, andlinkStyles
. - The shape of the argument passed to the option
onClickText
has been updated to match the d3 v4 node. - Rename
InputOptions
toOptions
,Primitive
toStyleValue
, andNodeWithId
toHierarchyPointNode<Node>
.