Big update of Redux DevTools monitors
Time travelling by just jumping to a specific action (#60)
- Visually identify actions from the future.
- Jump to a corresponding state of a specific action.
Reorder actions (alexkuz/redux-devtools-inspector#64)
Just drag and drop specific actions. It will help to check weird race conditions as stated here and also to better debug features.
Skip multiple actions at once (gaearon/redux-devtools-log-monitor#47)
Hold shift
key while toggling actions:
Persist states right from the extension (#276)
By toggling the Persist
button, the states won't be removed from the monitor on unloading the page and will be restored on reload:
Other fixes and improvements:
- Support for ES6 Symbols in action types (alexkuz/redux-devtools-inspector#63).
- Improve styling (alexkuz/redux-devtools-inspector#61).
- Better autoscroll behaviour (alexkuz/redux-devtools-inspector#54).
- More detailed preview and diff for wide layout (alexkuz/redux-devtools-inspector#51).
- Less verbose data in the Chart tooltip (reduxjs/d3-state-visualizer#8).
- Fix
disconnect
method (#272). - Support for immutable data export/import (#278).