github electron/electron v10.0.0-beta.12
electron v10.0.0-beta.12

latest releases: v32.0.0-nightly.20240426, v32.0.0-nightly.20240425, v32.0.0-nightly.20240424...
pre-release3 years ago

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.

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

Don't miss a new electron release

NewReleases is sending notifications on new releases.