Electron: v34.0.0-beta.5 Release

Release date:
November 20, 2024
Previous version:
v34.0.0-beta.4 (released November 16, 2024)
Magnitude:
234 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v34.0.0-beta.5

trop[bot]

Directory Browser for v34.0.0-beta.5

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

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 v34.0.0-beta.5

Fixes

  • Fixed an issue where resize wasn't being emitted for single-pixel resizes on Windows. #44722 <span style="font-size:small;">(Also in 32, 33)</span>
  • Fixed an issue where a utilityProcess pid would not be undefined after exit. #44695 <span style="font-size:small;">(Also in 32, 33)</span>
  • Fixed an issue where buttons shown under the Window Controls Overlay API were missing tooltips. #44759 <span style="font-size:small;">(Also in 32, 33)</span>
  • Fixed crash in net api when utility process exits. #44731 <span style="font-size:small;">(Also in 32, 33)</span>
  • Return 0 exit code for normal termination of the utility process. #44733 <span style="font-size:small;">(Also in 32, 33)</span>

    Other Changes

  • Fixed an issue where a deprecation warning was being incorrectly emitted for frameless windows on macOS. #44768 <span style="font-size:small;">(Also in 33)</span>