Skip to content

Releases: reduxjs/redux-devtools

v2.0.0

01 Sep 01:42
Compare
Choose a tag to compare

v1.1.2

26 Aug 17:06
Compare
Choose a tag to compare
  • Extract react-json-tree into a separate project (#86). Shouldn't affect you anyhow.

v1.1.1

23 Aug 23:57
Compare
Choose a tag to compare

v1.1.0

23 Aug 00:29
Compare
Choose a tag to compare
  • Adds support for displaying Iterables such as Immutable collections and Maps. (#79)

v1.0.2

12 Aug 20:56
Compare
Choose a tag to compare
  • Minor bugfix to make #35 compatible with #49

v1.0.1

12 Aug 20:51
Compare
Choose a tag to compare
  • Fixes DebugPanel obscuring the content after you hide DevTools with Ctrl+H (#54, #53, #58)
  • Adds timestamps to lifted state for alternative monitors wanting to know when actions happened (#35)

v1.0.0

12 Aug 13:33
Compare
Choose a tag to compare

New built-in monitor

Built-in LogMonitor now supports:

  • Tree view;
  • Themes (try theme='bright')
  • Highlighting changed properties.

Thanks to @dzannotti and @nicinabox.

v0.2.0

07 Aug 16:50
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Updates React Redux dependency to 0.5.0. Shouldn't be a breaking change (even if you use an older version), but bumping minor for some safety.

v0.1.3

05 Aug 00:29
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • 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

20 Jul 20:25
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • 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)