Releases: HO-COOH/WinUIEssentials
Releases · HO-COOH/WinUIEssentials
2026.04.29.18
Example project UI parity
2026.04.28.14
Move core components from WinUI3Example to SharedExampleComponents. U…
2026.04.25.07
Move all sharable components from UWPPackage and WinUIPackage to Shar…
2026.04.25.06
Move all sharable components from UWPPackage and WinUIPackage to Shar…
2026.04.20.14
SettingsCard: Fix ToggleButton right alignment by adding resource to …
2026.04.19.16
Fix: ModernDialogBox positioning when parent window is minimized (#40) Restores minimized parent window when showing dialog. * Handle minimized parent window in ShowAsync * Update WindowedContentDialog.cpp --------- Co-authored-by: HO-COOH <szpeter@yeah.net>
2026.04.19.15
Implement ScopedButtonDisabler in Button_Click handlers (#39) * Implement ScopedButtonDisabler in Button_Click handlers Added ScopedButtonDisabler to Button_Click methods to prevent multiple clicks. * Fix include path * Add code example for scoped button disabler and different underlay mode. --------- Co-authored-by: HO-COOH <szpeter@yeah.net>
2026.04.19.12
Move Converts to shared component. Confirmed UWPExample builds on all…
2026.04.18.17
Fix UWP project and UWP package building
2026.04.18.16
Workaround ghost window issue in ModernStandardWindowContextMenu.