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
toSystemColorGrayTextColor
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 configurations in SettingsPage by @Zakariathr22 in #2018
- Fix: a workaround for window resizing issue caused by setting TitleBar.IconSource by @Zakariathr22 in #2021
- Remove unnecessary merged dictionaries from Button.xaml by @Zakariathr22 in #2017
- Fix: TitleBar page changing window TitleBar buttons colors by @Zakariathr22 in #2023
- Fix light theme caption button hover, cleanup TitleBarHelper by @marcelwgn in #2026
- Update dialog theme in ScratchPad page to match current app theme by @Zakariathr22 in #2028
- Remove deprecated icon (E18A: Placeholder) from IconsData.json by @AndrewKeepCoding in #2032
- Fix Custom PasswordBox validation messages not updating with theme by @Zakariathr22 in #2024
- Add bug type to issue templates by @marcelwgn in #2034
- Child window exception fix by @AndrewKeepCoding in #2007
- Adjust spacing on several pages and controls by @Zakariathr22 in #2027
- Fix exception when closing main window with active child windows by @Copilot in #1999
- Fix typos on the Accessibility section by @AndrewKeepCoding in #2041
- Code syntax highlighting on iconography page by @AndrewKeepCoding in #2042
- Fix fallout from sln relocation by @Scottj1s in #2045
- Add the
CsWin32
reference on the Settings page by @Zakariathr22 in #2046 - Ensure presenter visibility in sample rendering by @AndrewKeepCoding in #2050
- 1.8 branch by @niels9001 in #1937
- Adopt new storage pickers from WinAppSDK 1.8 by @Zakariathr22 in #2044
New Contributors
- @weitzhandler made their first contribution in #1881
- @manabu-nakamura made their first contribution in #1810
- @mrlacey made their first contribution in #1904
- @jpcassano made their first contribution in #1898
- @rashmi-thakurr made their first contribution in #1920
- @Copilot made their first contribution in #1973
Full Changelog: v2.6.0...v2.7.0