mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
d57d015de9
* Version Packages * Update lock --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
1.8 KiB
1.8 KiB
Change Log
2.1.1
Patch Changes
- 42531c50: Bump versions
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 instrument from '@redux-devtools/instrument';
+ import { instrument } from '@redux-devtools/instrument';
1.11.0 (2021-03-06)
Features
- instrument: use latest symbol-observable (compatibility with frozen Symbol) (#660) (4d73c3f)
- redux-devtools-instrument: export type PerformAction (#614) (9e59cfd)
- redux-devtools-serialize: convert to TypeScript (#621) (d586f19)
1.10.0 (2020-09-07)
Features
- redux-devtools-instrument: export type PerformAction (#614) (9e59cfd)
- redux-devtools-serialize: convert to TypeScript (#621) (d586f19)
1.9.7 (2020-08-14)
Note: Version bump only for package redux-devtools-instrument