Releases: electron/electron
electron v38.0.0-alpha.7
Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install electron@38.0.0-alpha.7
.
Release Notes for v38.0.0-alpha.7
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
electron v37.2.3
Release Notes for v37.2.3
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. #47792 - Fixed an issue where
require('node:sqlite')
didn't work. #47756 (Also in 36, 38)
electron v37.2.2
electron v35.7.2
electron v38.0.0-alpha.6
Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install electron@38.0.0-alpha.6
.
Release Notes for v38.0.0-alpha.6
electron v36.7.1
Release Notes for v36.7.1
Fixes
- Fixed a crash when calling
desktopCapturer.getSources
with an empty thumbnail size. #47651 (Also in 37, 38) - Fixed an issue where child windows could crash if they were opened from a fullscreen parent and have
roundedCorners
set tofalse
. #47683 (Also in 37, 38) - Fixed an issue where printing PDFs with
webContents.print({ silent: true })
would fail. #47624 (Also in 37) - Fixed an issue where the window required restart in order to recognize system accent color setting change. #47657 (Also in 37, 38)
electron v38.0.0-alpha.5
Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install electron@38.0.0-alpha.5
.
Release Notes for v38.0.0-alpha.5
Fixes
electron v37.2.1
Release Notes for v37.2.1
Fixes
- Fixed a crash when calling
desktopCapturer.getSources
with an empty thumbnail size. #47653 (Also in 36, 38) - Fixed an issue where child windows could crash if they were opened from a fullscreen parent and have
roundedCorners
set tofalse
. #47682 (Also in 36, 38) - Fixed an issue where the window required restart in order to recognize system accent color setting change. #47656 (Also in 36, 38)
electron v38.0.0-alpha.4
Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install electron@38.0.0-alpha.4
.
Release Notes for v38.0.0-alpha.4
Fixes
- Fixed a crash when calling
desktopCapturer.getSources
with an empty thumbnail size. #47652 (Also in 36, 37) - Fixed an issue where the window required restart in order to recognize system accent color setting change. #47658 (Also in 36, 37)
Other Changes
- Updated Chromium to 140.0.7261.0. #47617