Electron Releases - v28.2.6

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

Release Notes

Fixes

  • Fixed a crash that can result from some kinds of dynamic imports. #41491
  • Fixed an issue where webContents.print(options) failed if options was not passed or undefined is passed. #41478 (Also in 29, 30)
  • Fixed saving traces from devtools performance panel. #41492

Other Changes

  • Security: backported fix for CVE-2024-25062. #41487