Electron v30.1.0
npm
npm install --save-dev electron@30.1.0
yarn
yarn add --dev electron@30.1.0
Release Notes
Fixes
BrowserWindow.show() now correctly restores focus to inactive apps on macOS. #42306 (Also in 31)
Fixed BrowserWindow vibrancy on macOS. #42263
Fixed an issue where
BrowserView
webContents
were getting destroyed even whenpreventDefault
was being set on the owningBrowserWindow
'sclose
event. #42371Fixed an issue where dialogs did not work if they were parented to a BaseWindow and not a BrowserWindow. #42327 (Also in 31)
Fixed an issue where some calls to WebUSB methods could crash. #42364 (Also in 29, 31)