microsoft/microsoft-ui-xaml winui3/release/1.8.9
microsoft/microsoft-ui-xaml
Captured source
source ↗published Jun 10, 2026seen 11hcaptured 11hhttp 200method plain
WinUI 3 in WinAppSDK 1.8.9
Repository: microsoft/microsoft-ui-xaml
Tag: winui3/release/1.8.9
Published: 2026-06-10T00:05:50Z
Prerelease: no
Release notes:
WinUI 3 in Windows App SDK 1.8.9
This release of WinUI 3 ships as part of Windows App SDK 1.8.9. To use it in your app, install the Microsoft.WindowsAppSDK 1.8.260529003 NuGet package.
1.8.9 is a stable servicing release for 1.8. The WinUI changes in this release are two reliability fixes:
- Fixed a memory leak in
ItemsRepeaterwhere recycled elements were never garbage collected due to a reference cycle through theRecyclePool, which could also cause crashes inInvalidateChildrenMeasure. - Fixed a potential crash when releasing touch contacts in a
ScrollViewerbefore scrolling.
For the full set of changes, see the Windows App SDK 1.8.9 release notes.
Try it out
- Install the Microsoft.WindowsAppSDK 1.8.260529003 NuGet package.
- Download and update the WinUI Gallery to see the WinUI 3 updates firsthand.