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 thetransfer
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)