Skip to content

v10.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 21:40
· 126 commits to main since this release

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Breaking Changes

  • DevWinUI now requires Microsoft.WindowsAppSDK.WinUI v2.2.0 (Microsoft.WindowsAppSDK v2.2.0)
  • Package Renamed from DevWinUI To DevWinUI.Base
  • Package Renamed from DevWinUI.Controls To DevWinUI
  • WindowedContentDialog rewritten
  • DragMoveHelper rewritten
  • Updated Icons
  • MessageBox rewritten
  • SpeedGraph rewritten
  • You will need to update all references in your code from DevWinUI.Controls to DevWinUI.

New

  • Introducing the Meta Package. DevWinUI now represents our complete library (including custom controls and core components), while DevWinUI.Base contains only the core library.
  • Use WindowsAppSDK (Microsoft.WindowsAppSDK.WinUI) Meta Package (v2.2.0).
  • Package Renamed from DevWinUI To DevWinUI.Base
  • Package Renamed from DevWinUI.Controls To DevWinUI
  • Add LiveGraph
  • Add New Shaders Library
  • Add ParallaxTilt
  • Add MaterialAttach
  • Add BetterLyric
  • Add AnimationPath
  • Add MorphingAnimation
  • Add PasswordGenerator
  • Add EyeDropper
  • Add GlobalMouseHook
  • Add GlobalKeyboardHook
  • Add RestartManager
  • Add NTPServer and NTPClient
  • Add QRCode and Barcode
  • Add 9 More Styles for LoadingIndicator
  • Add Support Nested SettingsExpander
  • Added UacStyleDialogWindow
  • Add ShakeWindowAsync in WindowHelper
  • Add FrameworkElementExtensions.Ancestor
  • Add KeyVisual2
  • Add ShortcutWithTextLabel2
  • Add opened and closed events for Shortcut
  • Improve CompositionShadow with new properties (IsBreathing, UseCornerRadius, CornerRadius)
  • Improve ThemeService
  • rewritten SpeedGraph
  • rewritten WindowedContentDialog
  • rewritten DragMoveHelper
  • Update Icons
  • Improve StoreCarousel and ImageFrame Performance

Warning

This version contains breaking changes. Please refer to the Breaking Changes section for full details.
Namespace Update: DevWinUI.Controls has been renamed to DevWinUI. You will need to update all references in your code from DevWinUI.Controls to DevWinUI.
Rename
<ResourceDictionary Source="ms-appx:///DevWinUI.Controls/Themes/Generic.xaml" />
To
<ResourceDictionary Source="ms-appx:///DevWinUI/Themes/Generic.xaml" />

Migration Guide

See Here

v10.0.0

12 June 2026