Electron: v10.0.0-beta.12 Release

Release date:
July 16, 2020
Previous version:
v10.0.0-beta.11 (released July 13, 2020)
Magnitude:
18 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v10.0.0-beta.12

trop[bot]
electron-bot
codebytere

Directory Browser for v10.0.0-beta.12

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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 [email protected].

# Release Notes for v10.0.0-beta.12

Fixes

  • Fixed an issue where webContents.print() would sometimes hang with invalid settings. #24507
  • Fixed an issue where cpu and heap profiling in Node.js did not work properly with --cpu-prof, --heap-prof, and related CLI flags. #24540
  • Fixed an issue where macOS window vibrancy active state did not always match the active state of the window. #24532
  • Fixed broken --trace-sync-io flag in Node.js. #24544
  • Fixed potentially invalid duplex mode settings on Linux. #24527

Other Changes

  • Improved the performance of sending JS primitives over the context bridge. #24551
  • Updated Chromium to 85.0.4183.26. #24574

Documentation

  • Documentation changes: #24514