Skip to content

v2.1.0

Compare
Choose a tag to compare
@zalmoxisus zalmoxisus released this 22 Jun 10:08
· 516 commits to master since this release

Support Electron DevTools extension

2016-06-21 9 00 17
Thanks to @jhen0409 and @lestad for implementing this! You can use it with electron-devtools-installer along with React Devtools and other extensions. The only issue is that Import button doesn't work.

Updated API

window.devToolsExtension.updateStore now have optional instanceId parameter required when having multiple instances (stores) in one tab.

Fixes

  • Fixed support for multiple instances (stores) in one tab.
  • Include stack trace when throwing an exception in Chrome Devtools panel.