mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 12:17:18 +03:00
3f1e5e0ed3
* Version Packages * Trigger build * Update lock file Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2.8 KiB
2.8 KiB
Change Log
0.17.0
Minor Changes
- 8a7eae4: Add React 18 to peerDependencies range
0.16.2
Patch Changes
- 4c9a890: Fix type import for Typescript versions <4.5
0.16.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 JSONTree from 'react-json-tree';
+ import { JSONTree } from 'react-json-tree';
0.15.0 (2021-03-06)
Features
0.14.0 (2021-03-06)
Bug Fixes
Features
0.13.0 (2020-09-07)
Bug Fixes
Features
- react-dock: convert to TypeScript (#607) (78ded9e)
- redux-devtools: convert counter example to TypeScript (#616) (f1e3f4f)
- redux-devtools: convert todomvc example to TypeScript (#618) (37191e4)