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
BrowserViews. #20834Fixed hang when closing a scriptable popup window using the
remotemodule. #20716Fixed memory leaks caused by callbacks not being released when the
remotemodule is used in sub-frames (<iframe>or scriptable popup). #20815