Skip to content

Fixes and deprecations

Compare
Choose a tag to compare
@zalmoxisus zalmoxisus released this 02 Dec 14:44
· 215 commits to master since this release

Deprecate undocumented getMonitor parameter

In 2.3 we've introduced a method to expose the monitors API (see the release details). The purpose was to let users know when it is dispatched a monitor action or moving back and forth. So one can prevent side effects when time travelling or cancelling actions (see #86, #145, reduxjs/redux-devtools#167).

However, in 2.7 we added a better solution, to lock all the changes (see the post for details). So, we're deprecating getMonitor parameter, which is not necessary anymore. In case you still have a reason to use it, please open an issue.

Fixes

  • Fix Import / Export for non-redux apps.
  • Don't send the state twice after importing.
  • Fix styles in devpanel.