mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-15 14:17:07 +03:00
9a0af4257f
* 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>
29 lines
599 B
Markdown
29 lines
599 B
Markdown
# Change Log
|
|
|
|
## 0.8.0
|
|
|
|
### Minor Changes
|
|
|
|
- 421ea476: Upgrade SocketCluster (#1167)
|
|
|
|
## 0.7.5
|
|
|
|
### Patch Changes
|
|
|
|
- @redux-devtools/utils@2.0.0
|
|
|
|
## 0.7.4
|
|
|
|
### Patch Changes
|
|
|
|
- @redux-devtools/utils@1.2.1
|
|
|
|
## 0.7.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](https://rollupjs.org/guide/en/#outputexports):
|
|
|
|
```diff
|
|
- import devToolsEnhancer from '@redux-devtools/remote';
|
|
+ import { devToolsEnhancer } from '@redux-devtools/remote';
|
|
```
|