Electron v37.0.0-alpha.3

Latest Pre Release
npm
npm install --save-dev electron@37.0.0-alpha.3
yarn
yarn add --dev electron@37.0.0-alpha.3
Google ChromeChromium
138.0.7156.0
Node.jsNode.js
22.14.0
V8V8
13.8.23

Release Notes

Features

  • Added support for screen.dipToScreenPoint(point) and screen.screenToDipPoint(point) on Linux X11. #46895

Fixes

  • Fixed an issue where transparent child windows on macOS were rendering a grey block as opposed to their correct contents. #46891 (Also in 35, 36)

  • Fixed log files written to the current working directory on Windows. #46910 (Also in 36)

  • Fixed xdg portal version detection for file dialogs on linux. #46922 (Also in 36)

Other Changes

  • Updated Chromium to 138.0.7156.0. #46913