mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-13 13:16:52 +03:00
f6b06e741d
* Version Packages * Trigger build Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2.5 KiB
2.5 KiB
Change Log
2.1.2
Patch Changes
- 55cc37e: Fix filter to show state-controlled search value
- Updated dependencies [
55cc37e
]- @redux-devtools/inspector-monitor@2.1.1
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