Electron v4.2.3
npm
npm install --save-dev electron@4.2.3
yarn
yarn add --dev electron@4.2.3
Release Notes
Fixes
Added missing
'page-title-updated'
event onwebContents
to documentation. Also fixed forwarding of theexplicitSet
argument when emitted onBrowserWindow
. #18320Fixed an issue whereby
minimizable
andclosable
weren't respected incustomButtonsOnHover
mode. #18479Using
webContents.sendInputEvent
to send aWebMouseWheelEvent
now has the expected effect. #18494
Other Changes
Restore live region changed events for processing by JAWS focus mode. #18474