Skip to content

v3.0.0

Compare
Choose a tag to compare
@gaearon gaearon released this 14 Dec 04:35

Finally, a stable 3.0 release! There are just a couple of changes since the latest beta:

  1. The monitor API has changed: the reducer static method must now be called update, and its signature has changed from (state, action, props) => state to (props, state, action) => state. This should be easy to fix in any monitor.
  2. We now have a much more detailed README, both for Redux DevTools and two its “official” monitors: LogMonitor and DockMonitor.
  3. Note that DockMonitor slightly changed its API before going 1.0: make sure to replace toggleVisibilityKey='h' with toggleVisibilityKey='ctrl-h' (or whatever you like it), and do the same for changePositionKey.

Cheers!