npm electron 34.0.0-beta.5
electron v34.0.0-beta.5

one day ago

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@34.0.0-beta.5.

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 (Also in 32, 33)
  • Fixed an issue where a utilityProcess pid would not be undefined after exit. #44695 (Also in 32, 33)
  • Fixed an issue where buttons shown under the Window Controls Overlay API were missing tooltips. #44759 (Also in 32, 33)
  • Fixed crash in net api when utility process exits. #44731 (Also in 32, 33)
  • Return 0 exit code for normal termination of the utility process. #44733 (Also in 32, 33)

Other Changes

  • Fixed an issue where a deprecation warning was being incorrectly emitted for frameless windows on macOS. #44768 (Also in 33)

Don't miss a new electron release

NewReleases is sending notifications on new releases.