Electron v4.2.3

npm
npm install --save-dev electron@4.2.3
yarn
yarn add --dev electron@4.2.3
Google ChromeChromium
69.0.3497.128
Node.jsNode.js
10.11.0
V8V8
6.9.427.31

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