Electron v1.0.0
npm
npm install --save-dev electron@1.0.0
yarn
yarn add --dev electron@1.0.0
Release Notes
Changelog:
Bump version number to 1.0.0.
Remove deprecated APIs. #5373
Migration notice:
Please update your app to v0.37.8 first to check whether there are deprecated APIs usages.
Following deprecated events of
BrowserWindowhave been removed but there were no deprecation warnings in previous versions, you should use the corresponding events inwebContentsinstead:crashdevtools-focuseddevtools-openeddevtools-closed
NativeImage.toDataUrlhas been removed but there were no deprecation warnings in previous versions, you should usetoDataURLinstead.