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@36.0.0-beta.8
.
Release Notes for v36.0.0-beta.8
Fixes
- Fixed a potential crash in
utilityProcess.postMessage
when calling with an invalid transferable. #46667 (Also in 35) - Microtasks are no longer (incorrectly) run by serializing values, including when sending IPC. #46682 (Also in 34, 35)
Other Changes
- Updated Chromium to 136.0.7103.33. #46665