All Versions
10
Latest Version
Avg Release Cycle
43 days
Latest Release
2889 days ago
Changelog History
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 totrue
to show only the logs without the top button bar.
-
v1.1.1 Changes
October 27, 2016โช Revert the previous breaking change. Now
expandActionRoot
andexpandStateRoot
don't expand the whole object, and aretrue
by default. -
v1.1.0 Changes
October 19, 2016๐ฅ Breaking
0๏ธโฃ
expandActionRoot
andexpandStateRoot
properties are nowfalse
by default. When set totrue
, the whole object gets expanded (not only the root as before).Identify actions from "the future" when time travelling
Big thanks to @jrullmann for describing it in reduxjs/redux-devtools#295.
Mark the state's values which were changed
๐ To use it, set the new
markStateDiff
property totrue
. Keep in mind that it affects the performance significantly! You might also want to setexpandStateRoot
totrue
as well when enabling it.Misc
-
v1.0.11 Changes
April 17, 2016 -
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)
- ๐ Better support for
-
v1.0.8 Changes
April 02, 2016 -
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)