[Pre-Release] v8.1.240328-rc #383
Replies: 5 comments 8 replies
-
https://toolkitlabs.dev has been updated with these changes! We're aware of some issues with the new ColorPicker and TabbedCommandBar on WASM. See #385 and #321. |
Beta Was this translation helpful? Give feedback.
-
When using SettingsCard with Uno 5.1, an exception is raised on Android and probably other platforms as well: System.MissingMethodException: Method not found: void Microsoft.UI.Xaml.FrameworkElement.remove_IsEnabledChanged(Microsoft.UI.Xaml.DependencyPropertyChangedEventHandler) Details and repro: Note: Repro uses last official WCT version, but the exception also occurs with 8.1.240328-rc |
Beta Was this translation helpful? Give feedback.
-
Second issue I noticed: SettingsExpander is still not working on any Uno targets: The header and icons are not shown. The control can be expanded and content is shown, but the header is completely empty. You can also see this here: https://toolkitlabs.dev/ This was also the case in all older Uno WCT builds, so it is not a new bug. But since you now officially support Uno from WCT 8, it would be great if you can look into this. |
Beta Was this translation helpful? Give feedback.
-
The
This issue has been present since version 7.x. |
Beta Was this translation helpful? Give feedback.
-
I got NuGet updates for |
Beta Was this translation helpful? Give feedback.
-
What's Changed
Welcome to the 8.1-rc release of the Windows Community Toolkit! We have a lot of new and exciting updates in this release, most notably updates for our dependent framework compatibility and a couple of long-standing controls we weren't able to migrate in the original 8.0 release,
ColorPicker
andTabbedCommandBar
, originally contributed by @robloo and @yoshiask.If you're migrating from 7.x to 8.0, check out our main 8.0 release notes here.
You can find the
8.1.240328-rc
packages on NuGet.org.Migration Notes 📖
We had to update the WinAppSdk TFM to
22621
to resolve incompatabilies with Win2D in the Media component when we upgraded from Windows App SDK 1.3 to 1.4. The full list of notes about this change can be found here, but to summarize:net*-windows10.0.22621.0
(where star*
is6.0
,7.0
[support ending soon], or8.0
).Dependencies/Frameworks
We've updated our packages to support the latest .NET 8.0 (windows10.0.22621.0), Windows App SDK 1.5.240311000, and Uno 5.1.87.
New Components / Features
We've brought over the popular
ColorPicker
andTabbedCommandBar
experiences from our old codebase, enjoy! The Camera helpers have also been fixed for use on Windows App SDK, thanks @GreenShadeZhang for helping us drive understanding on changes in the platform in this space! 🎉ImageCropper
has a new feature thanks to @shatyuka! @Poker-sang added a newSpacing
property toDockPanel
, andGridSplitter
's behavior for fixed columns was updated by @abdes! 🎉DockPanel
by @Poker-sang in Enhance: Add spacing properties forDockPanel
#346Infrastructure
Ongoing updates/intermediary commits/improvements to the Toolkit's underlying tooling.
Bug Fixes
Other important fixes and updates to
AdvancedCollectionView
from @Poker-sang and a Layout Cycle issue for the Segmented control by @qhy040404! 🎉New Contributors 🎉
Thanks to all our new contributors this release for helping us to improve the Windows Community Toolkit for everyone!
Full Changelog: v8.0.240109...v8.1.240328-rc
If you find any issues with this pre-release, please comment in the discussion and open an issue to let us know.
This discussion was created from the release v8.1.240328-rc.
Beta Was this translation helpful? Give feedback.
All reactions