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 electron@35.0.0-beta.7
.
Release Notes for v35.0.0-beta.7
Features
- Added
webContents.navigationHistory.restore(index, entries)
API that allows restoration of navigation history. #45583 (Also in 34)
Fixes
- Fixed
v8.setHeapSnapshotNearHeapLimit
api in main and utility process, along with support for--diagnostic-dir
Node.js cli flag to specify the directory to save the heap snapshots. #45632 - Fixed a crash that could occur in OSR on window close. #45630
- Fixed a potential issues permissions in the Pointer Lock API after focus loss and regain. #45628 (Also in 34)
Other Changes
- Updated Node.js to v22.13.1. #45216