Electron Releases - v5.0.3

npm install electron@v5.0.3
yarn add electron@v5.0.3

Release Notes

Fixes

  • Fixed an issue whereby minimizable and closable weren't respected in customButtonsOnHover mode. #18485
  • Removed incorrectly published internal V8 symbols and CRT methods from node.lib, causing heap corruptions with node modules using the dynamic CRT on Windows. #18620
  • Using webContents.sendInputEvent to send a WebMouseWheelEvent now has the expected effect. #18495

Other Changes

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