Skip to content

Releases: reduxjs/redux-devtools

Redux DevTools Extension v3.1.2

13 Sep 02:47
ee64102
Compare
Choose a tag to compare
  • Fix extension in Firefox and Chrome Incognito (#1486)

Redux DevTools Extension v3.1.1

28 Aug 03:01
ffbf132
Compare
Choose a tag to compare
  • Increase min-width for popup (#1468)
  • Replace react-dragula with dnd-kit (#1451)
    • After dragging action into new position, it temporarily puts the action back in its initial position until the actions have been successfully reordered
  • Add option to sort state tree (#1264)

@redux-devtools/[email protected]

28 Aug 03:03
ffbf132
Compare
Choose a tag to compare

Major Changes

  • 57751ff: Add react-dom peerDependency and bump react peerDependency to ^16.8.0 || ^17.0.0 || ^18.0.0

Patch Changes

@redux-devtools/[email protected]

21 Aug 01:19
135a676
Compare
Choose a tag to compare

Patch Changes

  • fe32709: Update jsondiffpatch to fix bundling issues.

@redux-devtools/[email protected]

21 Aug 01:19
135a676
Compare
Choose a tag to compare

Patch Changes

@redux-devtools/[email protected]

19 Aug 03:39
6c44727
Compare
Choose a tag to compare

Patch Changes

Redux DevTools Extension v3.0.19

06 Mar 13:33
0bf0c4e
Compare
Choose a tag to compare

Fix responsive layout (#1365)

@redux-devtools/[email protected]

25 Jan 00:47
9a0af42
Compare
Choose a tag to compare

Minor Changes

@redux-devtools/[email protected]

16 Jan 13:29
ffb6983
Compare
Choose a tag to compare

Patch Changes

  • a071674: Fix types for other exports from @redux-devtools/extension.

@redux-devtools/[email protected]

09 Jan 01:14
9536998
Compare
Choose a tag to compare

Patch Changes

  • 07456db: Propagate store enhancer generic type when using composeWithDevTools