Skip to content

electron v7.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 15 Aug 04:41
· 137 commits to 7-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@7.0.0-beta.3.

Release Notes for v7.0.0-beta.3

Features

  • Added new nativeTheme API to read and respond to changes in the OS's theme and color scheme. #19758

Fixes

  • Fixed BrowserWindow's will-resize event returning wrong bounds on macOS. #19680
  • Fixed a crash in window.print(). #19728
  • Fixed async Node APIs not working after received IPC message. #19722
  • Fixed bug where inputs would lose focus when opening the menu bar, preventing many menu items (Edit/Copy/Paste/etc.) to be unusable on Windows and Linux. #19706
  • Normalized out-of-bound value behavior for the setOpacity() API in BrowserWindow. #19673
  • Updated Node.js to v12.8.0. #19726