Electron v37.2.3
Latest Stablenpm
npm install --save-dev electron@37.2.3
yarn
yarn add --dev electron@37.2.3
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. #47784 (Also in 38)
Fixed a crash when adding the
-electron-corner-smoothing
CSS rule to a stylesheet with no associated document. #47792Fixed an issue where
require('node:sqlite')
didn't work. #47756 (Also in 36, 38)