Electron Releases - v3.0.0-beta.2

npm install electron@v3.0.0-beta.2
yarn add electron@v3.0.0-beta.2
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

Bug Fixes/Updates

  • Documentation update: fixed links to webview.md. #13370
  • Documentation update: add native_mate to source code directory structure doc. #13457
  • Fixed issue with fs.statSyncNoException throwing exceptions. #13397
  • Fixed crash when loading site with jquery. #13476, #13452
  • Deprecated properties in app.getAppMetrics(). #13453
  • Fixed devtools issues. #13571

macOS

  • Fixed incorrect usage of private APIs in MAS build. #13530
  • Fixed tray.setContextMenu crash. #13517
  • Fixed fallback to FullSizeContentView for frameless window on mac. #13600

Windows

  • Fixed build to work with Visual Studio 2017 15.7.4 #13593