Skip to content

Releases: firejune/electron-react-devtools

React DevTools for Electron v0.1.3

24 May 10:34
Compare
Choose a tag to compare

Changelog:

  • Fix display disconnectd message on websocket.

React DevTools for Electron v0.1.2

24 May 10:24
Compare
Choose a tag to compare

Changelog:

  • Now pub/sub using websocket each process.
  • Change the injection script loading.
  • Fix crash when page refresh in electron.
  • Add target node and remove transform-runtime in webpack

React DevTools for Electron v0.1.1

24 May 07:07
Compare
Choose a tag to compare

Changelog:

  • Pub/sub using __REACT_DEVTOOLS_GLOBAL_HOOK__
  • Resolve static file path.
  • Remove console.debug.
  • Fix typo.

React DevTools for Electron v0.1.0

24 May 06:51
Compare
Choose a tag to compare

Changelog:

  • Published v0.1.0 to npm.
  • Remove the chrome.remote* APIs.
  • Add ugly pub/sub data transfer.
  • Change bundling options for native ES2015.