Electron v27.3.0

npm
npm install --save-dev electron@27.3.0
yarn
yarn add --dev electron@27.3.0
Google ChromeChromium
118.0.5993.159
Node.jsNode.js
18.17.1
V8V8
11.8.172.18

Release Notes

Features

  • Added net module to utility process. #40968 (Also in 28, 29)

Fixes

  • Fixed a potential crash when calling dialog.showMessageBoxSync. #41041 (Also in 28, 29)

  • Fixed an issue where non-modal windows with vibrancy could have incorrectly rounded corners on Sonoma. #41035 (Also in 29)

  • Fixed macOS bug that causes window maximize button to be disabled in full-screen mode. #41027 (Also in 28, 29)