Releases: electron/electron
electron v37.0.0-beta.7
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install [email protected]
.
Release Notes for v37.0.0-beta.7
Fixes
- Fixed an issue on application close on Windows, where not all processes are quit on close. #47485
electron v36.5.0
Release Notes for v36.5.0
Features
- Added
before-mouse-event
to allow intercepting and preventing mouse events in WebContents. #47365 (Also in 37) - Added the priority and priorityIncremental options to net.request(). #47320 (Also in 37)
- Exposed
win.isContentProtected()
to allow developers to check window protection status. #47311 (Also in 37)
Fixes
- Fixed
addChildView()
crashes when adding a closed WebContentsView. #47340 (Also in 35, 37) - Fixed a potential crash using
session.clearData
in some circumstances. #47411 (Also in 35, 37) - Fixed an error when importing
electron
for the first time from an ESM module loaded by a CJS module in a packaged app. #47343 (Also in 35, 37) - Fixed an issue where calling
Fetch.continueResponse
via debugger withWebContentsView
could cause a crash. #47442 (Also in 35, 37) - Partially fixes an issue with printing a PDF via
webContents.print()
where the callback would not be called. #47400 (Also in 35, 37)
Other Changes
electron v37.0.0-beta.6
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install [email protected]
.
Release Notes for v37.0.0-beta.6
electron v37.0.0-beta.5
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install [email protected]
.
Release Notes for v37.0.0-beta.5
Features
Fixes
electron v37.0.0-beta.4
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install [email protected]
.
Release Notes for v37.0.0-beta.4
Features
- Added
before-mouse-event
to allow intercepting and preventing mouse events in WebContents. #47364 (Also in 36) - Exposed
win.isContentProtected()
to allow developers to check window protection status. #47310 (Also in 36)
Fixes
- Fixed
addChildView()
crashes when adding a closed WebContentsView. #47338 (Also in 35, 36) - Fixed a potential crash using
session.clearData
in some circumstances. #47412 (Also in 35) - Fixed an error when importing
electron
for the first time from an ESM module loaded by a CJS module in a packaged app. #47342 (Also in 35, 36) - Fixed an issue where printing PDFs with
webContents.print({ silent: true })
would fail. #47397 - Partially fixes an issue with printing a PDF via
webContents.print()
where the callback would not be called. #47398 (Also in 35)
Other Changes
electron v37.0.0-beta.3
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install [email protected]
.
Release Notes for v37.0.0-beta.3
Other Changes
- Security: backported fix for CVE-2025-5419. #47352
- Updated Chromium to 138.0.7190.0. #47349
electron v35.5.1
Release Notes for v35.5.1
Fixes
- Fixed
addChildView()
crashes when adding a closed WebContentsView. #47339 - Fixed crash in
autoUpdater
on macOS when zip extraction failed. #47299 (Also in 34, 36, 37) - Fixed crash when pausing in loops due to missing context when desugared. #47286
Other Changes
- Security: backported fix for CVE-2025-5419. #47354
electron v34.5.8
electron v36.4.0
electron v37.0.0-beta.2
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install [email protected]
.
Release Notes for v37.0.0-beta.2
Fixes
Documentation
- Documentation changes: #47297