Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install electron@38.0.0-alpha.8
.
Release Notes for v38.0.0-alpha.8
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