Electron Releases

Filter by channel Filter by major 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

Release Notes for v9.1.2

Fixes

  • Fix: remove unnecessary corner mask overriding to increase window resize performance. #24702
  • Fixed an issue where VoiceOver was unable to navigate from the top-level window back into the web contents. #24699
  • Protocol response streams are now destroyed if the request is aborted. #24657

Other Changes

  • Improved the performance of sending JS primitives over the context bridge. #24746