Electron Releases

Filter by channel Filter by major release

Release Notes for v10.0.0-beta.12

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@10.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

Release Notes for v10.0.0-beta.11

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@10.0.0-beta.11.

Other Changes

  • Updated Chromium to 85.0.4183.20. #24487