Electron v18.3.7
npm
npm install --save-dev electron@18.3.7
yarn
yarn add --dev electron@18.3.7
Release Notes
Fixes
Fixed WCO not responding to touch events on windows. #35177 (Also in 19, 20)
Fixed
webContents.getUserAgent()
incorrectly returning an empty string unless previously set. #35130 (Also in 17, 19, 20)Fixed an issue in which calling setBounds() after e.preventDefault in a 'will-move' or 'will-resize' event wouldn't change the window's shape until the mouse button was released. #35082 (Also in 19, 20)
Fixed context menu not showing all items on macOS when dock is not hidden. #35198 (Also in 19)