redux-devtools
redux-devtools copied to clipboard
fix(deps): update dependency electron to v37
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| electron | ^31.7.7 -> ^37.1.0 |
Release Notes
electron/electron (electron)
v37.1.0: electron v37.1.0
Release Notes for v37.1.0
Features
- Added support for customizing system accent color and highlighting of active window border. #47537 (Also in 35, 36)
Fixes
v37.0.0: electron v37.0.0
Release Notes for v37.0.0
Stack Upgrades
- Chromium
138.0.7204.35 - Node
22.16.0 - V8
13.8
Breaking Changes
- Added support for Web Serial & WebUSB blocklists. #46600
- Fixed an issue where utility processes crashed on unhandled rejections. #45921
- Fixed utilityProcess running user script after process.exit is called. #47492
- Removed deprecated feature of creating a new random session by setting
ProtocolResponse.session's property tonull. #46264
Features
Additions
- Added
BrowserWindow.isSnapped()to indicate whether a given window has been arranged via Snap. #46079 (Also in 36) - Added
before-mouse-eventto allow intercepting and preventing mouse events in WebContents. #47364 (Also in 36) - Added
ffmpeg.dllto delay load configuration. #46151 (Also in 34, 35, 36) - Added
innerWidthandinnerHeightoptions for window.open. #47039 (Also in 35, 36) - Added
nativeTheme.shouldUseDarkColorsForSystemIntegratedUIto distinguish system and app theme. #46438 (Also in 35, 36) - Added
scriptURLproperty toServiceWorkerMain. #45863 - Added a CSS rule for smooth corners. #45185
- Added sublabel functionality for menus on macOS >= 14.4. #47042 (Also in 35, 36)
- Added support for Autofill, Writing Tools and Services macOS level menu items in context menus via the new
frameoption inmenu.popup. #45138 (Also in 36) - Added support for
HIDDevice.collections. #47483 (Also in 36) - Added support for
--no-experimental-global-navigatorflag. #47418 (Also in 35, 36) - Added support for
screen.dipToScreenPoint(point)andscreen.screenToDipPoint(point)on Linux X11. #46895 (Also in 35, 36) - Added support for
system-context-menuon Linux. #45848 (Also in 35, 36) - Added support for menu item role
paletteandheaderon macOS. #47245 - Added support for node option
--experimental-network-inspection. #47031 (Also in 35, 36) - Added the priority and priorityIncremental options to net.request(). #47321 (Also in 36)
- Exposed
win.isContentProtected()to allow developers to check window protection status. #47310 (Also in 36)
Improvements
- Improved ASAR integrity checks on Windows. #46509 (Also in 36)
- Improved performance of desktopCapturer.getSources when not requesting thumbnails on macOS. #46138 (Also in 34, 35, 36)
Removed/Deprecated
Fixes
- Fixed an issue on application close on Windows, where not all processes are quit on close. #47485
- Fixed an issue where printing PDFs with
webContents.print({ silent: true })would fail. #47397
Also in earlier versions...
- Fix: don't copy 'package.json's out of ASAR file. #46390 (Also in 35, 36)
- Fix: osr stutter fix backport for electron. #46650 (Also in 36)
- Fixed ElectronAccessibilityUI bug. #46562 (Also in 33, 34, 35, 36)
- Fixed Minimize menu button to follow set window minimizability on Windows. #46279 (Also in 34, 35, 36)
- Fixed NODE_OPTIONS parsing for child processes on macOS. #46209 (Also in 34, 35, 36)
- Fixed
addChildView()crashes when adding a closed WebContentsView. #47338 (Also in 35, 36) - Fixed
electron.shell.openExternalandelectron.shell.openPathto honor user-defined system defaults on Linux. #45310 (Also in 33, 34, 35, 36) - Fixed
getNativeWindowHandle()crash that affected 36 betas on macOS. #46733 (Also in 36) - Fixed a bug that could cause some maximized windows on Linux to report an incorrect window state. #46450 (Also in 34, 35, 36)
- Fixed a crash seen on Linux when calling
webContents.print(). #46087 (Also in 35, 36) - Fixed a crash that could occur when dragging and dropping files into the browser. #46253 (Also in 35, 36)
- Fixed a crash that could occur when opening some dialogs as windows are closing on macOS. #46952 (Also in 35, 36)
- Fixed a possible BrowserWindow crash caused by closing a parent window with focus or blur events. #46559 (Also in 34, 35, 36)
- Fixed a possible crash in
shell.readShortcutLink. #46294 (Also in 35, 36) - Fixed a possible crash using Node.js on some arm32 devices. #46435 (Also in 35, 36)
- Fixed a possible crash using the WebView tag and calling focus. #47036 (Also in 35, 36)
- Fixed a possible crash when using
navigator.bluetooth.requestDeviceand theselect-bluetooth-deviceevent. #46745 (Also in 34, 35, 36) - Fixed a potential crash in
parentPort. #46437 (Also in 34, 35, 36) - Fixed a potential crash in
utilityProcess.postMessagewhen calling with an invalid transferable. #46639 (Also in 35, 36) - Fixed a potential crash using
session.clearDatain some circumstances. #47412 (Also in 35, 36) - Fixed a potential crash when closing a window with child windows. #46758 (Also in 34, 35, 36)
- Fixed an error when calling
window.emit('close')after toggling fullscreen mode. #46605 (Also in 35, 36) - Fixed an error when importing
electronfor the first time from an ESM module loaded by a CJS module in a packaged app. #47342 (Also in 35, 36) - Fixed an inverted conditional in the above PR that caused broken window borders in some circumstances on Wayland. #46624 (Also in 33, 34, 35, 36)
- Fixed an issue where Node.js OOM errors terminate the process directly without raising an OOM exception. #45895 (Also in 35, 36)
- Fixed an issue where Web Workers crashed on unhandled rejections. #45992 (Also in 34, 35, 36)
- Fixed an issue where
context-menuevent weren't emitted as expected on Windows in draggable regions. #45851 (Also in 34, 35, 36) - Fixed an issue where
navigationHistory.restore()failed to restore theuserAgentif it was overridden. #46260 (Also in 34, 35, 36) - Fixed an issue where
system-context-menuincorrectly fired for all regions in frameless windows. #45893 (Also in 33, 34, 35, 36) - Fixed an issue where
webContents.printToPDF()didn't work as expected with cross-process subframes. #46218 (Also in 34, 35, 36) - Fixed an issue where
webContents.printdid not work as expected whenmediaSizewas not passed. #46971 (Also in 36) - Fixed an issue where badly formatted switches could cause crashes in
app.commandLinefunctions. #46004 (Also in 35, 36) - Fixed an issue where calling
Fetch.continueResponsevia debugger withWebContentsViewcould cause a crash. #47444 (Also in 35, 36) - Fixed an issue where calling
UtilityProcess.forkprior to the app ready event would cause a crash. #46380 (Also in 34, 35, 36) - Fixed an issue where context menu actions such as copy/paste did not correctly fire when a frame was not passed in. #46595 (Also in 36)
- Fixed an issue where filters wouldn't apply in the specific case only one was passed. #46946 (Also in 36)
- Fixed an issue where packages could be mistakenly not found in asar. #45997 (Also in 35, 36)
- Fixed an issue where printing from the renderer process crashes the main process when no printers are installed in the system or there's not a default printer. #46587 (Also in 34, 35, 36)
- Fixed an issue where protected transparent windows inappropriately showed a titlebar after visibility change. #47266 (Also in 35, 36)
- Fixed an issue where snapped windows in Windows may sometimes be improperly restored. #46006 (Also in 33, 34, 35, 36)
- Fixed an issue where the 'suspend' and 'resume' events could be emitted in duplicate. #47188 (Also in 35, 36)
- Fixed an issue where the
backgroundMaterialfeature did not work in a frameless window on initial window creation. #46657 (Also in 35, 36) - Fixed an issue where the resizing border didn't work as expected on Wayland windows. #46155 (Also in 33, 34, 35, 36)
- Fixed an issue where the window flickers with either a light or dark color before loading the desired background color. #47051 (Also in 35, 36)
- Fixed an issue where transparent child windows on macOS were rendering a grey block as opposed to their correct contents. #46891 (Also in 35, 36)
- Fixed an issue with
--inspect-brkfailing in packaged apps. #46560 (Also in 35, 36) - Fixed an issue with the
assertNode.js module in the renderer process. #46528 (Also in 35, 36) - Fixed an issue with token formatting for tokens received after calling
pushNotifications.registerForAPNSNotifications(). #46101 (Also in 34, 35, 36) - Fixed build error with
enable_electron_extensions=false. #46812 (Also in 34, 35, 36) - Fixed build failure when building with printing disabled. #46283 (Also in 34, 35, 36)
- Fixed case where file dialog filters would get mixed up, if a
*filter was included. #46660 (Also in 34, 35, 36) - Fixed crash in
autoUpdateron macOS when zip extraction failed. #47302 (Also in 34, 35, 36) - Fixed crash in xdg portal version detection on startup. #47023 (Also in 35, 36)
- Fixed crash on Linux when PipeWire screenshare source selection is cancelled. #46112 (Also in 35, 36)
- Fixed crash on application exit with pending
app.getGPUInfopromise. #46434 (Also in 34, 35, 36) - Fixed crash on reconversion with google IME and editcontext on macOS. #46688 (Also in 34, 35, 36)
- Fixed crash when renderer process crashes while webview is reloading. #46735 (Also in 34, 35, 36)
- Fixed crash with out-of-bounds string read when parsing NODE_OPTIONS. #46210 (Also in 34, 35, 36)
- Fixed flickering and ghosting artifacts in transparent windows on macOS. #46353 (Also in 35, 36)
- Fixed incorrect titlebar in file save dialogs. #46067 (Also in 33, 34, 35, 36)
- Fixed log files written to the current working directory on Windows. #46910 (Also in 35, 36)
- Fixed memory leak in AutofillPopupView. #46384 (Also in 34, 35, 36)
- Fixed opening package paths as directory when
treatPackageAsDirectoryis enabled on macOS. #47108 (Also in 35, 36) - Fixed regression with directory selection in macOS dialogs. #47277 (Also in 35, 36)
- Fixed several paint and white flash issues on macOS. #46615 (Also in 35, 36)
- Fixed the border style of windows with vibrancy on macOS. #46648 (Also in 35, 36)
- Fixed the issue where maximizing and restoring the window does not respect the corner radius settings, and the corner radius is incorrect in fullscreen mode. #46641 (Also in 35, 36)
- Fixed the issue where rounded corners disappear momentarily when closing on Windows 11. #46382 (Also in 35, 36)
- Fixed title changes to not occur while navigating within a page. #45981 (Also in 34, 35, 36)
- Fixed xdg portal version detection for file dialogs on linux. #46922 (Also in 35, 36)
- Improved webContents loading time when resolving fonts for uncommon scripts. #45905 (Also in 34, 35, 36)
- Microtasks are no longer (incorrectly) run by serializing values, including when sending IPC. #46668 (Also in 34, 35, 36)
- Partially fixes an issue with printing a PDF via
webContents.print()where the callback would not be called. #47398 (Also in 35, 36) - Restored previous window-hiding behavior of
win.setContentProtected()on Windows. #47033 (Also in 35, 36) - When a menu item on macOS is disabled (
enabled = false), it is now greyed out. #46307 (Also in 34, 35, 36)
Other Changes
- Backported fix for
4010597. #45936 - Backported fix for
4010597. #45941 - Backported fix for
4090597. #47358 - Backported fix for
4206375. #47356 - Fixed an issue where Electron could fail to load on some older Linux distributions. #45974 (Also in 34, 35, 36)
- Reverts a change that greyed out disabled menu items on macOS (https://github.com/electron/electron/pull/46307). #46502 (Also in 34, 35, 36)
- Security: backported fix for CVE-2025-5419. #47352
Documentation
Notices
End of Support for 34.x.y
Electron 34.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.
v36.6.0: electron v36.6.0
Release Notes for v36.6.0
Features
- Added support for
--no-experimental-global-navigatorflag. #47417 (Also in 35, 37) - Added support for
HIDDevice.collections. #47484 (Also in 37) - Added support for customizing system accent color and highlighting of active window border. #47538 (Also in 35, 37)
Fixes
Other Changes
- Updated Chromium to 136.0.7103.177. #47500
v36.5.0: electron v36.5.0
Release Notes for v36.5.0
Features
- Added
before-mouse-eventto allow intercepting and preventing mouse events in WebContents. #47365 (Also in 37) - Added the priority and priorityIncremental options to net.request(). #47320 (Also in 37)
- Exposed
win.isContentProtected()to allow developers to check window protection status. #47311 (Also in 37)
Fixes
- Fixed
addChildView()crashes when adding a closed WebContentsView. #47340 (Also in 35, 37) - Fixed a potential crash using
session.clearDatain some circumstances. #47411 (Also in 35, 37) - Fixed an error when importing
electronfor the first time from an ESM module loaded by a CJS module in a packaged app. #47343 (Also in 35, 37) - Fixed an issue where calling
Fetch.continueResponsevia debugger withWebContentsViewcould cause a crash. #47442 (Also in 35, 37) - Partially fixes an issue with printing a PDF via
webContents.print()where the callback would not be called. #47400 (Also in 35, 37)
Other Changes
- Backported fix for
4206375. #47368 - Updated Chromium to 136.0.7103.168. #47441
- Updated Node.js to v22.16.0. #47214
v36.4.0: electron v36.4.0
Release Notes for v36.4.0
Fixes
Other Changes
Documentation
- Documentation changes: #47298
v36.3.2: electron v36.3.2
Release Notes for v36.3.2
Fixes
- Fixed an issue where protected transparent windows inappropriately showed a titlebar after visibility change. #47264 (Also in 35, 37)
- Fixed regression with directory selection in macOS dialogs. #47278 (Also in 35, 37)
Other Changes
- Updated Chromium to 136.0.7103.115. #47215
v36.3.1: electron v36.3.1
Release Notes for v36.3.1
Other Changes
v36.3.0: electron v36.3.0
Release Notes for v36.3.0
Features
- Added
innerWidthandinnerHeightoptions for window.open. #47038 (Also in 35, 37) - Added sublabel functionality for menus on macOS >= 14.4. #47040 (Also in 35, 37)
- Added support for
screen.dipToScreenPoint(point)andscreen.screenToDipPoint(point)on Linux X11. #47125 (Also in 35, 37) - Added support for node option
--experimental-network-inspection. #47030 (Also in 35, 37)
Fixes
- Fixed an issue where the 'suspend' and 'resume' events could be emitted in duplicate. #47189 (Also in 37)
- Fixed opening package paths as directory when
treatPackageAsDirectoryis enabled on macOS. #47109 (Also in 35, 37)
Other Changes
v36.2.1: electron v36.2.1
Release Notes for v36.2.1
Fixes
- Fixed a possible crash using the WebView tag and calling focus. #47037 (Also in 35, 37)
- Fixed an issue where the window flickers with either a light or dark color before loading the desired background color. #47053 (Also in 35, 37)
- Fixed crash in xdg portal version detection on startup. #47024 (Also in 35, 37)
- Restored previous window-hiding behavior of
win.setContentProtected()on Windows. #47032 (Also in 35, 37)
Other Changes
- Updated Chromium to 136.0.7103.93. #46974
v36.2.0: electron v36.2.0
Release Notes for v36.2.0
Fixes
- Fixed a crash that could occur when opening some dialogs as windows are closing on macOS. #46951 (Also in 35, 37)
- Fixed an issue where
webContents.printdid not work as expected whenmediaSizewas not passed. #46972 (Also in 37) - Fixed an issue where filters wouldn't apply in the specific case only one was passed. #46945 (Also in 37)
- Fixed log files written to the current working directory on Windows. #46912 (Also in 35, 37)
- Fixed xdg portal version detection for file dialogs on linux. #46923 (Also in 35, 37)
Other Changes
- Updated Node.js to v22.15.0. #46741
v36.1.0: electron v36.1.0
Release Notes for v36.1.0
Fixes
- Fixed an issue where transparent child windows on macOS were rendering a grey block as opposed to their correct contents. #46890
- Fixed display id validation errors on certain versions of windows 10. #46874
Other Changes
- Added support for
--js-flags=--perf-profon macOS. #46876 (Also in 35) - Updated Chromium to 136.0.7103.49. #46870
v36.0.1: electron v36.0.1
Release Notes for v36.0.1
Fixes
- Fixed the
visibleOnAllWorkspacesproperty on Linux. #46850 (Also in 35) - Fixed the issue where maximizing and restoring the window does not respect the corner radius settings, and the corner radius is incorrect in fullscreen mode. #46848 (Also in 35)
v36.0.0: electron v36.0.0
Release Notes for v36.0.0
Stack Upgrades
- Chromium
136.0.7103.48 - Node
22.14.0 - V8
13.6
Breaking Changes
- Deprecated
NativeImage.getBitmap()and fixed incorrect documentation. #46736 - Fixed an issue where badly formatted switches could cause crashes in app.commandLine functions. #46446 (Also in 35)
- Moved
Sessionextension APIs toSession.extensions. #45597 - The deprecated
systemPreferences.isAeroGlassEnabled()API has been removed. #45563 - Updated Chromium to 135.0.7015.0 refactor: remove status, isDefault properties from PrinterInfo in 5b65cc7 #45500
- Updated Chromium to 135.0.7047.0 docs: call out breaking change for GTK 4 default on GNOME in 02353aa #45859
- Updated Chromium to 136.0.7054.0. Removed
ses.clearDataStorage({ quota: 'syncable' })in c180524 #45923
Features
Additions
- Added
BrowserWindow.isSnapped()to indicate whether a given window has been arranged via Snap. #46226 - Added
ServiceWorkerMainclass to interact with service workers in the main process.- Added
fromVersionIDonServiceWorkersto get an instance ofServiceWorkerMain. - Added
running-status-changedevent onServiceWorkersto indicate when a service worker's running status has changed. - Added
startWorkerForScopeonServiceWorkersto start a worker that may have been previously stopped. #45232 (Also in 35)
- Added
- Added
WebContents.focusedFrameto get the focused frame.- Fixed
WebContents.openerto specify potentialnulltype. #45667
- Fixed
- Added
contextBridge.executeInMainWorldto safely execute code across world boundaries. #45229 (Also in 35) - Added
ffmpeg.dllto delay load configuration. #46173 (Also in 34, 35) - Added
nativeTheme.shouldUseDarkColorsForSystemIntegratedUIto distinguish system and app theme. #46598 (Also in 35) - Added
view.getVisible(). #44999 (Also in 34, 35) - Added
webContents.navigationHistory.restore(index, entries)API that allows restoration of navigation history. #45433 (Also in 34, 35) - Added excludeUrls to webRequest filter and deprecated the use of empty arrays in
urlsproperty. #44692 (Also in 35) - Added permission support for
document.executeCommand("paste"). #45377 (Also in 33, 34, 35) - Added support for Autofill, Writing Tools and Services macOS level menu items in context menus via the new
frameoption inmenu.popup. #46350 - Added support for
roundedCornersBrowserWindow constructor option on Windows. #45594 (Also in 34, 35) - Added support for
system-context-menuon Linux. #46399 - Added support for service worker preload scripts. #44411 (Also in 35)
- Redesigned preload script APIs by introducing
registerPreloadScript, `unregis
⚠️ No Changeset found
Latest commit: fdbed33222d8d8a16d815b0aa7371227843bf35e
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR