electron v5.0.0-beta.7
Pre-release
Pre-release
·
220 commits
to 5-0-x
since this release
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 i electron@5.0.0-beta.7.
Release Notes for v5.0.0-beta.7
Fixes
- Added missing buffer size check in
nativeImage.createFromBuffer
/nativeImage.addRepresentation
. Data URLs only parsed according to the MIME type as PNG or JPEG. #17568 - Fixed an issue where
Notification
objects constructed in the main process would randomly not be shown to the user. #17484 - Fixed an issue whereby foreground visibility of a window was not correctly taken into account for
win.isVisible()
on macOS. #17491 - Fixed crash when passing callbacks which return
undefined
to some APIs. #17481 - Fixed crash when showing a tray menu while one is already shown. #17509
- The
safeDialogs
webPreferences option now actually works onfile://
URLs. #17579
Other Changes
Documentation
- Documentation changes: #17493