Electron v39.0.0-beta.3

Latest Pre Release
npm
npm install --save-dev electron@39.0.0-beta.3
yarn
yarn add --dev electron@39.0.0-beta.3
Google ChromeChromium
142.0.7417.0
Node.jsNode.js
22.20.0
V8V8
14.2.133

Release Notes

Fixes

  • Fixed Windows dialog.showMessageBox default button handling. #48521 (Also in 36, 37, 38)

  • Fixed an issue where shell.openExternal caused an unexpected dialog to open when there was no app suitable to open the url. #48518 (Also in 38)

  • Fixed an issue where authentication via websockets can crash. #48541

  • Fixed an issue where changing the resizable property on a window would break the styles of a transparent window. #48501 (Also in 38)

  • Fixed crash when inspector agent attempts to evaluate on provisional frames. #48515