mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 20:27:07 +03:00
984 B
984 B
Change Log
2.0.0
- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are interchangeable:
- import d3tooltip from 'd3tooltip';
+ import { tooltip } from 'd3tooltip';
1.3.0 (2021-03-06)
Features
- d3-state-visualizer: convert to TypeScript (#640) (0c78a5a)
- d3tooltip: convert to TypeScript (#639) (3b580da)
1.2.3 (2020-08-14)
Note: Version bump only for package d3tooltip