npm electron 43.0.0-beta.1
electron v43.0.0-beta.1

3 hours 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@43.0.0-beta.1.

Release Notes for v43.0.0-beta.1

Fixes

  • Fixed the context menu in a detached DevTools window focusing the inspected page's window instead of the DevTools window. #51863 (Also in 42)

Other Changes

  • Enabled ThinLTO on macOS builds. #51819 (Also in 42)
  • Fixed silent data truncation in Buffer/TextEncoder APIs and a crash in fs.writeFileSync with non-ASCII strings on Apple Silicon. #51850 (Also in 41, 42)
  • Improved app startup performance — the main process now boots from an embedded Node.js startup snapshot, framework bundles and preload scripts are cached as compiled V8 bytecode, and sandboxed renderer startup data is pushed ahead of navigation instead of fetched via blocking IPC. Preload stack traces now show the correct file path and line number. #51792 (Also in 42)
  • Improved performance of Linux and Windows release builds by enabling ThinLTO link-time optimization for the main Electron binary. #51820 (Also in 42)
  • Improved runtime performance. #51829 (Also in 42)
  • Removed showHiddenFiles support from the dialog API on Linux. #51880
  • Updated Chromium to 150.0.7863.0. #51799

Don't miss a new electron release

NewReleases is sending notifications on new releases.