Electron v42.1.0
npm
npm install --save-dev electron@42.1.0
yarn
yarn add --dev electron@42.1.0
Release Notes
Fixes
Fixed a crash in the macOS Touch ID WebAuthn prompt caused by a missing string resource, and added
touchID.promptReasontoapp.configureWebAuthn()to customize the prompt text. #51594 (Also in 41, 43)Fixed a crash on MacOS when a user clicked into a title bar or top view. #51605 (Also in 43)