Electron v25.0.0-beta.7

npm
npm install --save-dev electron@25.0.0-beta.7
yarn
yarn add --dev electron@25.0.0-beta.7
Google ChromeChromium
114.0.5735.16
Node.jsNode.js
18.15.0
V8V8
11.4.183.4

Release Notes

Features

  • Added several new cursor values to the cursor-changed event. #38363

Fixes

  • Fixed an issue where BrowserWindow.isMaximized() could incorrectly return true for minimized or fullscreened windows on macOS. #38307 (Also in 23, 24)

  • Fixed an issue where BrowserWindow.isVisible() would incorrectly return true for minimized windows on Windows. #38314 (Also in 23, 24)

  • Fixed an issue where getNormalBounds() returns incorrect bounds for transparent maximized windows on Windows. #38348

  • Fixed an issue where accessing BrowserWindow.id threw an error after the window was destroyed. #38311 (Also in 23, 24)

  • Fixed an issue where calling win.minimize() directly after calling win.maximize(), and then calling win.isMaximized() incorrectly returns true. #38345 (Also in 23, 24)

Other Changes

  • Backported fix for 1404797. #38333