Fixed an issue where BrowserWindow.isMaximized() could incorrectly return true for minimized or fullscreened windows on macOS. #38308 (Also in 23, 25)
Fixed an issue where BrowserWindow.isVisible() would incorrectly return true for minimized windows on Windows. #38313 (Also in 23, 25)
Fixed an issue where accessing BrowserWindow.id threw an error after the window was destroyed. #38310 (Also in 23, 25)
Fixed an issue where calling win.minimize() directly after calling win.maximize(), and then calling win.isMaximized() incorrectly returns true. #38343 (Also in 23, 25)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps electron from 23.1.3 to 24.4.0.
Release notes
Sourced from electron's releases.
... (truncated)
Commits
e8c05bc
docs: disablewebsecurity on webview-tag can not be changed for an active sess...61daccb
fix:getNormalBounds()
for transparent windows on Windows (#38349)4cfd732
feat: support Mica/Acrylic on Windows (#38361)2594d94
feat: add missing 'cursor-changed' type values (#38364)c9ff49c
docs: fix typing of message box type value (#38375)31f5e3c
chore: bump chromium to 112.0.5615.204 (24-x-y) (#38350)0c3e4e8
build: modifygclient.py
with unified patch (#38360)37b227d
docs: fixdevtools-open-url
ts definition (#38354)d8e7457
fix:win.isMaximized()
for transparent windows on Windows (#38343)4c46a94
chore: cherry-pick 81d7b3e6138c from chromium (#38271)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)