Skip to content

electron v3.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@zeke zeke released this 17 Jul 17:48
· 286 commits to 3-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@3.0.0-beta.3

Breaking Changes

There are no breaking changes in this release

Features

There are no new features in this release

Fixes

  • Fix bug where desktopCapture returned an incomplete list #13693
  • Don't invoke callback after FrameSubscriber is destroyed #13658
  • Enable spell checking, which broke in upgrade to Chromium 66 #13650
  • Enable webview in sandbox renderer #13539
  • Fix crash when opening devtools for frameless window #13680
  • Guard against double-freeing remote references #13637
  • Fix HTML5 Notifications which broke in 3.0.0-beta.1 #13651
  • Remove race condition for executeJavaScript #13692

Other Changes (E.g. Internal refactors or build system updates)

Documentation Updates

Some documentation updates, fixes and reworks: #13665, #13682