Electron Releases - v4.2.3

npm install electron@v4.2.3
yarn add electron@v4.2.3

Release Notes

Fixes

  • Added missing 'page-title-updated' event on webContents to documentation. Also fixed forwarding of the explicitSet argument when emitted on BrowserWindow. #18320
  • Fixed an issue whereby minimizable and closable weren't respected in customButtonsOnHover mode. #18479
  • Using webContents.sendInputEvent to send a WebMouseWheelEvent now has the expected effect. #18494

Other Changes

  • Restore live region changed events for processing by JAWS focus mode. #18474