Releases: dotMorten/WinUIEx
Releases Β· dotMorten/WinUIEx
v2.9.0
What's Changed
- Adding support for Tray context menus. See: https://dotmorten.github.io/WinUIEx/concepts/TrayIcon.html
- New logo by @dotMorten in #242
- Add IsPrimary Property in MonitorInfo class by @Jack251970 in #240
New Contributors
- @Jack251970 made their first contribution in #240
Full Changelog: v2.8.0...v2.9.0
v2.8.0
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
What's Changed
- Disable Tab navigation to window content container control by @jiripolasek in #226
- Generic Number box by @dotMorten in #230
New Contributors
- @jiripolasek made their first contribution in #226
Full Changelog: v2.6.0...v2.7.0
v2.6.0
- Updated to Windows App SDK 1.7.0.
- Added
IsVisibleInTrayproperty toWindowManagerandWindowExthat automatically adds a tray icon for the window. - Deprecated
TitleBar. Use Windows App SDKTitleBarinstead. - Deprecated
WebAuthenticatorAPIs. Use Windows App SDK's Microsoft.Security.Authentication.OAuth APIs instead. WindowManager/WindowEx: Work around for memory leak caused by WinUI 3 bug #222
Full Changelog: v2.5.1...v2.6.0
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