Electron v3.0.4

npm
npm install --save-dev electron@3.0.4
yarn
yarn add --dev electron@3.0.4
Google ChromeChromium
66.0.3359.181
Node.jsNode.js
10.2.0
V8V8
6.6.346.32

Release Notes

Bug Fixes/Changes

  • fix: setMaximizable to be true if window is resizable & maximizable. #15032

  • fix: Check minSize constraints before resizing (backport: 3-0-x). #15038

  • fix: Lifetime of auth_info_ in login handler. #15044

  • fix: handle shortcuts by default if no WebPreferences object exists. #15066

  • fix: update accelerator patch to handle recent chromium fixes. #15072