Electron v33.0.0-beta.5

npm
npm install --save-dev electron@33.0.0-beta.5
yarn
yarn add --dev electron@33.0.0-beta.5
Google ChromeChromium
130.0.6723.19
Node.jsNode.js
20.17.0
V8V8
13.0.245.10

Release Notes

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