From 406a58cb4ae68bcfde605b4b517b07051416fd13 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Mon, 2 Jan 2023 13:31:09 -0500 Subject: [PATCH] Create friendly-coats-trade.md --- .changeset/friendly-coats-trade.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/friendly-coats-trade.md 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`.