Electron Releases - v5.0.0-beta.7

npm install electron@v5.0.0-beta.7
yarn add electron@v5.0.0-beta.7
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

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