Releases: reduxjs/redux-devtools
Releases · reduxjs/redux-devtools
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