Electron v45.0.0-alpha.3

Latest Pre Release
npm
npm install --save-dev electron@45.0.0-alpha.3
yarn
yarn add --dev electron@45.0.0-alpha.3
Google ChromeChromium
154.0.8029.0
Node.jsNode.js
24.19.0
V8V8
15.4.67

Release Notes

Fixes

  • Fixed an intermittent crash at startup on Linux caused by a race between Pango and the main thread initializing fontconfig. #53338 (Also in 43, 44)

  • Fixed main process crashes when navigating to http://accessibility/ or http://devtools/, when using the LanguageModel API from a Worker with a local AI handler registered, when an extension background page used navigator.mediaDevices, and when calling SerialPort.forget() for a disconnected device. #53325 (Also in 43, 44)

  • Fixed the PDF viewer failing to save an edited PDF with NotAllowedError: Third party iframes are not allowed to show a file picker. #53326 (Also in 43, 44)