Update changesets

This commit is contained in:
Nathan Bierema 2023-01-05 08:50:25 -05:00
parent f11383d294
commit 1f5e5c519b
4 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,8 @@
'd3-state-visualizer': major
---
Upgrade D3
- 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.

View File

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

View File

@ -2,6 +2,8 @@
'd3tooltip': major
---
Upgrade D3
- Remove UMD build.
- Upgrade d3 peer dependency from v3 to v7.
- Remove `attr` configuration method.

View File

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