mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
18cde73771
* Version Packages * Force rebuild * Update --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
1.5 KiB
1.5 KiB
Change Log
4.0.0
Major Changes
- 191d419: Convert d3 packages to ESM
3.0.0
Major Changes
- b323f77d: Remove UMD build.
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 map2tree from 'map2tree';
+ import { map2tree } from 'map2tree';
1.5.0 (2021-03-06)
Features
- d3-state-visualizer: convert to TypeScript (#640) (0c78a5a)
- d3tooltip: convert to TypeScript (#639) (3b580da)
- map2tree: convert to TypeScript (#638) (3b027f4)