Electron v30.1.1
npm
npm install --save-dev electron@30.1.1
yarn
yarn add --dev electron@30.1.1
Release Notes
Fixes
Fixed an issue where
app.setLoginItemSettingsincorrectly checked againstloginItemService. #42403 (Also in 29, 31)Fixed an issue where
contentWindow.document.fonts.readywould never resolve in some circumstances. #42384 (Also in 31)Fixed an issue where
fetchdependent interfaces in Node.js were not defined whennodeIntegrationwas enabled in some circumstances. #42454 (Also in 31)Fixed an issue where bad flags passed via
--js-flagscould cause a crash. #42440 (Also in 29, 31)Fixed support for multiple folder/file selection in //shell_dialogs portal implementation. #42426 (Also in 29, 31)
Re-adds functionality to check whether or not an app was launched as a login service on macOS. #42423 (Also in 29, 31)