redux-devtools/packages/redux-devtools-remote/CHANGELOG.md
github-actions[bot] 2e4929b3b7
Version Packages (#1552)
* Version Packages

* Trigger build

* Update pnpm-lock.yaml

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-12-09 05:05:25 +00:00

57 lines
1.1 KiB
Markdown

# Change Log
## 0.9.0
### Minor Changes
- 6fc18ed7: Add new Redux version to peer dependencies
### Patch Changes
- Updated dependencies [7f5bddbd]
- Updated dependencies [6fc18ed7]
- @redux-devtools/utils@2.1.0
- @redux-devtools/instrument@2.2.0
## 0.8.2
### Patch Changes
- 42531c50: Bump versions
- Updated dependencies [42531c50]
- @redux-devtools/instrument@2.1.1
- @redux-devtools/utils@2.0.2
## 0.8.1
### Patch Changes
- 7e6d0438: Transform `for await...of` syntax for @redux-devtools/remote to support Hermes Engine
## 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';
```