Electron v38.0.0-alpha.7
Latest Pre Releasenpm
npm install --save-dev electron@38.0.0-alpha.7
yarn
yarn add --dev electron@38.0.0-alpha.7
Release Notes
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-smoothing
CSS 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