diff --git a/.changeset/friendly-coats-trade.md b/.changeset/friendly-coats-trade.md index 23f4be01..19f35ad5 100644 --- a/.changeset/friendly-coats-trade.md +++ b/.changeset/friendly-coats-trade.md @@ -2,6 +2,7 @@ 'd3-state-visualizer': major --- + - Remove UMD build. - Split `style` option into `chartStyles`, `nodeStyleOptions`, `textStyleOptions`, and `linkStyles`. - The shape of the argument passed to the `onClickText` option has been updated. diff --git a/.changeset/slimy-elephants-flash.md b/.changeset/slimy-elephants-flash.md index 380595e6..f192798f 100644 --- a/.changeset/slimy-elephants-flash.md +++ b/.changeset/slimy-elephants-flash.md @@ -2,5 +2,6 @@ '@redux-devtools/chart-monitor': major --- + - Split `style` option into `chartStyles`, `nodeStyleOptions`, `textStyleOptions`, and `linkStyles`. - The shape of the argument passed to the `onClickText` option has been updated. diff --git a/.changeset/spicy-olives-compete.md b/.changeset/spicy-olives-compete.md index 7273e4a2..f06b1441 100644 --- a/.changeset/spicy-olives-compete.md +++ b/.changeset/spicy-olives-compete.md @@ -2,8 +2,9 @@ 'd3tooltip': major --- + - Remove UMD build. -- Upgrade d3 peer dependency from v3 to v6. +- Upgrade d3 peer dependency from v3 to v7. - Remove `attr` configuration method. - Rename `style` configuration method to `styles` and move to options. - Move `text` configuration method to options. diff --git a/.changeset/weak-kings-brake.md b/.changeset/weak-kings-brake.md index 3f6b4107..aaa19d41 100644 --- a/.changeset/weak-kings-brake.md +++ b/.changeset/weak-kings-brake.md @@ -2,4 +2,5 @@ 'map2tree': major --- + - Remove UMD build.