Skip to content

v1.1.0

Compare
Choose a tag to compare
@zalmoxisus zalmoxisus released this 19 Oct 19:58
· 17 commits to master since this release

### 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)