Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update electron to the latest version 🚀 #665

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 3, 2018

👛 Save 16% on your Greenkeeper invoice by switching to yearly billing in the account dashboard.

Version 2.0.4 of electron was just published.

Dependency electron
Current Version 2.0.3
Type devDependency

The version 2.0.4 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 v2.0.4

Bug 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.setContextMenu crash. #13516

Windows

  • Fixed windows causing repaint issues when DWM composition is disabled. #12501
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 🌴

greenkeeper bot added a commit that referenced this pull request Jul 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 13, 2018

Version 2.0.5 just got published.

Update to this version instead 🚀

Release Notes electron v2.0.5

Bug Fixes

  • Fixed crash from double-freeing remote references. #13604
  • Fixed crash when using proxies. #13625

greenkeeper bot added a commit that referenced this pull request Aug 1, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 1, 2018

Version 2.0.6 just got published.

Update to this version instead 🚀

Release Notes electron v2.0.6

Bug 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 src was set. #13714
  • Made setTimeout promisify-friendly. #13859
  • Use --enable-features and --disable-features. #13782
  • Minor documentation updates and fixes. #13856

greenkeeper bot added a commit that referenced this pull request Aug 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 8, 2018

Version 2.0.7 just got published.

Update to this version instead 🚀

Release Notes electron v2.0.7

Bug 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-features and --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

greenkeeper bot added a commit that referenced this pull request Aug 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2018

Version 2.0.8 just got published.

Update to this version instead 🚀

Release Notes electron v2.0.8

Bug Fixes/Changes

  • [SECURITY] Fixed webPreferences inheritance issue. CVE-2018-15685
  • Improved logging for request failures for releasing. #14244

greenkeeper bot added a commit that referenced this pull request Sep 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 10, 2018

Version 2.0.9 just got published.

Update to this version instead 🚀

Release Notes electron v2.0.9

Bug 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

greenkeeper bot added a commit that referenced this pull request Sep 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 19, 2018

  • The devDependency electron was updated from 2.0.3 to 3.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 info@electronjs.org.

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 webview in sandbox renderer
  • [#14118] feat: fs.readSync now works with massive files
  • [#14031] feat: node fs wrappers to make fs.realpathSync.native and fs.realpath.native available

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-details and did-get-redirect-request events
  • [#12655] feat: default to disabling navigating on drag/drop
  • [#12993] feat: Node v4.x or greater is required use the electron npm 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::Window to api::BrowserWindow
  • [#12679] feat: visual zoom now turned off by default
  • [#12408] refactor: rename app-command media-play_pause to media-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.statSyncNoException throwing exceptions
  • [#13476, #13452] fix: crash when loading site with jquery
  • [#14092] fix: crash in net::ClientSocketHandle destructor
  • [#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.setContextMenu crash
  • [#14205] fix: pressing escape on a dialog now closes it even if defaultId is 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
  • TextField and Button APIs are experimental and are therefore off by default
    • They can be enabled with the enable_view_api build flag

greenkeeper bot added a commit that referenced this pull request Sep 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2018

  • The devDependency electron was updated from 2.0.3 to 3.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

greenkeeper bot added a commit that referenced this pull request Sep 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2018

  • The devDependency electron was updated from 2.0.3 to 3.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

greenkeeper bot added a commit that referenced this pull request Oct 7, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 7, 2018

  • The devDependency electron was updated from 2.0.3 to 3.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

greenkeeper bot added a commit that referenced this pull request Oct 11, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 11, 2018

  • The devDependency electron was updated from 2.0.3 to 3.0.4.

Update to this version instead 🚀

Release Notes for electron v3.0.4

Bug Fixes/Changes

  • Backport of #14648. #15032

  • fix: Check minSize constraints before resizing (backport: 3-0-x). #15038

  • fix: Lifetime of auth_info_ in login handler. #15044

  • fix: handle shortcuts by default if no WebPreferences object exists. #15066

  • chore: bump libcc (3-0-x). #15072

greenkeeper bot added a commit that referenced this pull request Oct 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 19, 2018

  • The devDependency electron was updated from 2.0.3 to 3.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

greenkeeper bot added a commit that referenced this pull request Oct 24, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 24, 2018

  • The devDependency electron was updated from 2.0.3 to 3.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

greenkeeper bot added a commit that referenced this pull request Nov 1, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 1, 2018

  • The devDependency electron was updated from 2.0.3 to 3.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

greenkeeper bot added a commit that referenced this pull request Nov 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 5, 2018

  • The devDependency electron was updated from 2.0.3 to 3.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 windowsHide to 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

greenkeeper bot added a commit that referenced this pull request Feb 14, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 14, 2020

  • The devDependency electron was updated from 2.0.3 to 8.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 28, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 28, 2020

  • The devDependency electron was updated from 2.0.3 to 8.0.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 3, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 3, 2020

  • The devDependency electron was updated from 2.0.3 to 8.0.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 6, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 6, 2020

  • The devDependency electron was updated from 2.0.3 to 8.1.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 10, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 10, 2020

  • The devDependency electron was updated from 2.0.3 to 8.1.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 24, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 24, 2020

  • The devDependency electron was updated from 2.0.3 to 8.2.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 6, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 6, 2020

  • The devDependency electron was updated from 2.0.3 to 8.2.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 13, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 13, 2020

  • The devDependency electron was updated from 2.0.3 to 8.2.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 17, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 17, 2020

  • The devDependency electron was updated from 2.0.3 to 8.2.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 28, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 28, 2020

  • The devDependency electron was updated from 2.0.3 to 8.2.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 30, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 30, 2020

  • The devDependency electron was updated from 2.0.3 to 8.2.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 15, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 15, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency electron was updated from 2.0.3 to 8.3.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 19, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 19, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency electron was updated from 2.0.3 to 9.0.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 1, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 1, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency electron was updated from 2.0.3 to 9.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 2, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 2, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency electron was updated from 2.0.3 to 9.0.2.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants