You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/redux-devtools-app/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Change Log
2
2
3
+
## 2.1.2
4
+
5
+
### Patch Changes
6
+
7
+
- 55cc37e: Fix filter to show state-controlled search value
8
+
- Updated dependencies [55cc37e]
9
+
-@redux-devtools/inspector-monitor@2.1.1
10
+
3
11
## 2.0.0
4
12
5
13
- 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):
Copy file name to clipboardExpand all lines: packages/redux-devtools-extension/CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Change Log
2
2
3
+
## 3.2.2
4
+
5
+
### Patch Changes
6
+
7
+
- 2ec10f0: v3.0.0 had an unintentional breaking change of changing the location of the secondary entrypoints. These secondary exports are now exported from the main entrypoint (https://github.com/reduxjs/redux-devtools/pull/1075) and should be imported like so:
8
+
9
+
```diff
10
+
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/developmentOnly';
11
+
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/logOnly';
12
+
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/logOnlyInProduction';
Copy file name to clipboardExpand all lines: packages/redux-devtools-inspector-monitor/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Change Log
2
2
3
+
## 2.1.1
4
+
5
+
### Patch Changes
6
+
7
+
- 55cc37e: Fix filter to show state-controlled search value
8
+
3
9
## 2.0.0
4
10
5
11
- 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):
0 commit comments