v8.1.240821 #482
michael-hawker
announced in
Announcements
v8.1.240821
#482
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
See more information on our release blog here
What's Changed
Important Changes
Dependencies/TFM
The Toolkit’s dependencies have been updated to the latest WindowsAppSDK 1.5 and Uno Platform 5.2 versions to take in fixes and updates we needed to support .NET 8 and address other issues within the Toolkit.
When consuming the Toolkit, you must target Windows version
22621
instead of the prior18362
, i.e. if you were targetingnet6.0-windows10.0.18362
, you would targetnet6.0-windows10.0.22621
instead now.This does not affect your ability to run down-level with the minimum target version, that remains at
17763
.Older Package NuGet Redirects
Many older 7.x and below NuGet packages of the Windows Community Toolkit have been updated to redirect to their closest matching 8.1 counterparts.
For instance:
Microsoft.Toolkit.Uwp.UI.Controls.Primitives
now redirects toCommunityToolkit.Uwp.Controls.Primitives
CommunityToolkit.WinUI.UI.Controls.Primitives
now redirects toCommunityToolkit.WinUI.Controls.Primitives
The redirects help raise awareness about the new package names for developers who want to use the latest from the Windows Community Toolkit. You should see these notifications within Visual Studio on older projects. If you're updating from 7.x packages, see our migration guide here.
Highlights
DockPanel
by @Poker-sang in Enhance: Add spacing properties forDockPanel
#346Samples
Bug Fixes
RangeSelector
Thumbs
by @MartinZikmund in fix: Uno Platform - Avoid square border aroundRangeSelector
Thumbs
#400IsNullOrEmptyStateTrigger
for Uno to consider FEs as non-empty by @Youssef1313 in FixIsNullOrEmptyStateTrigger
for Uno to consider FEs as non-empty #452ProtectedCursor
is now supported in Uno Platform by @MartinZikmund in fix:ProtectedCursor
is now supported in Uno Platform #433Infrastructure
New Contributors
RangeSelector
Thumbs
#400IsNullOrEmptyStateTrigger
for Uno to consider FEs as non-empty #452Full Changelog: v8.0.240109...v8.1.240821
This discussion was created from the release v8.1.240821.
Beta Was this translation helpful? Give feedback.
All reactions