Electron Releases - v6.1.5

npm install electron@v6.1.5
yarn add electron@v6.1.5

Release Notes

Fixes

  • Disabled Touch Bar typing suggestions with autocorrect=off and spellcheck=false. #21191
  • Fixed ENOMEM error with Node.js child_process when using empty options.env. #21141
  • Fixed <webview>.capturePage() resolving with an empty object instead of NativeImage instance. #21105
  • Fixed backgroundThrottling: false not having an effect. #21014
  • Fixed broken globalShortcut.registerAll() on Windows and Linux. #20982
  • Fixed broken focus with OOPIF embedded inside webview. #21221
  • Fixed context menu disappearing when showing. #21226
  • Fixed crash using v8 Date.toLocale* api with invalid locales. #21188
  • Fixed exiting HTML fullscreen for cross-origin iframes (e.g. YouTube) while in macOS fullscreen. #21020
  • Fixed flickering when maximizing and restoring frameless windows. #21206
  • Fixed incorrect size of windows on differently scaled monitors. #21137