diff --git a/.changeset/friendly-coats-trade.md b/.changeset/friendly-coats-trade.md new file mode 100644 index 00000000..5e6c851e --- /dev/null +++ b/.changeset/friendly-coats-trade.md @@ -0,0 +1,8 @@ +--- +'d3-state-visualizer': major +--- + +- Remove UMD build. +- Split `style` option into `chartStyles`, `nodeStyleOptions`, `textStyleOptions`, and `linkStyles`. +- The shape of the argument passed to the option `onClickText` has been updated to match the d3 v4 node. +- Rename `InputOptions` to `Options`, `Primitive` to `StyleValue`, and `NodeWithId` to `HierarchyPointNode`.