npm @redux-devtools/extension 3.0.0
v3.0.0

latest releases: 3.2.5, 3.2.4, 3.2.3...
2 years ago

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!

Don't miss a new extension release

NewReleases is sending notifications on new releases.