Skip to content

electron v9.2.0

Compare
Choose a tag to compare
@electron-bot electron-bot released this 07 Aug 18:17
· 218 commits to 9-x-y since this release

Release Notes for v9.2.0

Features

  • Added new worldSafeExecuteJavaScript webPreference to ensure that the return values from webFrame.executeJavaScript are world safe when context isolation is enabled. #24712 (Also in 10)

Fixes

  • Fixed a crash that could happen when using hookWindowMessage on Windows. #24769 (Also in 10)
  • Fixed an issue where suspend/resume were emitted twice on macOS. #24845 (Also in 8, 10)
  • Fixed crash when navigating from a page with webview that has inherited zoom level. #24764 (Also in 8, 10)
  • Save crash reports locally when uploadToServer: false on linux. #24788 (Also in 10)
  • Fixed an a11y regression where children reported an index in parent greater than the parent child count. #24765