Electron v14.0.0-beta.23
npm
npm install --save-dev electron@14.0.0-beta.23
yarn
yarn add --dev electron@14.0.0-beta.23
Release Notes
Fixes
Fixed an issue present in
webViewwhere theleave-html-full-screenevent is not emitted if the user exits fullscreen withescinstead of by clicking into thewebView. #30561 (Also in 13, 15)Fixed an issue where toggling
documentEditedstatus on macOS withtitlebarStyle: 'hiddenInset'inadvertently moves the traffic light location. #30605 (Also in 13, 15)Fixed rare crash in UpdateDraggableRegions. #30559 (Also in 13, 15)