Releases: dotMorten/WinUIEx
Releases · dotMorten/WinUIEx
v2.5.1
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
- @ghost1372 made their first contribution in #208
- @moldypenguins made their first contribution in #167
Full Changelog: v2.5.0...v2.5.1
v2.5.0
NuGet: https://www.nuget.org/packages/WinUIEx/2.5.0
What's Changed
- New fast splash screen by @dotMorten in #186
- Fix sample code on Splashscreen.md by @AndrewKeepCoding in #197
New Contributors
- @AndrewKeepCoding made their first contribution in #197
Full Changelog: v2.4.2...v2.5.0
v2.4.2
v2.4.0
v2.4.1
v2.3.4
v2.3.3
v2.3.2
v2.3.1
v2.3
custom_backdrop_demo.mp4
New features:
- Added new
TransparentTintBackdrop
and itsCompositionBrushBackdrop
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 theWindow.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: