All Versions
19
Latest Version
Avg Release Cycle
103 days
Latest Release
1581 days ago

Changelog History
Page 1

  • v3.6.1

    August 14, 2020
  • v3.5.0 Changes

    December 21, 2018
    • โž• 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 Changes

    November 15, 2018
    • โž• Add support for Redux 4 #400, #409
    • ๐Ÿ“ฆ Include Typings in package and fix missing instrument options #402
  • v3.4.0 Changes

    May 16, 2017

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

  • v3.3.2 Changes

    January 12, 2017
  • v3.3.1 Changes

    May 09, 2016
  • v3.3.0 Changes

    May 09, 2016
  • v3.2.0 Changes

    April 02, 2016

    โž• 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 Changes

    February 08, 2016
    • ๐Ÿ‘‰ Show the error message in the console rather than just the stack trace when a reducer throws (#240)
  • v3.1.0 Changes

    February 02, 2016
    • ๐Ÿ‘‰ Uses Lodash 4.2.0 instead of 3.x (#237)
    • โž• Adds a bunch of sanity checks (#232, #235, 8316de0)