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@24.0.0-beta.1
.
Release Notes for v24.0.0-beta.1
Fixes
- Fixed an issue where unhandled rejections could cause duplicate logs in some cases. #37500
- Fixed draggable regions not working in Mac App Store builds. #37474 (Also in 23)
app.showAboutPanel()
no longer blocks the main thread on Windows or Linux, thus matching macOS. #37508
Other Changes
- Updated Chromium to 111.0.5563.50. #37223