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@33.0.0-beta.5
.
Release Notes for v33.0.0-beta.5
Features
- Added error event in utility process to support diagnostic reports on V8 fatal errors. #43997
Fixes
- Fixed a build failure when the
enable_plugins
build flag is false. #44025 - Fixed an issue where an exception could be thrown on BrowserView after its owner BrowserWindow was closed. #44000 (Also in 31, 32)
Other Changes
- Updated Chromium to 130.0.6723.19. #43975