Skip to content

Releases: reduxjs/redux-devtools

[email protected]

28 Jul 23:16
Compare
Choose a tag to compare

3.6.0

Features

  • redux-devtools: update react-redux peer dependency (#482)

v3.5.0

21 Dec 19:37
Compare
Choose a tag to compare
  • Adds compatibility with react-redux@6 #417.

This is last tag version for redux-devtools package. We're switching to monorepo and will publish releases for the extension and packages. Thee tags will be moved to redux-devtools package CHANGELOG.

v3.4.2

15 Nov 22:23
Compare
Choose a tag to compare
  • Add support for Redux 4 #400, #409
  • Include Typings in package and fix missing instrument options #402

v3.4.0

16 May 14:58
Compare
Choose a tag to compare

Use prop-types to fix warnings for React 15.3. #358

v3.3.2

12 Jan 19:55
Compare
Choose a tag to compare

v3.3.1

09 May 11:57
Compare
Choose a tag to compare

v3.3.0

09 May 01:50
Compare
Choose a tag to compare

v3.2.0

02 Apr 17:20
Compare
Choose a tag to compare
  • Adds React 15 as a valid peer dependency

  • Adds maxAge option to instrument() to auto-commit old actions (#241)

    DevTools.instrument({ maxAge: 30 })
  • Adds SET_ACTIONS_ACTIVE lifted action for monitor authors who wish to implement toggling many actions at once (#248)

v3.1.1

08 Feb 16:44
Compare
Choose a tag to compare
  • Show the error message in the console rather than just the stack trace when a reducer throws (#240)

v3.1.0

02 Feb 18:08
Compare
Choose a tag to compare