Electron v38.0.0-alpha.8

npm
npm install --save-dev electron@38.0.0-alpha.8
yarn
yarn add --dev electron@38.0.0-alpha.8
Google ChromeChromium
140.0.7281.0
Node.jsNode.js
22.17.1
V8V8
14.0.136

Release Notes

Fixes

  • Fixed an issue where certain operations performed in a window close callback could trigger a crash. #47812 (Also in 36, 37)

  • Fixed an issue where the accent border was drawn on all windows regardless of the window's active focused status. #47802

  • Fixed applying background material correctly when creating windows on Windows, restored animations, and also fixed the issue where dynamically setting the background material had no effect. #47814

Other Changes

  • Updated Node.js to v22.17.1. #47775