Bump WinUIEx from 2.2 to 2.3.0 #7

Merged
dependabot[bot] merged 1 commits from dependabot/nuget/WinUIEx-2.3.0 into trunk 2023-09-22 20:20:59 -05:00
dependabot[bot] commented 2023-09-15 08:40:24 -05:00 (Migrated from github.com)

Bumps WinUIEx from 2.2 to 2.3.0.

Release notes

Sourced from WinUIEx's releases.

v2.3

image

New features:

  • Added new TransparentTintBackdrop and its CompositionBrushBackdrop classes to support transparent or tinted windows as well as custom backdrops #42.
  • Added support for setting overall window opacity.
  • Add WindowExtensions.Move method #122.
  • Add WindowState and WindowStateChanged properties to Window Manager to track minimize/maximize/restore #112.

Fixes:

  • Improve persistance restore by ignoring display names #98.

Behavior change:

  • Window.CenterOnScreen() no longer sets the Window to show. Call the Window.ShowWindow() extension to bring the window to the front. #132

NuGet Package: https://www.nuget.org/packages/WinUIEx/2.3.0

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 2.2 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotMorten/WinUIEx/releases">WinUIEx's releases</a>.</em></p> <blockquote> <h2>v2.3</h2> <p><img src="https://github.com/dotMorten/WinUIEx/assets/1378165/0445d7f4-9a6d-4046-9d3c-a4fde0d58e4c" alt="image" /></p> <h3>New features:</h3> <ul> <li>Added new <a href="https://dotmorten.github.io/WinUIEx/api/WinUIEx.TransparentTintBackdrop.html"><code>TransparentTintBackdrop</code></a> and its <a href="https://dotmorten.github.io/WinUIEx/api/WinUIEx.CompositionBrushBackdrop.html"><code>CompositionBrushBackdrop</code></a> classes to support transparent or tinted windows as well as custom backdrops <a href="https://redirect.github.com/dotMorten/WinUIEx/issues/42">#42</a>.</li> <li>Added support for setting overall window opacity.</li> <li>Add WindowExtensions.Move method <a href="https://redirect.github.com/dotMorten/WinUIEx/issues/122">#122</a>.</li> <li>Add WindowState and WindowStateChanged properties to Window Manager to track minimize/maximize/restore <a href="https://redirect.github.com/dotMorten/WinUIEx/issues/112">#112</a>.</li> </ul> <h3>Fixes:</h3> <ul> <li>Improve persistance restore by ignoring display names <a href="https://redirect.github.com/dotMorten/WinUIEx/issues/98">#98</a>.</li> </ul> <h3>Behavior change:</h3> <ul> <li><code>Window.CenterOnScreen()</code> no longer sets the Window to show. Call the <code>Window.ShowWindow()</code> extension to bring the window to the front. <a href="https://redirect.github.com/dotMorten/WinUIEx/issues/132">#132</a></li> </ul> <p>NuGet Package: <a href="https://www.nuget.org/packages/WinUIEx/2.3.0">https://www.nuget.org/packages/WinUIEx/2.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotMorten/WinUIEx/commit/4fd9dbcf288ca423ec39e4294bbc6311f546f1e9"><code>4fd9dbc</code></a> Update WinUIEx.csproj</li> <li><a href="https://github.com/dotMorten/WinUIEx/commit/33d79dcb32e2dc0e588ecd5c6ffbe27f58fb1269"><code>33d79dc</code></a> Update CustomBackdrops.md</li> <li><a href="https://github.com/dotMorten/WinUIEx/commit/1e78179229218a71cd73bf75c120a90fd847edd3"><code>1e78179</code></a> Refactoring</li> <li><a href="https://github.com/dotMorten/WinUIEx/commit/74eae87e3b9b7e991488e06810782f75b034aa00"><code>74eae87</code></a> Fix typo</li> <li><a href="https://github.com/dotMorten/WinUIEx/commit/84734e82b1cd54c95fb6ce330cef75ddffab48e5"><code>84734e8</code></a> Hide obsoleted stuff</li> <li><a href="https://github.com/dotMorten/WinUIEx/commit/f2ca37fc9a2eed4ba776d29ac67010ad77c68dc8"><code>f2ca37f</code></a> Make color backdrop createable in xaml</li> <li><a href="https://github.com/dotMorten/WinUIEx/commit/226988cebffc9081f47eb9ba5a1747b130fbc6b2"><code>226988c</code></a> Added backdrop doc</li> <li><a href="https://github.com/dotMorten/WinUIEx/commit/f66182a2cbc2dc452a908e80551920e7fe3ffb8c"><code>f66182a</code></a> Fix build warnings</li> <li><a href="https://github.com/dotMorten/WinUIEx/commit/a42703fcce4e81207b6cb8f9e0f24342af474ceb"><code>a42703f</code></a> Added new TransparentBackdrop and ColorBackdrop classes to support transparen...</li> <li><a href="https://github.com/dotMorten/WinUIEx/commit/118550483bafa49e4c2697c07f24ee39d211bc26"><code>1185504</code></a> Fix typo</li> <li>Additional commits viewable in <a href="https://github.com/dotMorten/WinUIEx/compare/v2.2...v2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=WinUIEx&package-manager=nuget&previous-version=2.2&new-version=2.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
Sign in to join this conversation.
No description provided.