Electron Releases - v18.3.5

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

Release Notes

Fixes

  • Fixed a performance problem in crashReporter.start() on macOS. #34640 (Also in 17, 19, 20)
  • Fixed an error where setWindowOpenHandler() would crash if the callback threw an error. #34627 (Also in 19, 20)
  • Fixed an issue where calling w.setWindowButtonVisibility(true) immediately after exiting fullscreen fails to show window buttons. #34673 (Also in 19, 20)
  • Fixed an issue where draggable regions were not recalculated when BrowserView bounds changed on Windows. #34610 (Also in 19, 20)

Other Changes

  • Backported fix for CVE-2022-2010. #34540
  • Fixed an issue where BrowserViews didn't always visually update after call to setBounds. #34641 (Also in 19, 20)
  • On Linux, changed the libgdk-pixbuf dependency to be dynamically linked rather than statically linked. #34601 (Also in 19, 20)
  • Security: Backported fix for CVE-2022-1867. #34631
  • Security: backported fix for 1228661. #34569
  • Security: backported fix for 1306751. #34560
  • Security: backported fix for 1314310. #34558
  • Security: backported fix for 1316578. #34568
  • Security: backported fix for 1317673. #34566
  • Security: backported fix for 1318610. #34556
  • Security: backported fix for 1321078. #34692