Skip to content

electron v27.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 28 Sep 20:02
· 135 commits to 27-x-y since this release
7ed33db

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 install electron@27.0.0-beta.8.

Release Notes for v27.0.0-beta.8

Features

  • Detect system dark theme preference via xdg settings portal on Linux. #40010 (Also in 25, 26)

Fixes

  • Fixed an issue where vibrant windows incorrectly have square corners when they're modals on macOS. #39996
  • Fixed window size constraints not working on macOS. #39992
  • Prevent DWM from redrawing video frames rendered on opaque windows. #40003

Other Changes