fix(deps): update dependency electron to v35 #1061
Open
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:
33.2.1
->35.1.1
Release Notes
electron/electron (electron)
v35.1.1
: electron v35.1.1Compare Source
Release Notes for v35.1.1
Fixes
v35.1.0
: electron v35.1.0Compare Source
Release Notes for v35.1.0
Features
ffmpeg.dll
to delay load configuration. #46172 (Also in 34, 36)Fixes
webContents.print()
. #46147 (Also in 36)system-context-menu
incorrectly fired for all regions in frameless windows. #46178 (Also in 33, 34, 36)webContents.printToPDF()
didn't work as expected with cross-process subframes. #46257 (Also in 34, 36)pushNotifications.registerForAPNSNotifications()
. #46148 (Also in 34, 36)Other Changes
v35.0.3
: electron v35.0.3Compare Source
Release Notes for v35.0.3
Fixes
Documentation
v35.0.2
: electron v35.0.2Compare Source
Release Notes for v35.0.2
Fixes
Other Changes
v35.0.1
: electron v35.0.1Compare Source
Release Notes for v35.0.1
Fixes
setContentProtection(true)
was reverted when a given window was hidden. #45889 (Also in 34)Other Changes
4010597
. #459384010597
. #45943v35.0.0
: electron v35.0.0Compare Source
Release Notes for v35.0.0
Stack Upgrades
134.0.6998.44
22.14.0
13.4
Breaking Changes
fromVersionID
onServiceWorkers
to get an instance ofServiceWorkerMain
. #45341getPreloads
andsetPreloads
onSession
. #45329systemPreferences.isAeroGlassEnabled()
API has been deprecated and will be removed without replacement. #45554Features
Additions
session.getSharedDictionaryUsageInfo()
,session.getSharedDictionaryInfo(options)
,session.clearSharedDictionaryCache()
, andsession.clearSharedDictionaryCacheForIsolationKey(options)
. #44750 (Also in 33, 34)NSPrefersDisplaySafeAreaCompatibilityMode
=false
to Info.plist to remove "Scale to fit below built-in camera." from app options. #45357 (Also in 33, 34)ServiceWorkerMain
class to interact with service workers in the main process. #45341running-status-changed
event onServiceWorkers
to indicate when a service worker's running status has changed.startWorkerForScope
onServiceWorkers
to start a worker that may have been previously stopped.WebFrameMain.collectJavaScriptCallStack()
for accessing the JavaScript call stack of unresponsive renderers. #44204 (Also in 33, 34)contextBridge.executeInMainWorld
to safely execute code across world boundaries. #45330frame
to 'console-message' event. #43617query-session-end
event and improvedsession-end
events on Windows. #44598view.getVisible()
. #45409 (Also in 34)webContents.navigationHistory.restore(index, entries)
API that allows restoration of navigation history. #45583 (Also in 34)document.executeCommand("paste")
. #45471 (Also in 33, 34)roundedCorners
BrowserWindow constructor option on Windows. #45740 (Also in 34)Improvements
registerPreloadScript
,unregisterPreloadScript
,getPreloadScripts
onSession
.#45329Removed/Deprecated
Fixes
webContents.print()
after switch to OOP printing on macOS and Linux. #45285window.print()
on macOS/Linux. #45259webFrame.getZoomLevel
andwebFrame.getZoomFactor
APIs. #45557Also in earlier versions...
chrome.i18n
extension API being unavailable in service workers. #45031 (Also in 31, 32, 33, 34)trace-startup
not working on macOS. #44257 (Also in 32, 33, 34)v8.setHeapSnapshotNearHeapLimit
api in main and utility process, along with support for--diagnostic-dir
Node.js cli flag to specify the directory to save the heap snapshots. #45632 (Also in 33, 34)shell.readShortcutLink
on Windows. #44784 (Also in 33, 34)shell.readShortcutLink
caused byPKEY_AppUserModel_ToastActivatorCLSID
sometimes being represented by a string uuid. #45348 (Also in 33, 34)chrome.tabs.update()
. #45302 (Also in 33, 34)getUserMedia
with an invalidchromeMediaSourceId
. #45755 (Also in 34)EventSource
wasundefined
in both renderer and worker processes when Node.js integration was enabled. #44475 (Also in 32, 33, 34)WebContentsView
s were being improperly removed. #44656 (Also in 31, 32, 33, 34)contextmenu
events wouldn't be correctly dispatched in draggable regions on Linux. #45841 (Also in 34)resize
wasn't being emitted for single-pixel resizes on Windows. #44700 (Also in 32, 33, 34)utilityProcess
pid would not beundefined
after exit. #44677 (Also in 32, 33, 34)getAsFileSystemHandle
to never resolve. #45256 (Also in 33, 34)dialog
module didn't work on Linux. #45394 (Also in 34)exit
event could be emitted twice from theutilityProcess
. #44243 (Also in 31, 32, 33, 34)context-menu
event was not emitted when using-webkit-app-region: drag
. #44761 (Also in 32, 33, 34)backgroundMaterial
lost effect on maximization. #45525 (Also in 34)context-menu
event. #44940 (Also in 32, 33, 34)win.closeFilePreview
twice on macOS. #45664 (Also in 32, 33, 34)webContents.canGoToOffset
. #44989 (Also in 32, 33, 34)libgdk_pixbuf
. #44423 (Also in 32, 33, 34)avoidClosingConnections
option forsession.clearData
now properly defaults tofalse
when thedataTypes
option is not set. #45187 (Also in 33, 34)Other Changes
3872580
,383070811. #45496-Wunsafe-buffer-usage
Clang warnings and enabled the compiler warning in new builds. #44056Documentation
Notices
End of Support for 32.x.y
Electron 32.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.
v34.4.0
: electron v34.4.0Compare Source
Release Notes for v34.4.0
Features
ffmpeg.dll
to delay load configuration. #46174 (Also in 35, 36)Fixes
system-context-menu
incorrectly fired for all regions in frameless windows. #46175 (Also in 33, 35, 36)webContents.printToPDF()
didn't work as expected with cross-process subframes. #46258 (Also in 35, 36)pushNotifications.registerForAPNSNotifications()
. #46150 (Also in 35, 36)Other Changes
v34.3.4
: electron v34.3.4Compare Source
Release Notes for v34.3.4
Fixes
Other Changes
3820050
. #460093907431
. #46008v34.3.3
: electron v34.3.3Compare Source
Release Notes for v34.3.3
Fixes
3919071
,3613701
. #45966Other Changes
v34.3.2
: electron v34.3.2Compare Source
Release Notes for v34.3.2
Fixes
Other Changes
4010597
. #459394010597
. #45944v34.3.1
: electron v34.3.1Compare Source
Release Notes for v34.3.1
Fixes
contextmenu
events wouldn't be correctly dispatched in draggable regions on Linux. #45840 (Also in 35)setContentProtection(true)
was reverted when a given window was hidden. #45890 (Also in 35)Other Changes
uv.h
beforenode.h
don't compile as expected. #45870v34.3.0
: electron v34.3.0Compare Source
Release Notes for v34.3.0
Features
roundedCorners
BrowserWindow constructor option on Windows. #45739 (Also in 35)Fixes
v8.setHeapSnapshotNearHeapLimit
api in main and utility process, along with support for--diagnostic-dir
Node.js cli flag to specify the directory to save the heap snapshots. #45644 (Also in 33, 35)getUserMedia
with an invalidchromeMediaSourceId
. #45756 (Also in 35)win.closeFilePreview
twice on macOS. #45662 (Also in 32, 33, 35)Other Changes
3837725
. #45704v34.2.0
: electron v34.2.0Compare Source
Release Notes for v34.2.0
Features
webContents.navigationHistory.restore(index, entries)
API that allows restoration of navigation history. #45584Fixes
backgroundMaterial
lost effect on maximization. #45526 (Also in 35)Other Changes
v34.1.1
: electron v34.1.1Compare Source
Release Notes for v34.1.1
Other Changes
3872580
,383070811. #45497v34.1.0
: electron v34.1.0Compare Source
Release Notes for v34.1.0
Features
view.getVisible()
. #45410 (Also in 35)document.executeCommand("paste")
. #45472 (Also in 33, 35)Fixes
dialog
module didn't work on Linux. #45395 (Also in 35)Other Changes
NSPrefersDisplaySafeAreaCompatibilityMode
=false
to Info.plist to remove "Scale to fit below built-in camera." from app options. #45469 (Also in 33, 35)v34.0.2
: electron v34.0.2Compare Source
Release Notes for v34.0.2
Fixes
shell.readShortcutLink
caused byPKEY_AppUserModel_ToastActivatorCLSID
sometimes being represented by a string uuid. #45350 (Also in 33)chrome.tabs.update()
. #45304 (Also in 33, 35)Other Changes
v34.0.1
: electron v34.0.1Compare Source
Release Notes for v34.0.1
Fixes
getAsFileSystemHandle
to never resolve. #45258 (Also in 33, 35)avoidClosingConnections
option forsession.clearData
now properly defaults tofalse
when thedataTypes
option is not set. #45208 (Also in 33)v34.0.0
: electron v34.0.0Compare Source
Release Notes for v34.0.0
Stack Upgrades
132.0.6834.83
20.18.1
13.2
Breaking Changes
Features
Additions
session.getSharedDictionaryUsageInfo()
,session.getSharedDictionaryInfo(options)
,session.clearSharedDictionaryCache()
, andsession.clearSharedDictionaryCacheForIsolationKey(options)
. #44950 (Also in 33)WebFrameMain.collectJavaScriptCallStack()
for accessing the JavaScript call stack of unresponsive renderers. #44938 (Also in 33)WebFrameMain.detached
for frames in an unloading state.WebFrameMain.isDestroyed()
to determine if a frame has been destroyed.webFrameMain.fromId(processId, frameId)
returning aWebFrameMain
instance which doesn't match the given parameters when the frame is unloading. [#43473](https://redirect.github.com/elect