Skip to content

Releases: gaearon/redux-devtools-log-monitor

v1.3.0

25 Apr 20:35
Compare
Choose a tag to compare
  • Fix PropTypes deprecation warnings react >= 15.5.0 (#65)
  • Use theme color for changed data

v1.2.0

04 Jan 10:25
Compare
Choose a tag to compare
  • 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

27 Oct 13:14
Compare
Choose a tag to compare

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

v1.1.0

19 Oct 19:58
Compare
Choose a tag to compare

### Breaking

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

17 Apr 00:16
Compare
Choose a tag to compare
  • Update react-json-tree and fix a deprecation warning (#51, #52)

v1.0.10

14 Apr 20:38
Compare
Choose a tag to compare
  • Performance optimizations to avoid wasted renders (#48)

v1.0.9

03 Apr 00:09
Compare
Choose a tag to compare
  • Better support for Symbol action types (#29)

v1.0.8

02 Apr 20:34
Compare
Choose a tag to compare
  • Update react-json-tree. The new version has a bigger click area and has a neat way of displaying large states:

v1.0.7

02 Apr 18:21
Compare
Choose a tag to compare
  • Prevents an unnecessary propType warning on React 15

v1.0.6

02 Apr 17:27
Compare
Choose a tag to compare
  • Add React 15 compatibility
  • Warn but not throw when the monitor is rendered without being included in the store configuration (#36)