Bump electron from 19.1.2 to 21.1.1
Created by: dependabot[bot]
Bumps electron from 19.1.2 to 21.1.1.
Release notes
Sourced from electron's releases.
electron v21.1.1
Release Notes for v21.1.1
Fixes
- Fixed a drag-and-drop issue on macOS where items would be incorrectly moved instead of copied in some contexts. #35977 (Also in 20, 22)
- Fixed a potential memory leak. #35965 (Also in 22)
- Fixed an issue where some options were incorrectly ignored when using
webContents.printToPDF()
. #35992 (Also in 22)- Fixed on-screen-keyboard not hiding on input rendered in webview is blurred. #35982 (Also in 20, 22)
- You can now import the built-in electron module via ESModule loaders, i.e.
import('electron')
andimport 'electron'
now work natively. #35958 (Also in 20, 22)Other Changes
- Modified the Windows 11 WCO to match the native look more closely. #35970 (Also in 20)
- Updated Chromium to 106.0.5249.103. #35933
electron v21.1.0
Release Notes for v21.1.0
Features
- Added
WebContents.opener
to access window opener.
- Added
webContents.fromFrame(frame)
to get the WebContents corresponding to a WebFrameMain instance. #35819Fixes
Other Changes
- Updated Chromium to 106.0.5249.91. #35871
Documentation
- Documentation changes: #35907
electron v21.0.1
Release Notes for v21.0.1
Fixes
- Fixed: If a custom Electron build contains an electron.d.ts file, it is now being used. #35822 (Also in 20)
Other Changes
- Updated Chromium to 106.0.5249.61. #35833
electron v21.0.0
Release Notes for v21.0.0
Stack Upgrades
- Chromium 106.0.5249.51
- Node v16.16.0
... (truncated)
Commits
-
16a3a45
Bump v21.1.1 -
7727b7e
fix: drag and drop should copy on macOS (#35977) -
595ed3e
fix:webContents.printToPDF
option plumbing (#35992) -
fd52089
docs: remove references to Widevine (#35990) -
77bc03e
fix: on-screen-keyboard hides on input blurred in webview (#35982) -
9f99f4e
chore: cherry-pick 30a32e6 from chromium (#35370) (#35970) -
bc27dc4
fix: expose the built-in electron module via the ESM loader (#35958) -
9048de7
fix: overridecontent::ContentMainDelegate::CreateContentClient()
(#35965) -
cef4f6a
chore: bump chromium to 106.0.5249.103 (21-x-y) (#35933) -
80a4ea2
chore: cherry-pick c83640db21b5 from chromium (#35925) - 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 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)