Electron Releases - v18.3.2

npm install electron@v18.3.2
yarn add electron@v18.3.2

Release Notes

Fixes

  • Fixed an issue where pressing escape would not un-fullscreen on Windows or Linux in some circumstances. #34361 (Also in 19)
  • Fixed an issue where zombie windows can be created if window.close() is called during a fullscreen transition. #34392 (Also in 17, 19, 20)

Other Changes

  • Enable 16k page sizes support for linux arm64. #34385