Electron Releases - v15.3.2

npm install electron@v15.3.2
yarn add electron@v15.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 BrowserViews crashed if view.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)