Electron v23.1.0
npm
npm install --save-dev electron@23.1.0
yarn
yarn add --dev electron@23.1.0
Release Notes
Features
Fixes
Changed HTML5 Notifications created with the
requireInteraction
option to not timeout on Linux and Windows. #36502 (Also in 21, 22)Fixed a crash when
BrowserView
s are present and a user attempts to preventbeforeunload
in the renderer process. #37267 (Also in 22, 24)Fixed a potential crash in some types of Worklets. #37081
Other Changes
Updated Chromium to 110.0.5481.100. #37183
Documentation
Documentation changes: #37108