Electron v35.0.0-beta.7
npm
npm install --save-dev electron@35.0.0-beta.7
yarn
yarn add --dev electron@35.0.0-beta.7
Release Notes
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. #45632Fixed 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