Skip to content

Releases: HO-COOH/WinUIEssentials

2026.04.29.18

29 Apr 18:32

Choose a tag to compare

Example project UI parity

2026.04.28.14

28 Apr 14:02

Choose a tag to compare

Move core components from WinUI3Example to SharedExampleComponents. U…

2026.04.25.07

25 Apr 07:10
c785448

Choose a tag to compare

Move all sharable components from UWPPackage and WinUIPackage to Shar…

2026.04.25.06

25 Apr 06:53
c785448

Choose a tag to compare

Move all sharable components from UWPPackage and WinUIPackage to Shar…

2026.04.20.14

20 Apr 14:11

Choose a tag to compare

SettingsCard: Fix ToggleButton right alignment by adding resource to …

2026.04.19.16

19 Apr 16:11
7a99d70

Choose a tag to compare

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

19 Apr 15:27
65bad88

Choose a tag to compare

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

19 Apr 12:02

Choose a tag to compare

Move Converts to shared component. Confirmed UWPExample builds on all…

2026.04.18.17

18 Apr 17:29

Choose a tag to compare

Fix UWP project and UWP package building

2026.04.18.16

18 Apr 16:16

Choose a tag to compare

Workaround ghost window issue in ModernStandardWindowContextMenu.