Releases: lgztx96/CommunityToolkit.WinUI
Releases Β· lgztx96/CommunityToolkit.WinUI
v0.6.0-alpha
π·οΈ Release v0.6.0-alpha
π New Features
C++/WinRT 3.0 Modules
XamlToolkit has been migrated to C++/WinRT 3.0 modules, modernizing the build system and improving development experience.
Note: C++/WinRT modules currently require the Visual Studio 2026 toolset.
GradientSlider
Ported GradientSlider components from Labs-Windows into XamlToolkit.
π Fixes & Improvements
Behaviors
- Fixed a potential crash in
StackedNotificationsBehaviorcaused by a dangling WinRT object reference. - Improved stability for behaviors and event handling.
Controls
ColorPicker: FixedIsColorSpectrumVisiblenot synchronized with the initial visual state.GridSplitter: FixedOrientationnot updating whenResizeDirectionchanges.ImageCropper: Fixed a potential off-by-one pixel issue during cropping.RibbonCollapsibleGroup: Fixed a potential null dereference when accessingButton.Flyout.
MarkdownTextBlock
- Improved nested list indentation and spacing.
- Fixed crashes related to image loading and URL image size parsing.
- Added syntax highlighting support for MIDL 3.0.
- Updated
md4cto0.5.3.
Extensions
- Added
Cursorattached property toUIElementExtensions. - Added
CommandandCommandParametersupport forHyperlink.
v0.5.0-alpha
π·οΈ Release v0.5.0
π New Features
- XamlToolkit.WinUI.Behaviors: Ported the Behaviors component to XamlToolkit.
- XamlToolkit.WinUI.Interactivity: Ported XamlBehaviors to XamlToolkit, providing basic interfaces for behaviors.
π Fixes & Improvements
- Upstream Fixes: Merged various bug fixes and improvements from upstream.
- Animations Library (XamlToolkit.WinUI.Animations): Fixed potential crash issues, improving stability.
v0.4.0-alpha
π·οΈ Release v0.4.0
π New Features
- XamlToolkit.WinUI.Animations: Added animations components from XamlToolkit.
- WrapPanel2: Added
WrapPanel2control to XamlToolkit.Labs.WinUI.
π Fixes & Improvements
- Synced and incorporated upstream bug fixes and improvements
- Microsoft.WindowsAppSDK: Upgraded from previous version to 1.8 stable, reducing external dependencies
v0.3.0-alpha
π·οΈ Release v0.3.0
π New Controls
- RivePlayer
- Adorner / ResizeElementAdorner
- ColorAnalyzer
- DataTable
π Fixes & Improvements
- Synced and incorporated upstream bug fixes
- Segmented: added
Orientationproperty
v0.2.0-alpha
π·οΈ Release v0.2.0
π New Controls
- CameraPreview
- RichSuggestBox
- StaggeredPanel
- Ribbon
π§© UI & Control Enhancements
- Added Rust syntax highlighting support to
MarkdownTextBlock.
- Added an
Orientationproperty toRangeSelectorand replaced the custom Grid-based tooltip with the built-in Tooltip to avoid oversized layout and overlapping.

v0.1.0-alpha
π·οΈ Release v0.1.0 β New Controls & .NET Support
π New Controls
- MetadataControl
- TabbedCommandBar
- RangeSelector
- RadialGauge
- DockPanel
- TokenizingTextBox
- WrapPanel
- TokenView
- HeaderedControls
- ConstrainedBox
- AttachedDropShadow
π§© Platform Support
| Target Framework | Status |
|---|---|
| .NET >=8.0 or MSVC143 | β Supported |
| Windows SDK | β₯ 10.0.19041.0 |
| Architectures | x86 / x64 / ARM64 |
All controls are built on WinUI 3 and compatible with Windows App SDK 1.7+.
π¦ NuGet Support
| Package Name | Version |
|---|---|
| XamlToolkit.WinUI.Native | 0.1.0-alpha |
| XamlToolkit.WinUI.Helpers.Native | 0.1.0-alpha |
| XamlToolkit.WinUI.Converters.Native | 0.1.0-alpha |
| XamlToolkit.WinUI.Media.Native | 0.1.0-alpha |
| XamlToolkit.WinUI.Controls.Native | 0.1.0-alpha |
| XamlToolkit.Labs.WinUI.Native | 0.1.0-alpha |
2025.10.20
β New Controls
| Control |
|---|
| MarkdownTextBlock |
| Marquee |
| OpacityMaskView |
| ColorPicker / ColorPickerButton |
| ImageCropper |
| LayoutTransformControl |
| Segmented |
| SettingsCard / SettingsExpander |
| ContentSizer / GridSplitter / PropertySizer |
| StaggeredLayout |
| SwitchPresenter |
| UniformGrid |
| AttachedCardShadow |