← Back to Toolkit Releases
14.2.2: Prevent Popup Race Conditions, (Windows) Folder Picker Initial Path
Contributors
Note: 14.2.2 supersedes 14.2.1, which was not published to NuGet.org due to an expired publishing credential.
Just a couple bug fixes in this one!
- Prevent Race Conditions when closing a Popup
- Set initial folder for FilePicker and FolderPicker on Windows
What’s Changed
- Prevent Race Condition Allowing Simultaneous Calling of
Navigation.PushModalAsync()/Shell.GotoAsync()inPopupExtensionsby Brandon Minnick in https://github.com/CommunityToolkit/Maui/pull/3234 - Add
SemaphoreSlimSupport forPopupCloseAsyncto Avoid Race Conditions by Brandon Minnick in https://github.com/CommunityToolkit/Maui/pull/3235 - Set Windows Folder Picker Initial Path by Brandon Minnick in https://github.com/CommunityToolkit/Maui/pull/3078
Housekeeping
- Bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3236
- Bump Microsoft.Testing.Extensions.CodeCoverage from 18.7.0 to 18.8.0 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3237
- Bump System.Formats.Asn1 from 10.0.8 to 10.0.9 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3238
- Bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3245
- Bump actions/setup-java from 5.2.0 to 5.3.0 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3246
- Bump actions/setup-java from 5.3.0 to 5.4.0 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3256
- Bump actions/setup-dotnet from 5.3.0 to 5.4.0 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3257
- Bump actions/setup-java from 5.4.0 to 5.5.0 by @dependabot[bot] in https://github.com/CommunityToolkit/Maui/pull/3264
- Use trusted publishing for NuGet release by Gerald Versluis in https://github.com/CommunityToolkit/Maui/pull/3261
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/14.2.0…14.2.2