WinUI Gallery v2.6.0
New Samples
- AppWindow
 - App Notifications
 - Badge Notifications
 - ContentIsland
 - Popup
 - Windowing APIs
 - XAML Fundamentals section covering:
- Resources
 - Styles
 - Binding
 - Templates
 - Custom and User controls
 
 
What's Changed
- Fixed 24H2 build number by @HotCakeX in #1703
 - Revert "Fixed 24H2 build number" by @marcelwgn in #1715
 - Improve spacing on ScrollView sample page by @AndrewKeepCoding in #1717
 - Revert "Revert "Fixed 24H2 build number"" by @marcelwgn in #1719
 - Add titlebar height setting sample by @InfyniteHeap in #1711
 - Update the sample code to match the actual code by @AndrewKeepCoding in #1709
 - Fix the theme resource link by @MGGSK in #1716
 - fix typo in ListView context menus example by @w-ahmad in #1720
 - Enhance search functionality by adding tags to icons by @Zakariathr22 in #1706
 - Clean up App.xaml.cs by @MGGSK in #1628
 - Iconograpy page tag buttons by @AndrewKeepCoding in #1693
 - Add C# sample code to 
TreeViewexamples & simplify the code by @Zakariathr22 in #1707 - Remove the unicode point & the duplicate icon name from icon details by @Zakariathr22 in #1724
 - Add Popup Control Page by @Zakariathr22 in #1723
 - Minor UX tweaks for icons + color sections by @niels9001 in #1725
 - Unblock UITests in CI by @marcelwgn in #1730
 - [UX] GitHub PathIcon Update by @Zakariathr22 in #1728
 - File scoped namespaces by @AndrewKeepCoding in #1700
 - Update WinAppSDK Version and Remove WebView2 Workaround by @karkarl in #1729
 - Maintaining the Currency of Recently Added and Updated Samples by @Zakariathr22 in #1727
 - Improved SystemBackdrop sample by @MGGSK in #1698
 - feat: Add XAML Fundamentals section with pages and examples by @Zakariathr22 in #1661
 - Update the scripts for the most recently added and updated samples by @Zakariathr22 in #1731
 - Remove ElementAnimator and related WINUI_PRERELEASE code by @karkarl in #1733
 - [WinUI3 Gallery] [RichEditBox]: On applying Text Scaling to 200%, 'Enter search text' placeholder text is getting trimmed by @akanpatel2206 in #1741
 - Cleanup & folder structure improvements by @niels9001 in #1732
 - Fix crash on Bindings page by @AndrewKeepCoding in #1740
 - Fix All Samples selection by @niels9001 in #1746
 - Fixed a small XAML error by @HotCakeX in #1749
 - Fix github links button by @marcelwgn in #1751
 - Fix icon tool issues by @niels9001 in #1752
 - Icon tool design fix by @niels9001 in #1753
 - Add missing periods to control descriptions by @AndrewKeepCoding in #1755
 - Apply rounded corners by @AndrewKeepCoding in #1756
 - Simplify textbox tests by @marcelwgn in #1757
 - Move scratchpad to XAML fundamentals by @niels9001 in #1754
 - Update repo structure to root solution containing all projects, adjust project names by @marcelwgn in #1748
 - ScratchPadPage.xaml was broken, Grid was blocked by @Jay-o-Way in #1759
 - Fix 
TreeViewExample Icon Path Issue After Restructuring by @Zakariathr22 in #1765 - Reordering menu by @niels9001 in #1758
 - Update year on SettingsPage.xaml by @AndrewKeepCoding in #1769
 - Fix auto-scrolling issue on the TabView page by @AndrewKeepCoding in #1767
 - Fix crash on Templates page due to incorrect file path by @Zakariathr22 in #1774
 - Apply minor improvements on the RatingControl sample page by @AndrewKeepCoding in #1770
 - Refactor path variable to point to Samples folder in Tools scripts by @Zakariathr22 in #1775
 - Remove input validation page by @Zakariathr22 in #1773
 - Update README.md by @AndrewKeepCoding in #1768
 - Removed 
