mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 17:46:56 +03:00
4644c1ce01
* Version Packages * Trigger build * Update lock file Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
45 lines
1004 B
Markdown
45 lines
1004 B
Markdown
# Change Log
|
|
|
|
## 3.1.0
|
|
|
|
### Minor Changes
|
|
|
|
- 24f60a7a: feat(rtk-query): add Data tab to rtk-query-monitor #1126 #1129
|
|
|
|
## 3.0.1
|
|
|
|
### Patch Changes
|
|
|
|
- a55ba302: Fix peer dependencies on @redux-devtools/core
|
|
- Updated dependencies [a55ba302]
|
|
- @redux-devtools/core@3.13.1
|
|
|
|
## 3.0.0
|
|
|
|
### Minor Changes
|
|
|
|
- 8a7eae4: Add React 18 to peerDependencies range
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [8a7eae4]
|
|
- react-json-tree@0.17.0
|
|
- @redux-devtools/ui@1.3.0
|
|
- @redux-devtools/core@3.13.0
|
|
|
|
## 2.1.2
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [4891bf6]
|
|
- @redux-devtools/core@3.12.0
|
|
|
|
## 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](https://rollupjs.org/guide/en/#outputexports):
|
|
|
|
```diff
|
|
- import RtkQueryrMonitor from '@redux-devtools/rtk-query-monitor';
|
|
+ import { RtkQueryrMonitor } from '@redux-devtools/rtk-query-monitor';
|
|
```
|