Electron Releases

Filter by channel Filter by major release

Release Notes for v3.1.0-beta.1

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.1.0-beta.1.

Notable Changes

It's worth highlighting why this release is 3.1.0-beta.1 instead of 3.0.x despite the only changes being bugfixes. Fixing #15813 involved changing Electron to use Chromium's Mojo proxy resolver, which was a large enough change to warrant a new beta cycle instead of releasing straight to stable. However this is the only large change relative to 3.0.x, so it's likely that the 3.1.0 beta cycle will be brief.

Fixes

  • Switch to mojo proxy resolver. #15813
  • Fixed issue where getNativeWindowHandle() would return an empty buffer on macOS. #15803
  • Fixed unnecessary submenu required for services menuitem. #15672

Release Notes for v3.0.0-beta.13

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.13.

Bug Fixes/Changes

  • ci: don't run gn debug build on older branches. #14584

  • fix: Windows Background color issue. #14592

  • refactor: deprecation handling apis. #14615

  • fix: quit properly in simpleFullScreen mode. #14646