Releases: reduxjs/redux-devtools
Releases · reduxjs/redux-devtools
v0.1.3
- When there is an error in reducer, it is now printed to the console
- “Sweep” now works correctly with monitors that use
currentStateIndex
- Scrollbar is removed when dev tools are hidden
- You can now pass custom
style
overrides to DebugPanel
v0.1.2
- Add Ctrl+H shortcut to hide/show DevTools while try are mounted
- Add
this.props.setMonitorState
and this.props.monitorState
to the Monitor
contract so monitors can store UI state (potentially across sessions with persistState
)
- Fix
replaceReducer
call crash (#16)
v0.1.1
- Adds
this.props.currentStateIndex
and this.props.jumpToState
to the monitor contract to make it easy to implement slider-like custom monitors
v0.1.0
- Initial release for testing and feeback