Resources.reswas it was unnecessary by @Zakariathr22 in #1776 - Improve Scroll Behavior on Various Pages by @Zakariathr22 in #1779
 - Minor menu reordering by @niels9001 in #1778
 - Fix selected item issue on the SelectorBar control page by @AndrewKeepCoding in #1780
 - Replace Fundamentals' PathIcon with a FontIcon by @AndrewKeepCoding in #1790
 - Enabling Arm64EC Platform for WinUIGallery by @kythant in #1794
 - Update the spacing in the sample code display of the 
ControlExamplecontrol by @Zakariathr22 in #1789 - Add 
AppWindowSample by @Zakariathr22 in #1781 - Limit SettingsPage width for better usability by @Zakariathr22 in #1791
 - Radiobuttons crash fix by @AndrewKeepCoding in #1795
 - Fix the window cannot be dragged after resetting to system titlebar then reset it back by @HO-COOH in #1788
 - Add 
Custom & User ControlsSample by @Zakariathr22 in #1786 - Fix variable naming inconsistency in SetOwnership method by @Zakariathr22 in #1800
 - Improve 
SampleCodePresenterlayout andCopyCodeButtonbehavior by @Zakariathr22 in #1799 - Fix slight blurriness in Settings StackPanel by @Zakariathr22 in #1801
 - WinUIGallery Submodule Update in WinUI3: Fixes by @kythant in #1802
 - Update 
RepeatButtonImage Asset Path by @Zakariathr22 in #1808 - Updating nuget packages + small cleanup by @niels9001 in #1796
 - Layout spacing samples by @AndrewKeepCoding in #1807
 - Remove background acrylic brush sample by @MGGSK in #1805
 - Cleanup: Remove Unused Image Assets by @Zakariathr22 in #1809
 - Fix issue with Copy Button text scaling by @michael-hawker in #1812
 - Add ContentIsland page with Helmet demo (requires WinAppSDK 1.7 APIs) by @JesseCol in #1743
 - Add new windowing APIs by @niels9001 in #1811
 - Move EditorConfig to root folder by @niels9001 in #1816
 - Fix broken file paths by @niels9001 in #1817
 - Added the context menu for the tab view for left and right actions. by @sabareesanms in #1821
 - Fix for the line ending encodings by @godlytalias in #1823
 - Fix: Ensure 
SampleCodePresenterUpdates Theme Independently by @Zakariathr22 in #1819 - Fix inconsistencies and noop buttons in AppWindow samples by @marcelwgn in #1824
 - Update samples for homepage + version number bump by @niels9001 in #1825
 - Intellicode: tests by @Jay-o-Way in #1815
 - AppWindow: Add maximize/restore button & showcase new WASDK 1.7 features by @Zakariathr22 in #1827
 - Refactor: Simplify 
AppWindowsample windows logic by @Zakariathr22 in #1834 - Update PopupPage.xaml by @Max-Meng in #1831
 - Update 
VersionHelperfor improved SDK version handling by @Zakariathr22 in #1838 - Introduced 
testsfolder for the testing projects by @0x5bfa in #1833 - Add 
AppNotificationandBadgeNotificationManagersamples by @Zakariathr22 in #1836 - Add RichEditBox Math Mode Examples by @Zakariathr22 in #1813
 - Fixed resource paths + design tweaks design tool by @niels9001 in #1850
 - Fix ControlExamples not stretching properly on multiple pages by @Zakariathr22 in #1857
 - Update control descriptions for consistency by @AndrewKeepCoding in #1863
 
New Contributors
- @HotCakeX made their first contribution in #1703
 - @InfyniteHeap made their first contribution in #1711
 - @w-ahmad made their first contribution in #1720
 - @akanpatel2206 made their first contribution in #1741
 - @kythant made their first contribution in #1794
 - @JesseCol made their first contribution in #1743
 - @sabareesanms made their first contribution in #1821
 - @godlytalias made their first contribution in #1823
 - @Max-Meng made their first contribution in #1831
 
Full Changelog: v2.5.1...v2.6.0