Electron: v29.0.0-beta.9 Release

Release date:
February 11, 2024
Previous version:
v29.0.0-beta.8 (released February 9, 2024)
Magnitude:
137 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in v29.0.0-beta.9

trop[bot]
codebytere

Directory Browser for v29.0.0-beta.9

All files are compared to previous version, v29.0.0-beta.8. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

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 [email protected].

# 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 <span style="font-size:small;">(Also in 28)</span>
  • 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 <span style="font-size:small;">(Also in 27, 28)</span>