8000 Release electron v2.0.0-beta.8 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

electron v2.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 26 Apr 15:56
· 224 commits to 2-0-x since this release

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@2.0.0-beta.8.

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
0