Skip to content

Releases: microsoft/WinUI-Gallery

WinUI Gallery v2.7.0

25 Sep 18:06
9a2edf2
Compare
Choose a tag to compare

To learn more about our release, check out our blogpost: https://devblogs.microsoft.com/ifdef-windows/announcing-winui-gallery-2-7/

What's Changed

  • [UX] Fix textscaling issues by @niels9001 in #1859
  • Clean up unused fields in ControlInfoData and update schema and related classes by @Zakariathr22 in #1861
  • add border to icon by @Jay-o-Way in #1856
  • Handling UnauthorizedAccessException on Capture Element / Camera Preview page by @AndrewKeepCoding in #1865
  • Replace HTTP URL with HTTPS in the 'HyperlinkButton' sample code by @AndrewKeepCoding in #1871
  • Remove the GetAppWindow method from the WindowHelper class by @AndrewKeepCoding in #1873
  • Remove unused constructor from ControlInfoDocLink class by @Zakariathr22 in #1870
  • Implement support for high contrast in mica controller sample by @marcelwgn in #1879
  • Refined text formatting by adding spaces to improve readability. by @Zakariathr22 in #1882
  • Add internal page scrolling functionality by @niels9001 in #1884
  • Fix typo in brush name: SystemColorGreyTextColor to SystemColorGrayTextColor in High Contrast section by @Zakariathr22 in #1887
  • Updates to WASDK and WCT packages by @niels9001 in #1888
  • Include Symbol enum indication in Iconography page by @weitzhandler in #1881
  • add warning to README.md by @manabu-nakamura in #1810
  • Fix copybutton clipping by @niels9001 in #1886
  • Fix typo in ContentIsland page by @MGGSK in #1890
  • Improved source quality in the test projects by @0x5bfa in #1848
  • Add personalization features: Favorites and Recently Viewed Samples by @Zakariathr22 in #1875
  • Fix jumping of SplitView pane in right aligned layout via min width by @marcelwgn in #1899
  • Adjust the corner radius of the icons pane & enhance grid transition in IconographyPage by @Zakariathr22 in #1901
  • Fix inconsistent variable names in the ListView sample code by @AndrewKeepCoding in #1902
  • Fix typo in AccessibilityColorContrastPage.xaml by @mrlacey in #1904
  • Update TitleBarPage.xaml by @ghost1372 in #1905
  • Feat(iconography): add missing icons and fix typos in icon names by @Zakariathr22 in #1907
  • Code cleanup by @Zakariathr22 in #1906
  • Missing glyph in IconsData by @niels9001 in #1909
  • Decluttered the root dir by @0x5bfa in #1895
  • refactor: migrate to Microsoft.Windows.Storage.ApplicationData and centralize settings keys by @Zakariathr22 in #1900
  • Fix the wrong Microsoft Store link on README by @AndrewKeepCoding in #1911
  • Fixed the drag and drop between ListViews by @jpcassano in #1898
  • Teaching tool tip Bug Fix by @rashmi-thakurr in #1920
  • Automation property added for the info button in fundamentals\resources page - source popup. by @sabareesanms in #1923
  • Add warning for Fluent-only icons not available on Windows 10 by @Zakariathr22 in #1925
  • Replace NavigationRootPage with MainWindow by @niels9001 in #1908
  • Fix placeholder text truncation for OneWay and TwoWay Binding by @sabareesanms in #1929
  • [FIX] Bug in Teaching Tip by @rashmi-thakurr in #1922
  • Modified custom password box implementation and added automation peer for narrator announcement. by @sabareesanms in #1930
  • [a11y] 58166123 - TextBlock on ListView sample now wraps by @niels9001 in #1934
  • [a11y] 58165987 - Add conditional ToolTip to description textblock by @niels9001 in #1932
  • Line break is moved from the end of the line to start with Paragraph line count check in custom control passwordbox. by @sabareesanms in #1931
  • Remove the expander from the header of the IconographyPage by @Zakariathr22 in #1921
  • [a11y] 58166077 - Button text is no longer truncated on Keyboard page by @niels9001 in #1933
  • [a11y] 58135878 - Make close button keyboard accesible by @niels9001 in #1936
  • [a11y] 58124658 - Make RepeatButton announce its click event by @niels9001 in #1935
  • Adding current time to TimePicker sample by @niels9001 in #1938
  • Adding AppBarButton sample with Flyout containing input box by @niels9001 in #1939
  • Improve text readability on ScrollView page by @AndrewKeepCoding in #1942
  • Fix incorrect heading levels for Home page section headings by @Copilot in #1973
  • Tag icon entries using "symbol-icon" for Symbol enum categorization by @AndrewKeepCoding in #1971
  • Add NativeAOT Support by @ghost1372 in #1916
  • Fix accessibility: Add proper AutomationProperties.Name to Sound page buttons by @Copilot in #1982
  • Fix accessibility: Add HeadingLevel markup to page titles for screen reader support by @Copilot in #1974
  • Add alt text to images in Spacing page for screen reader accessibility by @Copilot in #1981
  • Fix keyboard navigation focus loss in Custom & User Controls page by setting IsTabStop=False on all container elements by @Copilot in #1975
  • Removing fixed width from popup sample by @niels9001 in #1987
  • Fix accessibility issue: Hide decorative copy success glyph from screen reader navigation by @Copilot in #1979
  • Fix Counter Control accessibility: Enable Narrator announcements for value changes by @Copilot in #1983
  • Fix button truncation in CounterControl when text scaling is applied by @Copilot in #1989
  • Fix Email TextBox truncation at 200% text scaling in accessibility screen reader page by @Copilot in #1988
  • Fix MapControl placeholder text truncation at 200% text scaling by @Copilot in #1990
  • Fix text scaling truncation in Templates page ListView by @Copilot in #1991
  • HC fixes by @niels9001 in #1994
  • Fix RadioButton keyboard navigation in ItemsRepeater layout options by @Copilot in #1998
  • Adding additional tags to F140 by @niels9001 in #2009
  • Updating Color overview foreground colors to meet contrast ratios by @niels9001 in #2006
  • Use DispatcherQueue.EnsureSystemDispatcherQueue to replace WindowsSystemDispatcherQueueHelper #1926 by @ghost1372 in #1993
  • Fix UnPackaged Issues by @ghost1372 in #2002
  • Add ContentDialog sample without default button by @Copilot in #1978
  • Add missing Placeholder and StopSlideShow icons to IconsData.json by @AndrewKeepCoding in #2008
  • Adding ThemeShadow control page by @niels9001 in #1969
  • Fix accessibility: Associate Tags label with TagsItemsView for screen readers by @Copilot in #2004
  • feat: mark ThemeShadow as new by @Zakariathr22 in #2013
  • Adding TitleBar samples by @niels9001 in #1984
  • [Settings] Tweaking removing recent/favorite samples UX by @niels9001 in #2012
  • Fix: sync titlebar button colors with app theme changes by @Zakariathr22 in #2016
  • Update ContentDialog c...
Read more

WinUI Gallery v2.6.0

20 May 10:48
a569dc7
Compare
Choose a tag to compare

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

Read more

WinUI Gallery v2.5.1

16 Dec 18:44
dfde5e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

WinUI Gallery v2.5.0

11 Dec 18:23
04db0e3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.2.4.3...v2.5.0

WinUI Gallery v2.4.3

19 Jun 22:54
6be8d2d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.2...v.2.4.3

WinUI Gallery v2.4.2

22 May 20:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.2.4.1...v2.4.2

WinUI Gallery v2.4.1

20 May 18:53
0513ea9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v.2.4.1

WinUI Gallery v2.4.0

05 Mar 06:11
b9d1ad8
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @Aaron-Junker made their first contribution in #1432

Full Changelog: v2.3.0...v2.4.0

WinUI 3 Gallery v2.3.0

24 Jan 19:18
9134fbe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

WinUI 3 Gallery v2.2.0

09 Sep 00:51
46137e8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...v2.2.0