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.7.
Release Notes for v38.0.0-alpha.7
Fixes
- Fixed a child process crash on macOS when the running application is replaced with one that has a newer implementation triggering the sandbox. #47783 (Also in 37)
- Fixed a crash when adding the
-electron-corner-smoothingCSS rule to a stylesheet with no associated document. #47785 (Also in 37) - Fixed an issue where
require('node:sqlite')didn't work. #47757 (Also in 36, 37)
Other Changes
- Updated Chromium to 140.0.7281.0. #47559