Electron v37.0.0-alpha.3
Latest Pre Releasenpm
npm install --save-dev electron@37.0.0-alpha.3
yarn
yarn add --dev electron@37.0.0-alpha.3
Release Notes
Features
Added support for
screen.dipToScreenPoint(point)
andscreen.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