8000 Release electron v5.0.0-beta.7 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

electron v5.0.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 28 Mar 00:28
· 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 on file:// URLs. #17579

Other Changes

  • Updated Chromium to 73.0.3683.88. #17500
  • Updated Chromium to 73.0.3683.94. #17554

Documentation

  • Documentation changes: #17493
0