Releases: reduxjs/redux-devtools
Releases · reduxjs/redux-devtools
react-json-tree@0.12.0
0.12.0 (2020-07-30)
Bug Fixes
Features
- react-json-tree: mark deprecated React lifecycle methods as unsafe (#483)
BREAKING CHANGES
- drop support for react@<16.3.0
redux-devtools@3.6.0
3.6.0
Features
- redux-devtools: update react-redux peer dependency (#482)
v3.5.0
- 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
- Add support for Redux 4 #400, #409
- Include Typings in package and fix missing instrument options #402
v3.4.0
Use prop-types
to fix warnings for React 15.3. #358
v3.2.0
-
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
- Show the error message in the console rather than just the stack trace when a reducer throws (#240)