Update electron to the latest version π
Version 1.8.6 of electron was just published.
| Dependency | electron |
|---|---|
| Current Version | 1.8.4 |
| Type | devDependency |
The version 1.8.6 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of electron.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
electron v1.8.6Bug Fixes
macOS
- Fixed 1.8.5 MAS release that contained extraneous files.
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
Version 2.0.0 just got published.
Update to this version instead π
Release Notes
electron v2.0.0Note: This is the stabilization release for 2.0.0. There are no code changes between 2.0.0 and 2.0.0-beta.8
2.0.0 contains the following changes from the 1.8.x series:
Upgrades
- Upgraded from Chrome
59.0.3071.115to61.0.3163.10. #10213 - Upgraded from Node
8.2.1to8.9.3. #10213 - Upgraded from v8
5.9.211.38to6.1.534.41. #10213
Breaking API changes
- Changed
menu.popupsignature. #11968 - Removed deprecated
crashReporter.setExtraParameter#11972 - Removed deprecated
webContents.setZoomLevelLimitsandwebFrame.setZoomLevelLimits. #11974 - Removed deprecated
clipboardmethods. #11973 - Removed support for boolean parameters for
tray.setHighlightMode. #11981
Version 2.0.1 just got published.
Update to this version instead π
Release Notes
electron v2.0.1Bug Fixes
-
Fixed context menu for sandbox devtools. #12731
-
Fixed
dialog.showOpenDialogfilters to show filter name instead of extension. #12779 -
Fixed invisible menu items no longer triggering. #12831
-
Fixed long jitter buffer delays with Opus and DTX. #12785
-
Fixed listeners out of limit warning. #12856
-
[SECURITY] Updates command-line backlist switches. #12806
-
Fixed typescript generation error. #12940
-
Fixed empty description on file type input when only one extension is given. #12963
macOS
- Fixed the type information for
inAppPurchase.canMakePayments(). #12824
Linux
- Backport (2-0-x) - fix: support multiple inherited ubuntu session for indicators. #12964
Windows
Version 2.0.2 just got published.
Update to this version instead π
Release Notes
electron v2.0.2Bug Fixes
- Fixed long jitter buffer delays with Opus and DTX (mistakenly marked as fixed in 2.0.1). #13009
- Documented missing quit events during shutdown. #13026
- Updated locale documentation. #13027
Linux
- Fixed
Menu.setApplicationMenu(null)crash. #13022
Windows
- Fixed frameless transparent windows larger than 64x64. #13014
Version 2.0.3 just got published.
Update to this version instead π
Release Notes
electron v2.0.3Bug Fixes
- Fixed crashes with natively compiled modules. #13260
- Mark browser window affinity as experimental. #13295
- Enabled WebFrame method forwarding in sandboxed renderers (#12538). #13076
- Fixed issue starting Electron with Node options. #13324
- Fixed passing the boolean value of enableAutoSize in webContents.setSize(options). #13330
- [SECURITY] Added temporal index bounds check for WebRTC. #13305
macOS
- Fixed tray title not inverting when highlighted. #13262
- Fixed to allow lookup of videodecoder service to fix HW video decoding on macOS 10.13. #13275, #13345
- Fixed issue allowing bundles to be selected in open file. #13277
- Fixed to set mac protocol to none after calling app.removeAsDefaultProtocolClient. #13325
Version 2.0.4 just got published.
Update to this version instead π
Release Notes
electron v2.0.4Bug Fixes
- Fixed crashes in V8 garbage collector. #13421
- Fixed issue where cookies and credentials were being captured in netlog. #13537
macOS
- Fixed crash on startup on macOS 10.9 due to linking with CoreBluetooth. #13545
- Fixed
tray.setContextMenucrash. #13516
Windows
- Fixed windows causing repaint issues when DWM composition is disabled. #12501
Version 2.0.5 just got published.
Version 2.0.6 just got published.
Update to this version instead π
Release Notes
electron v2.0.6Bug Fixes
- Fix Widget::OnSizeConstraintsChanged crash. #13825
- Fix crash caused by double-freeing remote references. #13735
- Fix flicker on Macs when the GPU is under heavy load. #13896
- Fixed 'will-attach-webview' event firing before
srcwas set. #13714 - Made setTimeout promisify-friendly. #13859
- Use --enable-features and --disable-features. #13782
- Minor documentation updates and fixes. #13856
Version 2.0.7 just got published.
Update to this version instead π
Release Notes
electron v2.0.7Bug Fixes
- Fix handling SIGINT and SIGTERM in the Electron CLI helper. #13888
- Remove upstream code that used private Mac API. #13919
- Improve handling of
--enable-featuresand--disable-features. #13921 - Fix some APIs modified for ASAR support couldn't be util.promisified. #13960
- Prevent menu update while it's open. #13966
- Use unverified sync token in WebGL's DrawingBuffer. #13919
Version 2.0.8 just got published.
Update to this version instead π
Release Notes
electron v2.0.8Bug Fixes/Changes
- [SECURITY] Fixed webPreferences inheritance issue. CVE-2018-15685
- Improved logging for request failures for releasing. #14244
Version 2.0.9 just got published.
Update to this version instead π
Release Notes
electron v2.0.9Bug Fixes/Changes
-
fix: do not bubble up resize event from webview. #14272
-
deps: update node for two backports. #14298
-
fix: issue 10962, crash when open devtool. #13808
-
fix: don't crash on tray.setContextMenu(null). #14330
-
fix: dont parse arguments after a -- in the inspector (#14297). #14334
-
fix: crash when tray is destroyed. #14366
-
docs: added session-created event documentation (backport: 2-0-x). #14439
-
chore: add release-artifact-cleanup script. #14448
-
Fix documentation tyop. #14477
- The
devDependencyelectron was updated from1.8.4to3.0.0.
Update to this version instead π
Release Notes for electron v3.0.0
v3.0.0 would not have been possible without our App Feedback Program partners, who provided early testing and feedback during the beta cycle. Thanks to Atlassian, Atom, Microsoft Teams, Oculus, OpenFin, Slack, Symphony, VS Code, and other program members for their work. If you'd like to participate in future betas, please mail us at [email protected].
Changes / New Features
Major bumps to several important parts of Electron's toolchain, including Chrome v66.0.3359.181, Node v10.2.0, and V8 v6.6.346.23.
- [#12656] feat:
app.isPackaged - [#12652] feat:
app.whenReady() - [#13183] feat:
process.getHeapStatistics() - [#12485] feat:
win.moveTop()to move window z-order to top - [#13110] feat: TextField and Button APIs
- [#13068] feat: netLog API for dynamic logging control
- [#13539] feat: enable
webviewin sandbox renderer - [#14118] feat:
fs.readSyncnow works with massive files - [#14031] feat: node
fswrappers to makefs.realpathSync.nativeandfs.realpath.nativeavailable
Breaking API changes
- [#12362] feat: updates to menu item order control
- [#13050] refactor: removed documented deprecated APIs
- See docs for more details
- [#12477] refactor: removed
did-get-response-detailsanddid-get-redirect-requestevents - [#12655] feat: default to disabling navigating on drag/drop
- [#12993] feat: Node
v4.xor greater is required use theelectronnpm module - [#12008 #12140 #12503 #12514 #12584 #12596 #12637 #12660 #12696 #12716 #12750 #12787 #12858] refactor:
NativeWindow - [#11968] refactor:
menu.popup() - [#8953] feat: no longer use JSON to send the result of
ipcRenderer.sendSync - [#13039] feat: default to ignore command line arguments following a URL
- [#12004] refactor: rename
api::Windowtoapi::BrowserWindow - [#12679] feat: visual zoom now turned off by default
- [#12408] refactor: rename app-command
media-play_pausetomedia-play-pause
macOS
- [#12093] feat: workspace notifications support
- [#12496] feat:
tray.setIgnoreDoubleClickEvents(ignore)to ignore tray double click events. - [#12281] feat: mouse forward functionality on macOS
- [#12714] feat: screen lock / unlock events
Windows
- [#12879] feat: added DIP to/from screen coordinate conversions
Nota Bene: Switching to an older version of Electron after running this version will require you to clear out your user data directory to avoid older versions crashing. You can get the user data directory by running console.log(app.getPath("userData")) or see docs for more details.
Bug Fixes
- [#13397] fix: issue with
fs.statSyncNoExceptionthrowing exceptions - [#13476, #13452] fix: crash when loading site with jquery
- [#14092] fix: crash in
net::ClientSocketHandledestructor - [#14453] fix: notify focus change right away rather not on next tick
MacOS
- [#13220] fix: issue allowing bundles to be selected in
<input file="type">open file dialog - [#12404] fix: issue blocking main process when using async dialog
- [#12043] fix: context menu click callback
- [#12527] fix: event leak on reuse of touchbar item
- [#12352] fix: tray title crash
- [#12327] fix: non-draggable regions
- [#12809] fix: to prevent menu update while it's open
- [#13162] fix: tray icon bounds not allowing negative values
- [#13085] fix: tray title not inverting when highlighted
- [#12196] fix: Mac build when
enable_run_as_node==false - [#12157] fix: additional issues on frameless windows with vibrancy
- [#13326] fix: to set mac protocol to none after calling
app.removeAsDefaultProtocolClient - [#13530] fix: incorrect usage of private APIs in MAS build
- [#13517] fix:
tray.setContextMenucrash - [#14205] fix: pressing escape on a dialog now closes it even if
defaultIdis set
Linux
- [#12507] fix:
BrowserWindow.focus()for offscreen windows
Other Notes
- PDF Viewer is not working in 3.0.0 but will be return soon
TextFieldandButtonAPIs are experimental and are therefore off by default- They can be enabled with the
enable_view_apibuild flag
- They can be enabled with the
- The
devDependencyelectron was updated from1.8.4to3.0.1.
Update to this version instead π
Release Notes for electron v3.0.1
Bug Fixes/Changes
-
chore: fix await in cleanup script (backport: 3-0-x). #14696
-
docs: specify BrowserWindow features passable to window.open. #14702
-
Fix second-instance handler signature. #14748
-
fix: do not set layer explicitly for frameless window. #14736
-
fix: actually return appmetrics. #14750
-
fix: initialize tracing controller before starting platform (3-0-x). #14503
-
docs: clarify allowable background colors for BrowserWindow transparency (backport: 3-0-x). #14781
-
fix: inconsistent titleBarStyle on transparent fullscreen. #14790
-
chore: bump libcc (3-0-x). #14809
-
fix: get background color from GtkMenuBar#menubar. #14812
- The
devDependencyelectron was updated from1.8.4to3.0.2.
Update to this version instead π
Release Notes for electron v3.0.2
Bug Fixes/Changes
- docs: correct key code reqs for accel doc. #14824
- The
devDependencyelectron was updated from1.8.4to3.0.3.
Update to this version instead π
Release Notes for electron v3.0.3
Bug Fixes/Changes
-
fix: enable key accelerator flags for Windows and Linux (backport: 3-0-x). #14859
-
fix: roll node deps for fs event patch. #14864
-
fix: Disable new fade animation for BrowserViews. #14913
-
fix: check guest view's devtools window size. #14928
-
fix: use white background for non-OSR renderer by default. #14934
-
fix: support ASAR in fs.copyFile. #14953
- The
devDependencyelectron was updated from1.8.4to3.0.4.
Update to this version instead π
Release Notes for electron v3.0.4
Bug Fixes/Changes
- The
devDependencyelectron was updated from1.8.4to3.0.5.
Update to this version instead π
Release Notes for electron v3.0.5
Bug Fixes/Changes
-
fix: check dbus response for null before use. #15033
-
docs: app.getLoginItemStatus -> app.getLoginItemSettings. #15113
-
spec: re-enable app.getAppMetric API. #15123
-
fix: natively implement LoginItems methods. #15128
-
build: enable PIE when compiling Linux builds, fix #14961. #15152
-
fix: Memory > Profiles > Load in DevTools. #15155
-
fix: preserve background color through reload (backport: 3-0-x). #15175
-
build: enable BIND_NOW when compiling Linux builds, fix #15149. #15153
-
fix: simpleFullscreen window should be on top of other OS X menu bars. #15183
-
fix: Menu accelerators not working Unity. #15181
-
fix: do not enable node integration in child window if not enabled. #15108
-
chore: warn memory leak when using nativeWindowOpen with nodeIntegration (3-0-x). #15192
-
add width to webview iframe. #15204
-
chore: bump libcc (3-0-x). #15201
-
Revert "build: enable BIND_NOW when compiling Linux builds, fix #15149. #15153
-
Revert "build: enable PIE when compiling Linux builds, fix #14961. #15152
- The
devDependencyelectron was updated from1.8.4to3.0.6.
Update to this version instead π
Release Notes for electron v3.0.6
Bug Fixes/Changes
-
fix: loading of devtools extensions on startup (backport: 3-0-x). #15264
-
fix: Convert to lower case in upload symbols script (backport: 3-0-x). #15261
-
fix: make release-artifact-cleanup executable (backport: 3-0-x). #15272
-
chore: make macOS release builds higher priority to skip the queue. #15284
-
fix: trim app name and productName. #15286
-
test: asyncawaitify one of sandbox related tests (backport: 3-0-x). #15281
-
spec: increase MAS timeout for login items. #15296
-
fix: correctly enable and disable windows on Windows and Linux (backport: 3-0-x). #15255
-
fix: ability to fetch separators by id. #15299
-
docs: we don't emit an event object for session-created. #15308
-
fix: correct reversed logic in NativeWindowMac::SetEnabled. #15324
-
fix: Native window close crash. #15338
-
fix: honor dialog.showMessageBox()'s Icon argument on Linux. #15342
-
chore: bump libcc (3-0-x). #15374
- The
devDependencyelectron was updated from1.8.4to3.0.7.
Update to this version instead π
Release Notes for electron v3.0.7
Bug Fixes/Changes
-
fix: set NSResizableWindowMask at init time. #15384
-
fix: folder open not working in devtools. #15396
-
fix: check for shared memory handle validity before closing, remove DebugDumpData call. #15402
-
doc: correct ipcRenderer sendTo windowId param. #15418
-
fix: use gio as default linux trash impl (backport: 3-0-x). #15421
-
chore: bump libcc (3-0-x). #15420
-
fix: enable FixAltGraph to fix Ctrl+Alt accelerators on Windows. #15378
-
doc: clarify menu item properties not available top-level. #15461
-
docs: add return type for subscribeNotification. #15499
- The
devDependencyelectron was updated from1.8.4to3.0.8.
Update to this version instead π
Release Notes for electron v3.0.8
Bug Fixes/Changes
-
Fix missing remote object error when calling remote function created in preload script (3-0-x). #15445
-
fix: explicitly set
windowsHideto the old node default. #15514 -
chore: publish to the latest tag correctly when releasing old versions (#15515). #15520
-
docs: add Size as an option for pageSize in docs for printToPDF. #15525
-
docs: fix the "second-instance" event handler signature in the docs. #15546
-
fix: Empty menu case. #15553
-
build: add v8_context_generator to mksnapshot zip (3-0-x). #15505
-
fix: use NSURL path for receipt url. #15573
- The
devDependencyelectron was updated from1.8.4to3.0.9.
- The
devDependencyelectron was updated from1.8.4to3.0.10.
- The
devDependencyelectron was updated from1.8.4to3.0.11.
Update to this version instead π
Release Notes for electron v3.0.11
Bug Fixes/Changes
-
fix: no longer require submenu for services menuitem. #15672
-
fix: ensure that file descriptors 0/1/2 are opened at startup (backport: 3-0-x). #15781
-
chore: bump libcc (3-0-x). #15850
-
ci: clean git before building. #15889
-
fix: schedule a paint after browserview's background is set. #15798
-
chore: expose release id for use in cleanup (#15845). #15949
-
fix: incorrect view ordering for customButtonsOnHover (#15564). #16002
-
fix: do not print an error for an expected condition (#15991). #15999
- The
devDependencyelectron was updated from1.8.4to3.0.12.
- The
devDependencyelectron was updated from1.8.4to3.0.13.
- The
devDependencyelectron was updated from1.8.4to4.0.0.
Update to this version instead π
Release Notes for electron v4.0.0
Release Notes for v4.0.0
Breaking Changes
- Upgraded to Chromium 69.0.3497.106 and Node 10.11.0. #13756, #14964, #14972
- Changed to the new single instance API. #12782, #14518
- Bumped minimum supported macOS version to 10.10. #15357
Features
- Added "will-move" event to the BrowserWindow. #14283
- Added
BrowserWindow.setWindowButtonVisibility(). a42ca9ee - Added
Versionkey toElectron FrameworkMac bundle'sInfo.plist. #14296 - Added
systemPreferencesAPIs to help apps respect Mojave dark mode settings. #14755 - Added
webPreferences.enableRemoteModuleoption allowing to disable the remote module to increase sandbox security. #15222 - Added
getNormalBounds()API for theBrowserWindowclass to fetch window bounds while minimized. #13290 - Added
will-redirectevent on webContents to capture, handle and prevent redirects during navigations. #13866 - Added an option to
MenuItemthat makes it possible to skip accelerator registration. #15840 - Added
app.enableSandbox(). #14999 - Added
creationTimemethod to process. #13542 - Added
event.senderIdproperty to IPCs sent viaipcRenderer.sendTo. #14395 - Added
getUploadProgressAPI to the net module. #13783 - Added
isCurrentlyAudible()to WebContents. #13614 - location url added to "Node.js Integration with Remote Content" warning. #13973
- Added media access APIs for macOS Mojave. #15948
- Added
always-on-top-changeevent. #14951 - Added query, search and hash options to
webContents.loadFile. #14515 - Added
process.takeHeapSnapshot()andwebContents.takeHeapSnapshot(). #14456 - Added screen reader support for Win32 toast notifications. #13834
- Added
session.setPermissionCheckHandler(). #13925 - Added
will-resizeevent to TopLevelWindow. #13649 - Added
workingDirectorytoshell.openExternal()options. #15065 - Added
app.showAboutPanel()on macOS. #15680 - Added
app.getGPUInfo(). #13486 - Added
--disable-color-correct-renderingswitch. #16020 - Allow partial setting of window bounds. #15699
- Added
win.setShape()API to TopLevelWindow. #13789 - Allow window above full screen windows on macOS. #14122
- Allow filtering of
remote.require()/remote.getGlobal()requests by handlingremote-require/remote-get-globalevents. #15562 - Expose
WebContents#setBackgroundThrottling. #15623 - Point based API's now automatically round incoming
xandyvalues. #14604 - Expose several
processobject APIs to sandboxed renderers. #13505 - Added simplified Mojave dark mode APIs. #14895
- Support
chrome://URLs in default_app. #13575 - Enable use of NODE_OPTIONS env var. #15259
- Added a
mediaTypeproperty to media permission requests to distinguish between video and audio requests. #14600 menu.popup()options are now optional. #13977
Fixes
- Several
processAPIs were returning proxied values instead of simple ones. #13905 - Preload scripts could not be loaded with CSP enabled. #13032
- Correctly remove DOM storage limits. #15688
- Correctly mark crashReporter companyName as required. #14132
- Debugger command callbacks now run with
nullas the error when no error has occurred. #14814 - CORB checks are now disabled when web security preference is disabled. #15801
- OSR windows now respects display scale factor. #15865
- Prevent bluetooth device list from growing without bound. #15866
- Security warnings now correctly show in sandboxed renderers. #14869
- Fixed a crash on exit when using
BrowserView. #15640 - Fixed a crash when using stream protocols. #15210
- Fixed shift-based accelerators not rendering correctly. #14966, #15401
- Fixed too-thin font rendering in macOS Mojave. #15007
- Fixed occasional freeze when navigating webview. #14487
- Honor
properties.showHiddenFilesindialog.showOpenDialog()on Linux. #15506 - Fixed incorrect display of 'zoom in' accelerator on mac. #15626
- Speech synthesis APIs now return OS voices on Windows. #14070
- Fixed CSP warnings in the default app. #13437
- Fixed notifications when running in a Windows Store environment. #13258
- On MacOS, closing notifications will now trigger the
closeEvent. #13306 Menu.buildFromTemplate()no longer creates empty MenuItems on falsey values. #13992- Fixed multiple printing bugs. #15976
- Updated
fs.stat/fs.statSyncfor newoptionsparam. #15350 - Partially fix the memory leak when opening child windows with
nativeWindowOpen. #15190
Other Changes
- Changed build system from GYP to GN. #14097
require('electron')performance improvements #14633- Deprecated
findInPageoptionswordStartandmedialCapitalAsWordStart. #15735 - Deprecated default webPreferences values for
nodeIntegration,contextIsolationandwebviewTag. #15045 - Fixed Widevine CDM not loading content. #14423
- Print a deprecation warning when the child windows opened with
nativeWindowOpenoption have node integration. #15193 - Removed experimentalCanvasFeatures property. #13684
- Removed legacy helpers (Electron Helper EH/NP). #14436
- Removed private
webContents.getId()API. #13674 - On Windows, functions available on Windows 7+ are now statically linked. #13578
- Removed unneeded
pyprotofiles from release archives. #15398 - In Electron 5.0, the default for nodeIntegration will change from true to false. Electron 4 will log a warning in the renderer when nodeIntegration is enabled by default. #16004
- Public IPC channel (
ipcRenderer/ipcMain) is no longer used to implement Electron internals (remotemodule for example). #13940 - Removed WTL dependency on Windows. #13463
- Remove use of some deprecated Chromium APIs. #14420, #13312, #13436, #13425, #13703
- V8 embedder version string changed from
-node.Nto-electron.N. #15120 - Implement
ipcRenderer.sendToin native code for better performance. #14285 - Other small IPC efficiency improvements. #14302, #14286
- Warn if you try to use Electron APIs from a non-electron environment. #15977
- Move pepper flash behind feature flag. #13322
Dependencies
Documentation
- Documentation changes: #12783, #13121, #13167, #13365, #13366, #13403, #13451, #13482, #13629, #13656, #13660, #13663, #13664, #13672, #13798, #13801, #13835, #13841, #13882, #13884, #13891, #13903, #13935, #13999, #14018, #14125, #14185, #14198, #14309, #14369, #14396, #14401, #14413, #14465, #14562, #14649, #14715, #14762, #14903, #15307, #15419, #15462, #15500, #15526, #15548, #15685, #15751, #15771, 379998e2, 4f8acb0c, 58e8c025, 9e85bdb0, e0735baf, #14823, #14526, 57d365a9, f788143c, #14455, #14731, #14301
- The
devDependencyelectron was updated from1.8.4to4.0.1.
Update to this version instead π
Release Notes for electron v4.0.1
Release Notes for 4-0-x
Fixes
- Allow passing a trace config as options to a "contentTracing.startRecording" call. #16158
- Fixed crash on macOS when using
globalShortcutfor media keys when accessibility access is not granted. #16262 - Throw an error if
app.setAccessibilitySupportEnabled()is called before thereadyevent is emitted. #16268 - Fixed incorrect foreground color on GTK menubar. #16223
- The
devDependencyelectron was updated from1.8.4to4.0.5.
Update to this version instead π
Release Notes for electron v4.0.5
Release Notes for v4.0.5
Features
- Allowed filtering of
remote.getBuiltin(),remote.getCurrentWindow(),remote.getCurrentWebContentsand<webview>.getWebContents(). #16688
Fixes
- Added a patch to fix incorrect enumeration and instantiation of Node.js ciphers in the Crypto module. #16912
- Electron no longer forwards IPC filtering events to
appfor dev-tools and extensions. #16716 - Fixed a rare renderer hang in cc::ProxyMain::BeginMainFrame. #16946
- Fixed an issue with promise methods not resolving correctly over ipc in the renderer process. #16654
- Fixed broken save dialog on macOS for
<a>downloads. #16647 - Fixed crash when calling setProgressBar on macOS. #16727
- Fixed issue whereby a user was not well informed when interacting with a menu submenu that did not have any visible
MenuItems. #16847 - Fixed memory leak when using webFrame and spell checker. #16772
- Fixed submenus not responding to the
visible: falseMenuItemproperty. #16845 - Fixed the
enableproperty having no effect for top-level submenuMenuItems. #16857
- The
devDependencyelectron was updated from1.8.4to4.0.6.
- The
devDependencyelectron was updated from1.8.4to4.0.7.
Update to this version instead π
Release Notes for electron v4.0.7
Release Notes for v4.0.7
Fixes
- Fixed
defaultIdnot taking affect when set to0and no "cancel" button was present on macOS. #17151 - Fixed
process.versions.chromereporting the wrong patch version. #17218 - Fixed
webContents.print()not working correctly. #17116 - Fixed a bug when retrieving security scoped bookmarks in
ShowOpenDialogandShowSaveDialog. #17176
- The
devDependencyelectron was updated from1.8.4to4.0.8.
Update to this version instead π
Release Notes for electron v4.0.8
Release Notes for v4.0.8
Release Notes TBD.