Electron Releases - v23.0.0-beta.1

npm install electron@v23.0.0-beta.1
yarn add electron@v23.0.0-beta.1
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Fixes

  • Fixed a crash that could occur when running eval in inline scripts in unsandboxed renderer processes. #36667 (Also in 22)
  • Fixed an issue with incorrect focus ring highlighting when using dialog.showMessageBox(). #36803 (Also in 21, 22)
  • Fixed binary stripping for branded release builds on Linux. #36656 (Also in 21, 22)
  • Fixed warning about duplicate WebSwapCGLLayer symbols when Electron starts on macOS. #36799 (Also in 21, 22)
  • Use the process cache to reduce the memory for asar file. #36665

Other Changes

  • Added node-api: handle no support for external buffers. #36623
  • Updated Chromium to 110.0.5478.5. #36574