Skip to content

electron v29.0.0-beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 12 Feb 22:40
· 91 commits to 29-x-y since this release
e071faa

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@29.0.0-beta.9.

Release Notes for v29.0.0-beta.9

Fixes

  • Fixed Electron 29.0.0-beta.3 regression that could pop up context menus in the wrong location. #41296
  • Fixed a crash that started occurring sporadically with some types of macOS window close. #41299 (Also in 28)
  • Fixed an issue where import.meta.url did not work in the renderer process with contextIsolation enabled. #41265
  • Fixed an issue where crashes in node::Environment destruction potentially wouldn't be propagated to the NodeService exit handler. #41301 (Also in 27, 28)