mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-07 15:10:45 +03:00
* chore(deps): update dependency d3 to v7 * Update changeset * Fix app tests * Fix extension test * Format Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
304 B
304 B
d3tooltip |
---|
major |
- Remove UMD build.
- Upgrade d3 peer dependency from v3 to v7.
- Remove
attr
configuration method. - Rename
style
configuration method tostyles
and move to options. - Move
text
configuration method to options. - Remove d3 parameter as first parameter for
tooltip
.