redux-devtools-log-monitor v1.1.0 Release Notes

Release Date: 2016-10-19 // over 7 years ago
  • 💥 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)