mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 06:00:07 +03:00
Update changeset
This commit is contained in:
parent
f0370946ea
commit
fc76806935
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -2,4 +2,5 @@
|
||||||
'map2tree': major
|
'map2tree': major
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
- Remove UMD build.
|
- Remove UMD build.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user