Skip to content

Releases: dotMorten/WinUIEx

v2.9.0

14 Oct 05:42
a5d0e89

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.0...v2.9.0

v2.8.0

09 Sep 23:36

Choose a tag to compare

WinUIEx now requires Windows App SDK v1.8.
This also means it no longer takes a dependency on the entire Microsoft.WindowsAppSDK metapackage. Now only a reference to Microsoft.WindowsAppSDK.WinUI is now needed.

Full Changelog: v2.7.0...v2.8.0

v2.7.0

09 Sep 23:35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

21 Jun 20:54

Choose a tag to compare

Full Changelog: v2.5.1...v2.6.0

v2.5.1

16 Jan 20:03
35e9edf

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

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

Choose a tag to compare

Fixes: #188

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

v2.4.0

24 Sep 03:44
2e999ab

Choose a tag to compare

Added TitleBar control

v2.4.1

24 Sep 03:45

Choose a tag to compare

Added support for AoT

v2.3.4

25 Feb 23:17

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