Apply senderFrame details to ipcMain port event. #33782 (Also in 16, 17)
Fixed an issue where Escape keyboard events would not be properly propagated to the parent window after entering fullscreen and then exiting it again on Windows. #33787
Fixed a potential crash in Browser.getFocusedWindow() when child windows are closed. #33538 (Also in 17)
Fixed an issue where the the window bounds would incorrectly change if BrowserWindow.unmaximize was called on a window whose user bounds were maximized. #33550 (Also in 16, 17)
Fixed behavior of BrowserWindow.maximize on macOS for not shown windows. #33537 (Also in 15, 16)
Fixed incorrect return value of app.requestSingleInstanceLock() when setting non-existent user data folder. #33592 (Also in 16, 17, 19)
Fixed issues with frameless window animations and styling. #33610 (Also in 19)
Fixed potential crash while generating accessibility trees for certain images. #33616 (Also in 19)
electron v18.0.1
Release Notes for v18.0.1
Fixes
Fixed an issue where Pointer Lock behavior could not be properly exited. #32828
Fixed crash when WindowButtonsProxy references cleared NSWindow. #33490 (Also in 15, 16, 17)
Fixed crash when running under Wayland caused by calling X11 functions. #33498 (Also in 17)
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 11.2.3 to 18.0.4.
Release notes
Sourced from electron's releases.
... (truncated)
Commits
f30034d
Bump v18.0.400b6524
fix: event propagation after exiting fullscreen on Windows (#33787)f8f0881
fix: apply senderFrame details to ipcMain port event (#33782)0a758c4
chore: interpret bytes to string (#33773)daff205
docs: note safeStorage.isEncryptionAvailable() needs ready event (#33738)67f2f9e
build: migrate urllib to python3 (#33745)3ee1a45
docs: add ipc fiddle samples (#33748)652d872
docs: manually backport ipc doc (#33746)923788b
build: explicitly run scripts with python3 (#33729)541504c
fix: backport unseasoned pdf support to 18.x (#33664)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)