All Versions
10
Latest Version
Avg Release Cycle
43 days
Latest Release
2889 days ago

Changelog History

  • v1.3.0 Changes

    April 25, 2017
    • ๐Ÿ›  Fix PropTypes deprecation warnings react >= 15.5.0 (#65)
    • ๐Ÿ‘‰ Use theme color for changed data
  • v1.2.0 Changes

    January 04, 2017
    • Shift toggle - hold shift key to toggle multiple actions (#47) .
    • Hide button bar - set hideMainButtons prop to true to show only the logs without the top button bar.
  • v1.1.1 Changes

    October 27, 2016

    โช Revert the previous breaking change. Now expandActionRoot and expandStateRoot don't expand the whole object, and are true by default.

  • v1.1.0 Changes

    October 19, 2016

    ๐Ÿ’ฅ Breaking

    0๏ธโƒฃ expandActionRoot and expandStateRoot properties are now false by default. When set to true, the whole object gets expanded (not only the root as before).

    Identify actions from "the future" when time travelling

    ๐Ÿฑ demo

    Big thanks to @jrullmann for describing it in reduxjs/redux-devtools#295.

    Mark the state's values which were changed

    ๐Ÿฑ image

    ๐ŸŽ To use it, set the new markStateDiffproperty to true. Keep in mind that it affects the performance significantly! You might also want to set expandStateRoot to true as well when enabling it.

    Misc

    • โšก๏ธ Update react-json-tree to 0.10 (#54)
    • ๐ŸŒฒ select property is not required (#57)
    • ๐ŸŒฒ Consider null as a valid type (#55)
  • v1.0.11 Changes

    April 17, 2016
    • โšก๏ธ Update react-json-tree and fix a deprecation warning (#51, #52)
  • v1.0.10 Changes

    April 14, 2016
    • ๐ŸŽ Performance optimizations to avoid wasted renders (#48)
  • v1.0.9 Changes

    April 03, 2016
    • ๐Ÿ‘ Better support for Symbol action types (#29)
  • v1.0.8 Changes

    April 02, 2016
    • โšก๏ธ Update react-json-tree. The new version has a bigger click area and has a neat way of displaying large states:

    ๐Ÿฑ

  • v1.0.7 Changes

    April 02, 2016
    • โš  Prevents an unnecessary propType warning on React 15
  • v1.0.6 Changes

    April 02, 2016
    • โž• Add React 15 compatibility
    • ๐Ÿ”ง Warn but not throw when the monitor is rendered without being included in the store configuration (#36)