Update changeset

This commit is contained in:
Nathan Bierema 2023-01-02 15:06:43 -05:00
parent f0370946ea
commit fc76806935
4 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,7 @@
'd3-state-visualizer': major 'd3-state-visualizer': major
--- ---
- Remove UMD build. - Remove UMD build.
- Split `style` option into `chartStyles`, `nodeStyleOptions`, `textStyleOptions`, and `linkStyles`. - Split `style` option into `chartStyles`, `nodeStyleOptions`, `textStyleOptions`, and `linkStyles`.
- The shape of the argument passed to the `onClickText` option has been updated. - The shape of the argument passed to the `onClickText` option has been updated.

View File

@ -2,5 +2,6 @@
'@redux-devtools/chart-monitor': major '@redux-devtools/chart-monitor': major
--- ---
- Split `style` option into `chartStyles`, `nodeStyleOptions`, `textStyleOptions`, and `linkStyles`. - Split `style` option into `chartStyles`, `nodeStyleOptions`, `textStyleOptions`, and `linkStyles`.
- The shape of the argument passed to the `onClickText` option has been updated. - The shape of the argument passed to the `onClickText` option has been updated.

View File

@ -2,8 +2,9 @@
'd3tooltip': major 'd3tooltip': major
--- ---
- Remove UMD build. - Remove UMD build.
- Upgrade d3 peer dependency from v3 to v6. - Upgrade d3 peer dependency from v3 to v7.
- Remove `attr` configuration method. - Remove `attr` configuration method.
- Rename `style` configuration method to `styles` and move to options. - Rename `style` configuration method to `styles` and move to options.
- Move `text` configuration method to options. - Move `text` configuration method to options.

View File

@ -2,4 +2,5 @@
'map2tree': major 'map2tree': major
--- ---
- Remove UMD build. - Remove UMD build.