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
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