Electron v28.1.2
npm
npm install --save-dev electron@28.1.2
yarn
yarn add --dev electron@28.1.2
Release Notes
Fixes
Fixed a partition alloc ref count check for higher MacOS versions. #40765 (Also in 29)
Fixed default protocol handler behavior on Windows. #40909
Fixed the enabled/disabled behavior of the maximize/fullscreen button of macOS windows. #40896 (Also in 27, 29)
Unset all Node envs in node process when parent is a foreign process. #40880 (Also in 26, 27, 29)
Other Changes
Updated Chromium to 120.0.6099.199. #40762