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 WinUIEx from 1.8.0 to 2.1.0 #362

Merged
merged 2 commits into from
Jan 31, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2023

Bumps WinUIEx from 1.8.0 to 2.1.0.

Release notes

Sourced from WinUIEx's releases.

v2.1

  • Ensure backdrop is always initialized during startup (#90).
  • Don't attempt to use window persistence in un-packaged applications.
  • WebAuthenticator: now supports cancellation tokens.
  • WebAuthenticator: Avoids an issue where state parameters are not always correctly handled/preserved correctly by OAuth services (#92).
  • Persistence: Add support for custom Window state persistence storage, for use by unpackaged applications (#61).

v2.0

NuGet download: https://www.nuget.org/packages/WinUIEx/2.0.0

  • Major version update. Requires Windows App SDK v1.2.
  • BREAKING: Removed MediaPlayerElement control (now included in Windows App SDK 1.2).
  • BREAKING: Remove obsolete APIs (tray icon and WindowEx.TitleBar).
  • Add support for trimming.
  • Fix issue where MicaAlt wasn't applied. Setting Kind on the Mica backdrop will now change the backdrop settings for properties that hasn't been explicitly overridden (matches Windows App SDK behavior). (Issue #88)
  • Adds support for defining a maximum width and height of the window. (Issue #81)
  • Remove workarounds for issues now addressed in Windows App SDK v1.2.
Commits
  • 5e179c2 Add support for custom window persistence storage. #61
  • d0cd0f4 Send State parameter as JSON instead of as url encoded.
  • 0d6741b Add support for cancellation of WebAuthenticator
  • 605ea1c Improve error message when using web authenticator unpackaged
  • 0f0bedc Ensure window persistance is only attempted with packaged apps.
  • ceacf87 Ensures backdrop is initializes when window becomes visible
  • f55f283 Disable package validation for now
  • 8f38d16 Revert version fix
  • 5c6729f Fix fallback path
  • 520a1cf Update publish_winuiex_nuget.yml
  • 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)

Bumps [WinUIEx](https://github.com/dotMorten/WinUIEx) from 1.8.0 to 2.1.0.
- [Release notes](https://github.com/dotMorten/WinUIEx/releases)
- [Commits](dotMorten/WinUIEx@v1.8.0...v2.1)

---
updated-dependencies:
- dependency-name: WinUIEx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from 0x5bfa as a code owner January 4, 2023 22:04
@dependabot dependabot bot added the dependencies This issue/PR is related to app dependencies. label Jan 4, 2023
@github-actions github-actions bot added the pr-triage/ready-to-merge This PR has been approved by an FH member. label Jan 30, 2023
@0x5bfa 0x5bfa merged commit f9615ff into main Jan 31, 2023
@0x5bfa 0x5bfa deleted the dependabot/nuget/WinUIEx-2.1.0 branch January 31, 2023 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This issue/PR is related to app dependencies. pr-triage/ready-to-merge This PR has been approved by an FH member.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant