Electron v0.31.0
npm
npm install --save-dev electron@0.31.0
yarn
yarn add --dev electron@0.31.0
Release Notes
Changelog:
Upgrade to Chrome 44.
Upgrade to io.js 3.1.0.
The
protocol.registerProtocolandprotocol.interceptProtocolAPIs have been replaced by theprotocol.register[File/String/Buffer/Http]Protocolandprotocol.intercept[File/String/Buffer/Http]ProtocolAPIs.The ffmpeg library is now statically linked to the binary.
Upgrade notice:
Most native modules are broken because of io.js upgrade, module writers need to use NAN v2 to rewrite the modules.
There are breaking changes in
protocolmodule that require users to rewrite code that uses theprotocolmodule.Users no longer need to ship the
ffmpeglibrary along with the app.