mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
2.3 KiB
2.3 KiB
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 DevToolsApp from '@redux-devtools/app';
+ import { Root } from '@redux-devtools/app';
1.0.0-8 (2021-06-11)
Bug Fixes
1.0.0-7 (2021-06-11)
Bug Fixes
1.0.0-6 (2021-03-06)
Features
1.0.0-5 (2021-03-06)
Note: Version bump only for package @redux-devtools/app
1.0.0-4 (2020-09-07)
Bug Fixes
1.0.0-3 (2020-08-14)
Note: Version bump only for package redux-devtools-core