Skip to content

Releases: dotMorten/WinUIEx

v2.5.1

16 Jan 20:03
35e9edf
Compare
Choose a tag to compare

NuGet: https://www.nuget.org/packages/WinUIEx/2.5.1

What's Changed

  • WebAuthenticator: Added support for unpackaged apps
  • Avoid SplashScreen compile aot warning #206
  • WinAppSDK 1.7exp2: TransparentTintBackdrop System.InvalidCastException: 'Specified cast is not valid.' by @ghost1372 #207
  • When creating a new WindowsMessageMonitor instance, min/max width/height restrictions no longer works #209
  • Fixes TitleBar button colors #210
  • Add WindowExtensions.CreateFolderPicker() by @moldypenguins #167

New Contributors

Full Changelog: v2.5.0...v2.5.1

v2.5.0

16 Jan 19:04
3a255aa
Compare
Choose a tag to compare

NuGet: https://www.nuget.org/packages/WinUIEx/2.5.0

What's Changed

New Contributors

Full Changelog: v2.4.2...v2.5.0

v2.4.2

25 Sep 16:29
Compare
Choose a tag to compare

Fixes: #188

Full Changelog: v2.4.1...v2.4.2

v2.4.0

24 Sep 03:44
2e999ab
Compare
Choose a tag to compare

Added TitleBar control

v2.4.1

24 Sep 03:45
Compare
Choose a tag to compare

Added support for AoT

v2.3.4

25 Feb 23:17
Compare
Choose a tag to compare
  • Can't change TransparentTintBackdrop.TintColor at runtime (#149)
  • Avoid first-chance exception in Window Persistence
  • Allow resetting MaxWidth/MaxHeight back to the default value of 0

v2.3.3

25 Feb 23:16
c834d3d
Compare
Choose a tag to compare
  • Ensure WebAuthenticator URL is fully encoded to avoid issues with certain OAuth servers (#144)

v2.3.2

11 Oct 18:29
e80782e
Compare
Choose a tag to compare

Fixes:

  • Fixed WebAuthenticator issue not working with FireFox (#117)

v2.3.1

25 Sep 18:46
Compare
Choose a tag to compare
  • Added code analyzers warning about unusable WinAppSDK APIs
  • PDBs are now in NuGet Symbol Packages

v2.3

15 Sep 02:42
4fd9dbc
Compare
Choose a tag to compare
custom_backdrop_demo.mp4

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

Custom window design by @niels9001 relying on Transparent Backdrop:
image