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@23.0.0-beta.1
.
Release Notes for v23.0.0-beta.1
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