-
-
Notifications
You must be signed in to change notification settings - Fork 50
Releases: dotMorten/WinUIEx
Releases · dotMorten/WinUIEx
v2.9.1
@dotMorten
dotMorten
123947d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Fix ToggleWindowStyle not working on visible = true by @AkazaRenn in #249
- Fix the window that flashed by by @ChenYiLins in #254
- Fix ToggleExtendedWindowStyle not working on visible = true by @luojunyuan in #255
- Add PR templates for bug fixes and features by @botMorten in #257
- Add new analyzer to detect invalid Frame.Navigate calls by @dotMorten in #261
- Add action to generate API diff analysis by @dotMorten in #264
- Remove obsolete annotations from WebAuthenticator APIs by @Copilot in #267
New Contributors
- @AkazaRenn made their first contribution in #249
- @ChenYiLins made their first contribution in #254
- @luojunyuan made their first contribution in #255
- @botMorten made their first contribution in #257
- @Copilot made their first contribution in #267
Full Changelog: v2.9.0...v2.9.1
API changes since v2.9.0
No API changes are detected since the previous release.
Contributors
dotMorten, AkazaRenn, and 3 other contributors
Assets 2
1 person reacted
v2.9.0
@dotMorten
dotMorten
a5d0e89
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Assets 2
3 people reacted
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 needed.
Full Changelog: v2.7.0...v2.8.0
Assets 2
5 people reacted
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
Assets 2
2 people reacted
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
Assets 2
4 people reacted
v2.5.1
@dotMorten
dotMorten
35e9edf
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Assets 2
5 people reacted
v2.5.0
@dotMorten
dotMorten
3a255aa
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Assets 2
1 person reacted
v2.4.2
Fixes: #188
Full Changelog: v2.4.1...v2.4.2
Assets 2
v2.4.0
v2.4.1
Added support for AoT
Assets 2
4 people reacted