lode
lode copied to clipboard
Bump electron from 17.1.0 to 17.2.0
Bumps electron from 17.1.0 to 17.2.0.
Release notes
Sourced from electron's releases.
electron v17.2.0
Release Notes for v17.2.0
Features
Fixes
- Fire 'show' event when a BrowserWindow is shown via maximize(). #33213 (Also in 16, 18)
- Fixed a network service crash that could occur when using setCertificateVerifyProc. #33254 (Also in 18)
- Fixed an issue where BrowserView layout bounds where limited to it's visible bounds. #33398 (Also in 18)
- Fixed an issue where Chrome DevTools settings didn't persist between loads. #33273 (Also in 18)
- Fixed an issue where clicking "Open in Containing Folder" in the Sources tab in Devtools caused a crash. #33196 (Also in 16, 18)
- Fixed broken event loop in renderer process when process reuse is enabled on windows platform. #33362 (Also in 16, 18)
- Fixed crash in the render process on reload with pending node fs.promises. #33335 (Also in 15, 16, 18)
- Fixed drag regions on WCO windows on Windows. #33201 (Also in 15, 16, 18)
- Fixed incorrect external memory allocation tracking in nativeImage module. #33306 (Also in 15, 16, 18)
- Theoretical fix for a crash we're seeing when closing multiple child windows at the same time on macOS. #33283 (Also in 18)
Other Changes
- Fixed an issue where adding/removing display changes the BrowserWindow size. #33251 (Also in 14, 15, 16, 18)
- Fixed an issue where moving a window created in a scaled display to a regular display would increase the window size. #33231
electron v17.1.2
Release Notes for v17.1.2
Fixes
- Fixed an issue where setting window
maxHeightormaxWidthmade it so the width and height could no longer be resized. #33118 (Also in 18)- Strip crashpad_handler binary on Linux, reducing bundle size. #33176 (Also in 15, 16, 18)
electron v17.1.1
Release Notes for v17.1.1
Fixes
- Fixed an issue where
alternateImages did not work properly on macOS. #33105 (Also in 15, 16, 18)- Fixed an issue where the Tray could get garbage collected incorrectly under some circumstances. #33076 (Also in 15, 16, 18)
- Fixed an occasional crash on Mac when spawning a child process. #33116 (Also in 18)
- Fixed broken transparency option in offscreen window rendering. #33052 (Also in 16, 18)
Other Changes
- Updated Chromium to 98.0.4758.109. #33085
Commits
9d5f7c1Bump v17.2.0a4f81c2fix: persist BrowserView content bounds when calculating layout (#33398)68292f0fix: use stricter options in SecStaticCodeCheckValidity (#33379)f983099chore: cherry-pick 1aa9b09 from chromium (#33231)a6d7483fix: crash when destroying node env with pending promises (#33335)8603223fix: fire show event when BrowserWindow shown via maximize() (#33213)aca1e8efix: iocp integration when process is reused (#33207) (#33362)22ec56achore: cherry-pick 2ed58f4 from chromium (#33251)ea1f402fix: ensure ElectronBrowser mojo service is only bound to appropriate render ...e316c82fix: fiddle ipc code pattern 3 (#33295)- 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 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) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.