Electron Releases - v18.0.0-beta.2

npm install electron@v18.0.0-beta.2
yarn add electron@v18.0.0-beta.2
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Features

  • Added warning that preload scripts will be sandboxed by default beginning in Electron 20. #33203

Fixes

  • Fixed an issue where clicking "Open in Containing Folder" in the Sources tab in Devtools caused a crash. #33197
  • Fixed an issue where setting window maxHeight or maxWidth made it so the width and height could no longer be resized. #33119 (Also in 17)
  • Fixed drag regions on WCO windows on Windows. #33202 (Also in 17)
  • Strip crashpad_handler binary on Linux, reducing bundle size. #33175 (Also in 15, 16, 17)