Google-Docs
Google-Docs copied to clipboard
Bump electron from 29.4.0 to 30.0.6
Bumps electron from 29.4.0 to 30.0.6.
Release notes
Sourced from electron's releases.
electron v30.0.6
Release Notes for v30.0.6
Fixes
- Fixed a potential issue with Linux layout invalidation. #42189
electron v30.0.5
Release Notes for v30.0.5
Fixes
- Fixed an issue where
setTitleBarOverlaydidn't work as expected when called onBaseWindow. #42151- Fixed an issue where
webContents.navigationHistorywas not an enumerable property. #42181- Fixed crash on window maximize on X11. #42185 (Also in 31)
BrowserWindow.focus()now correctly restore focus to inactive apps on macOS. #42187 (Also in 31)Other Changes
electron v30.0.4
Release Notes for v30.0.4
Fixes
- Fixed a crash in
addChildViewif a view is added as its own child. #42107 (Also in 31)- Fixed a crash when the same
WebContentsViewis added viaaddChildViewmultiple times. #42115 (Also in 31)- Fixed an error when calling
setAutoResizeon aBrowserView. #42137 (Also in 31)- Fixed an inconsistent crash on maximizing window and relayout in Ubuntu. #42145 (Also in 31)
- Fixed an issue where calling
window.center()on Windows and Linux incorrectly centered the window. #42100 (Also in 31)Other Changes
electron v30.0.3
Release Notes for v30.0.3
Fixes
- Fixed an issue where
document.requestFullscreendidn't work when calling it from awebContentsinsideWebContentsView. #41996 (Also in 31)- Fixed an issue where
fs.createWriteStreamcould write out of order. #42046- Fixed an issue where
recentDOcumentswasn't populating properly on macOS. #41992 (Also in 29, 31)- Fixed crash after upgrade on Linux. #42064 (Also in 29, 31)
Other Changes
... (truncated)
Commits
574879fchore: remove focus ring patch (#42189)05ae671fix:webContents.navigationHistoryshould be enumerable (#42181)2201664fix: restore non-panel focus behavior (#42187)60f48e1fix: fix cast in ElectronDesktopWindowTreeHostLinux (#42185)c0e5ef4chore: cherry-pick b3c01ac1e60a from v8 (#42174)842aa02fix:setTitleBarOverlayshould be implemented onBaseWindow(#42151)40450d0build: ignore node version mismatch for electron 30 tests (#42177)526e2f8chore: bump chromium to 124.0.6367.207 (30-x-y) (#42166)1872411test: add tests for electron fuses (#42148)de22795fix: partially revert invalidate focus ring (#42145)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Superseded by #55.