Electron Releases - v2.0.0-beta.8

npm install electron@v2.0.0-beta.8
yarn add electron@v2.0.0-beta.8
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Bug Fixes/Changes

  • Changed to make sure webContents.isOffscreen() is always available. #12531

  • Fixed BrowserWindow.getFocusedWindow() when DevTools is undocked and focused. #12554

  • Fixed preload not loading in sandboxed render if preload path contains special chars. #12643

  • Fixed the default of allowRunningInsecureContent as per docs. #12629

  • Fixed transparency on nativeImage. #12683

  • Fixed issue with Menu.buildFromTemplate. #12703

macOS

  • Fixed event leak on reuse of touchbar item. #12624