Electron v18.0.1
npm
npm install --save-dev electron@18.0.1
yarn
yarn add --dev electron@18.0.1
Release Notes
Fixes
Fixed an issue where Pointer Lock behavior could not be properly exited. #32828
Fixed crash when WindowButtonsProxy references cleared NSWindow. #33490 (Also in 15, 16, 17)
Fixed crash when running under Wayland caused by calling X11 functions. #33498 (Also in 17)
Other Changes
Updated Chromium to 100.0.4896.60. #33501