Electron v6.1.3
npm
npm install --save-dev electron@6.1.3
yarn
yarn add --dev electron@6.1.3
Release Notes
Fixes
Fixed a crash in Menus related to
menu.popup()
. #20786Fixed crashes when calling
webContents.printToPDF()
multiple times. #20811Fixed flicker when switching between
BrowserView
s. #20834Fixed hang when closing a scriptable popup window using the
remote
module. #20716Fixed memory leaks caused by callbacks not being released when the
remote
module is used in sub-frames (<iframe>
or scriptable popup). #20815