Electron v0.29.2
npm
npm install --save-dev electron@0.29.2
yarn
yarn add --dev electron@0.29.2
Release Notes
Changelog:
Pressing
backspace
won't trigger a navigation back anymore.The
node-integration
option of the window opened bywindow.open
now inherits opener window's option by default.Fix reversed
PageUp
andPageDown
accelerators.Fix
name
not working inwindow.open
.Fix wrong time zone in pepper plugins.
Fix calling
window.moveTo
andwindow.resizeTo
causing exceptions in the main process.Check whether object is alive before calling its methods.
Windows
Fix
fullscreen
flag ofBrowserWindow
not working.Fix
-webkit
cursors not working.
Linux
Fix HTTPS websites not loading.