Electron Releases

Filter by channel Filter by major release

Release Notes for v14.2.2

Fixes

  • Fixed BrowserView.setBackgroundColor() not working correctly. #31845 (Also in 15, 16)
  • Fixed a potential issue when setting backgroundColor on BrowserViews. #31945 (Also in 15, 16, 17)
  • Fixed an issue where BrowserView may sometimes crash on browserView.webContents.destroy(). #31840 (Also in 15, 16)
  • Fixed an issue where BrowserViews crashed if view.webContents.destroy() is called after loading a URL. #31825 (Also in 15, 16)
  • Fixed crash in GTK open dialog when trying to preview huge image files. #31819 (Also in 15, 16)
  • Fixed default label text in GTK dialogs. #31822 (Also in 15, 16)
  • Fixed respecting aspect ratio when maximum size is set on BrowserWindow. #31955 (Also in 15, 16, 17)
  • Fixed window frame glitch when calling setContentProtection. #31831 (Also in 13, 15, 16)

Other Changes

  • Backported fix for CVE-2021-38005. #31920
  • Backported fix for CVE-2021-38007. #31911
  • Backported fix for CVE-2021-38009. #31928
  • Backported fix for CVE-2021-38010. #31903
  • Backported fix for CVE-2021-38011. #31900