Electron v27.3.0
npm
npm install --save-dev electron@27.3.0
yarn
yarn add --dev electron@27.3.0
Release Notes
Features
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)