Create friendly-coats-trade.md

This commit is contained in:
Nathan Bierema 2023-01-02 13:31:09 -05:00 committed by GitHub
parent 0f9e8f518b
commit 406a58cb4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<Node>`.