Electron Releases - v6.0.0-beta.6

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

  • Corrected the boolean cancellation value for showOpenDialog on Windows. #18509
  • Fixed issues where some chrome://* URLs would not render correctly. #18552
  • Removed inadvertently included mojom.js files from distribution bundle. #18486
  • Removed incorrectly published internal V8 symbols and CRT methods from node.lib, causing heap corruptions with node modules using the dynamic CRT on Windows. #18619
  • Spellcheck providers are now (again) called with contractions and their parts. #18538
  • Updated Chromium to 76.0.3809.3. #18504

Other Changes

  • Fixed electron.zip size increase regression on Linux (compared to Electron 3) by stripping swiftshader libraries (libEGL.so, libGLESv2.so). #18600
  • Removed Vulkan mock ICD from electron.zip, which is only meant to be used for Chromium development. #18596

Documentation

  • Documentation changes: #18606