Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
22.3.0
->23.1.0
Release Notes
electron/electron
v23.1.0
: electron v23.1.0Compare Source
Release Notes for v23.1.0
Features
webContents.print()
. #37264 (Also in 22, 24)Fixes
requireInteraction
option to not timeout on Linux and Windows. #36502 (Also in 21, 22)BrowserView
s are present and a user attempts to preventbeforeunload
in the renderer process. #37267 (Also in 22, 24)Other Changes
Documentation
v23.0.0
: electron v23.0.0Compare Source
Release Notes for v23.0.0
Stack Upgrades
Breaking Changes
Features
label
property toDisplay
objects. #36933 (Also in 21, 22)app.getPreferredSystemLanguages()
API to return the user's system languages. #36035 (Also in 21, 22)serialPort.forget()
as well as a new eventserial-port-revoked
emitted when a given origin is revoked. #35310 (Also in 22)setHiddenInMissionControl
API to allow developers to opt out of mission control on macOS. #36092 (Also in 22)Fixes
require('electron/*')
where*
is not one ofmain
,common
orrenderer
no longer resolves with the built-inelectron
module. #35915click
event and tooltip ofTray
not working on Linux. #36333 (Also in 22)webContents.printToPDF()
. #36046 (Also in 21, 22)BrowserWindow.setTrafficLightPosition()
on macOS. #36850 (Also in 21, 22)Cmd+Tab
after exiting Kiosk Mode. #36917 (Also in 21, 22)<datalist>
elements were improperly positioned within the page. #36959webView
s could have an incorrect initial background color following reloads. #36938 (Also in 21, 22)app.dock.setIcon(/path/t/icon)
would crash when called before theready
event onapp
. #36279 (Also in 20, 21, 22)webContents.printToPDF()
. #35975 (Also in 21, 22)setPermissionRequestHandler
callback would be invoked twice when usingnavigator.getUserMedia(...)
. #36874 (Also in 22)dialog.showMessageBox()
. #36803 (Also in 21, 22)webContents.loadURL
when navigating to a hash. #36129 (Also in 20, 21, 22)WebSwapCGLLayer
symbols when Electron starts on macOS. #36799 (Also in 21, 22)nodeIntegrationInWorker
in Service Workers and Shared Workers owing to sandboxing policies. #35919 (Also in 21, 22)--turbo-profiling-input
argument from mksnapshot_args. #36378 (Also in 22)import('electron')
andimport 'electron'
now work natively. #35930 (Also in 20, 21, 22)Other Changes
incrementCapturerCount()
/decrementCapturerCount()
methods have been removed. #37148webContents.printToPDF().
. #36051 (Also in 22)Documentation
Notices
Sunsetting Windows 7/8/8.1
Electron has ended support for Windows 7/8/8.1 in version 23.x.y following Chromium's plan to end support. Older versions of Electron will continue to work, but no further updates will be made for these operating systems.
End of Support for 20.x.y
Electron 20.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.