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

Bump ElectronNET.API from 8.31.2 to 11.5.1 #104

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps ElectronNET.API from 8.31.2 to 11.5.1.

Changelog

Sourced from ElectronNET.API's changelog.

11.5.1

ElectronNET.CLI:

  • New Feature: Added new build and start commandline options for single exe (thanks nathanwienand) #506
  • New Feature: Set a description of the app in electron.manifest.json (thanks BurtsevC) #433
  • New Feature: Set a target for the start command (thanks gabecook) #463
  • New Feature: electronize init support for F# projects (thanks kojo12228) #457
  • New Feature: Linux support for the buildAll.sh (thanks duncanawoods) #465
  • Fixed bug: ERR_UNKNOWN_URL_SCHEME by intercepting file:// protocol (thanks duncanawoods) #467

ElectronNET.API:

  • New Feature: Native Electron 11.1.1 support, but not all new features (we search contributors)
  • Breaking API Changes (from native Electron 11.0): - Removed: BrowserView.{destroy, fromId, fromWebContents, getAllViews} and id property of BrowserView
  • New Feature: Upgrade to .NET 5 (thanks scottkuhl) #509
  • New Feature: Extension Method for adding the Electron static class members to the standard MS DI Containers, this is a QOL issue only. services.AddElectron() (thanks danatcofo) #528
  • New Feature: SetMenu completed for the Dock (MacOS) (thanks danatcofo) #528

Example for the Dock Menu

Electron.Dock.SetMenu(new [] { new MenuItem { Label = "Dock Menu Item", Click = () => { // do something } }, });

Example for consuming the activate event (MacOs only)

Electron.App.On("activate", obj => { var hasWindows = (bool)obj; // do something });

  • New Feature: On and Once implementations for the App and Tray to cover the plethora of events that are not mapped explicitly in those two modules. (thanks danatcofo) #528
  • New Feature: Adding the EnableRemoteModule property to the WebPreferences object. As of Electron 10, this property defaulted to false and without it exposed you can't use the remote module within a window. (thanks danatcofo) #528
  • New Feature: Adding a configurable default electron port. (thanks aarong-av) #505
  • New Feature: Added support for launching the application with a file on MacOS (thanks dlitty) #478
  • Improved: Avoid Blocking Calls in App and AutoUpdater (thanks freosc) #474
  • Fixed bug: Maintain references between socket.io connection events (thanks danatcofo) #468
  • Fixed bug: Set default WebPreferences.DefaultFontSize (thanks duncanawoods) #468

9.31.2

  • Electron-Builder fixed for Windows builds.

9.31.1

... (truncated)

Commits
  • 876bb98 11.5.1
  • 427b57a Update Changelog
  • cc0b15c Merge pull request #528 from stackify/issue/527
  • 8a0276d Add ability to enable remote module in browser
  • e941965 Support subscribing to unmapped events on App and Tray modules
  • 6076c72 By blow fix of documentation
  • 300dc49 Update the buildAll.sh so that you can run it successfully on a Mac
  • ce0f3fd Dock Menu support
  • 12f5eae Expose Electron members to the service provider
  • 3ef44cf Merge remote-tracking branch 'ElectronNET/master'
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [ElectronNET.API](https://github.com/ElectronNET/Electron.NET) from 8.31.2 to 11.5.1.
- [Release notes](https://github.com/ElectronNET/Electron.NET/releases)
- [Changelog](https://github.com/ElectronNET/Electron.NET/blob/master/Changelog.md)
- [Commits](ElectronNET/Electron.NET@8.31.2...11.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 22, 2021
@dependabot-preview
Copy link
Author

Superseded by #126.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/ElectronNET.API-11.5.1 branch July 9, 2021 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants