Electron v6.1.3

npm
npm install --save-dev electron@6.1.3
yarn
yarn add --dev electron@6.1.3
Google ChromeChromium
76.0.3809.146
Node.jsNode.js
12.4.0
V8V8
7.6.303.31

Release Notes

Fixes

  • Fixed a crash in Menus related to menu.popup(). #20786

  • Fixed crashes when calling webContents.printToPDF() multiple times. #20811

  • Fixed flicker when switching between BrowserViews. #20834

  • Fixed hang when closing a scriptable popup window using the remote module. #20716

  • Fixed memory leaks caused by callbacks not being released when the remote module is used in sub-frames (<iframe> or scriptable popup). #20815