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 beundefined
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)