Skip to content

WinUI 3 in WinAppSDK 2.4.0

Latest

Choose a tag to compare

@agniuks agniuks released this 13 Aug 17:44
· 607 commits to main since this release

WinUI 3 in Windows App SDK 2.4.0

This release of WinUI 3 ships as part of Windows App SDK 2.4.0. To use it in your app, install the Microsoft.WindowsAppSDK 2.4.0 NuGet package.

What's new in WinUI 3:

  • Expanded input support. WinUI 3 apps can now use operating system touchpad and mouse haptics through Windows.Devices.Haptics, along with touchpad single-finger panning, when supported by the operating system and hardware.

Bug fixes:

  • Fixed a crash that could occur when a touch or pen contact left a scrollable area with precise timing.
  • Fixed an issue where the Storage Pickers left the calling WinUI app window without keyboard focus after the file dialog closed. The app now restores its previous focus. See GitHub issue microsoft/WindowsAppSDK#6505.
  • Fixed a crash when apps using the System Composition Engine called VisualInteractionSource.TryRedirectForManipulation.
  • Fixed the access modifier on the generated C# entry point helper when DISABLE_XAML_GENERATED_MAIN is defined. See GitHub issue microsoft/microsoft-ui-xaml#11245.

For the full set of changes across Windows App SDK 2.4.0, see the Windows App SDK 2.4.0 release notes.

Try it out