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

electron v3.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@ckerr ckerr released this 01 Aug 21:04
· 265 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.4.

Bug Fixes / Updates

  • Fixed 3.0.0-beta.1 regression that broke scrollBounce options. #13813
  • Fixed 3.0.0-beta.2 POST failures by testing string encodings before use. #13818
  • Fixed will-attach-webview event firing before src was set. #13761
  • Fixed Widget::OnSizeConstraintsChanged crash. #13822
  • Fixed crash caused by double-freeing remote references. #13734
  • Fixed bug that caused repeatedly calling setVibrancy() to fail. #13863
  • Fixed desktopCapturer API on Windows. #13738
  • Backported process metrics bugfix from Chromium.
  • Use --enable-features and --disable-features. #13805

Other Changes

  • Handle SIGINT and SIGTERM from the Electron CLI helper. #13889
  • Made setTimeout promisify-friendly. #13860

Documentation Updates

0