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 onwebContentsto documentation. Also fixed forwarding of theexplicitSetargument when emitted onBrowserWindow. #18320Fixed an issue whereby
minimizableandclosableweren't respected incustomButtonsOnHovermode. #18479Using
webContents.sendInputEventto send aWebMouseWheelEventnow has the expected effect. #18494
Other Changes
Restore live region changed events for processing by JAWS focus mode. #18474