Redux Devtools Dispatch Versions Save

Dispatch your actions manually to test if your app reacts well.

v2.2.0

8 years ago
  • Add dispatchFn prop so you can pass a dispatch function different than the store you use in your <Provider>, see #7
  • Fix dispatch button position when used with others monitors, see #6

Thanks @zalmoxisus for this addition and fix.

v2.1.0

8 years ago
  • Small addition : you can specify a rest parameter that will be given to the action creator as arguments, useful when you use redux-actions package.
  • New examples with redux-actions and without it
  • React 15 support

v2.0.1

8 years ago
  • You now have to install redux-devtools-multiple-monitors if you want to use MultipleMonitors since it is not shipped with this package anymore.
  • Fix #4 to display function names by property in exported object when created anonymously (created with redux-actions for example)

1.0.0

8 years ago
  • New actionCreators props : you can inject an object or array containing your action creators, they will be callable from the interface
  • Error handling because we all make mistakes !
  • You code is now interpreted, so you can write a callback that will be dispatched and catched by any middleware (redux-thunk for example) you want !

v0.2.0

8 years ago

Just like LogMonitor, theme prop is supported, yay !

v0.1.1

8 years ago

Forgot that innerText was from IE, Firefox has not implemented it in the current version.

v0.1.0

8 years ago

Basic working version, you type your JSON, click on dispatch and the action is fired !