Electron v15.3.2
npm
npm install --save-dev electron@15.3.2
yarn
yarn add --dev electron@15.3.2
Release Notes
Fixes
Fixed
BrowserView.setBackgroundColor()
not working correctly. #31844 (Also in 16)Fixed an issue where BrowserView may sometimes crash on
browserView.webContents.destroy()
. #31841 (Also in 16)Fixed an issue where
BrowserView
s crashed ifview.webContents.destroy()
is called after loading a URL. #31826 (Also in 14, 16)Fixed an issue where playing media would open Accessibility permissions dialog on macOS. #31836 (Also in 16)
Fixed crash in GTK open dialog when trying to preview huge image files. #31820 (Also in 14, 16)
Fixed default label text in GTK dialogs. #31823 (Also in 14, 16)