Windows Community Toolkit 8.0.230823-rc Feedback #184
Replies: 5 comments 15 replies
-
Can the Labs Sample App be built using this feed? Last time I tried there were build errors using the special feed. |
Beta Was this translation helpful? Give feedback.
-
Upgrading to anything past
Don't know why Uno is being referenced in my WinUI projects. Edit: Also see this in build output for a WinUI controls lib that references the toolkit:
And after lots of trying I still can't build with many of these errors:
|
Beta Was this translation helpful? Give feedback.
-
That's weird, when I add this package, I have this 2 errors on app startup (my app is generated with template studio 5.4) :/ |
Beta Was this translation helpful? Give feedback.
-
I would recommend that the Primitives package get a more descriptive NuGet Readme.
Finding where DockPanel lived was a case of: "well... it isn't any of these other things, so I guess I'll check the Primitives source code to figure out what's in it". |
Beta Was this translation helpful? Give feedback.
-
Hope BladeView and Markdown control will be included in CommunityToolkit.WinUI.X 8.0 |
Beta Was this translation helpful? Give feedback.
-
Today, we're happy to ship a pre-release version of the Windows Community Toolkit, version 8.0.230823-rc. 🎉🎉🎉
You can find out more about this release and how to use it on our blog post. (Link in a few minutes)
You can find these packages of the new version of the Toolkit on NuGet.org for the very first time! Just be sure to check "Include Prerelease" next to the NuGet Package Manager search box. The available packages are:
Animations - WinUI 2/UWP - WinUI 3/WindowsAppSDK
Behaviors ✨ - WinUI 2/UWP - WinUI 3/WindowsAppSDK ✨
Collections - WinUI 2/UWP - WinUI 3/WindowsAppSDK
Controls - All the following packages are under the
CommunityToolkit.WinUI.Controls
namespace:Converters - WinUI 2/UWP - WinUI 3/WindowsAppSDK
DeveloperTools - WinUI 2/UWP - WinUI 3/WindowsAppSDK
Extensions - WinUI 2/UWP - WinUI 3/WindowsAppSDK
Helpers - WinUI 2/UWP - WinUI 3/WindowsAppSDK
Lottie 💻 - WinUI 2/UWP - WinUI 3/WindowsAppSDK
Media 💻 - WinUI 2/UWP - WinUI 3/WindowsAppSDK
Triggers - WinUI 2/UWP - WinUI 3/WindowsAppSDK
'✨' denotes new or updated packages/features from version 7.1.
'🎨' denotes updated XAML styling from version 7.1.
'💻' denotes packages which only target UWP/WindowsAppSDK. However, its absence does not imply that every feature will work across all platforms (see note in introduction).
🔥🐉 Note: Mixing and matching these new 8.0 packages with existing Windows Community Toolkit 7.x packages, especially UI controls, can lead to issues with the namespace changes and dependencies on common code (like the Visual Tree extensions). If there's something that we haven't yet ported but you need, open a discussion to let us know or claim it and contribute!
Please use this discussion for any feedback or issues you encounter with this release.
We'll be working to update our docs, website, and sample app over the coming week or so before a final release.
Full Changelog: https://github.com/CommunityToolkit/Windows/commits/v8.0.230823-rc
This discussion was created from the release v8.0.230823-rc.
Beta Was this translation helpful? Give feedback.
All reactions