Electron Releases - v14.2.5

npm install electron@v14.2.5
yarn add electron@v14.2.5

Release Notes

Fixes

  • Fixed an issue that the alert() dialog title is corrupted. #32467 (Also in 15, 16, 17)
  • Fixed an issue where ipcRenderer.postMessage would throw errors when the transfer argument was not passed. #32457 (Also in 15, 16, 17)
  • Fixed an issue where the 'maximize' and 'unmaximize' events didn't fire properly on linux. #32499 (Also in 15, 16, 17)
  • Fixed crash when calling webContents.setZoomFactor(1.0). #32618 (Also in 13, 15, 16, 17)
  • Fixed minimized BrowserWindow being restored by BrowserWindow.unmaximize(). #32493 (Also in 15, 16, 17)

Other Changes

  • Backported fix for CVE-2021-38012. #32013
  • Backported fix for CVE-2021-38018. #32022
  • Backported fix for CVE-2021-38019. #32016
  • Backported fix for CVE-2021-4066. #32547
  • Security: backported fix for https://crbug.com/1275020. #32354