Electron v38.0.0-alpha.5

Latest Pre Release
npm
npm install --save-dev electron@38.0.0-alpha.5
yarn
yarn add --dev electron@38.0.0-alpha.5
Google ChromeChromium
140.0.7261.0
Node.jsNode.js
22.17.0
V8V8
14.0.32

Release Notes

Fixes

  • Fixed an issue where an invalid color passed as a string to accentColor would result in a white accent color. #47684

  • Fixed an issue where child windows could crash if they were opened from a fullscreen parent and have roundedCorners set to false. #47681 (Also in 36, 37)