Electron Releases - v28.2.0

npm install electron@v28.2.0
yarn add electron@v28.2.0

Release Notes

Features

  • Added net module to utility process. #40967 (Also in 27, 29)

Fixes

  • Fixed session.fromPartition() key lookup bug. #41083 (Also in 29)
  • Fixed a potential crash when calling dialog.showMessageBoxSync. #41042 (Also in 27, 29)
  • Fixed a potential renderer crash when inspecting elements. #40981
  • Fixed macOS bug that causes window maximize button to be disabled in full-screen mode. #41028 (Also in 27, 29)

Other Changes

  • Updated Chromium to 120.0.6099.227. #41075