Skip to content

Releases: CommunityToolkit/Maui

v15.0.0 Prevent Breaking Changes in .NET 11

Choose a tag to compare

@TheCodeTraveler TheCodeTraveler released this 24 Jul 16:19
Immutable release. Only release title and notes can be modified.
ce6adeb

.NET 11 Compatibility

This release provides compatibility with the upcoming release of .NET 11.

In .NET 11, CommunityToolkit.Maui will no longer have access to internal .NET MAUI APIs. This release removes our use of internal .NET MAUI APIs to ensure compatibility with .NET 11.

Important

We recommend every .NET MAUI app preparing for .NET 11 install this release, v15.0.0 (or later), before .NET 11 is released in November. Apps running CommunityToolkit.Maui v14.2.2 and earlier will not be compatible with .NET 11.

What's Changed

Housekeeping

Full Changelog: 14.2.2...14.2.3

14.2.2: Prevent Popup Race Conditions, (Windows) Folder Picker Initial Path

Choose a tag to compare

@jfversluis jfversluis released this 16 Jul 19:27
Immutable release. Only release title and notes can be modified.
68105ed

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() in PopupExtensions by @TheCodeTraveler in #3234
  • Add SemaphoreSlim Support for Popup CloseAsync to Avoid Race Conditions by @TheCodeTraveler in #3235
  • Set Windows Folder Picker Initial Path by @TheCodeTraveler in #3078

Housekeeping

Full Changelog: 14.2.0...14.2.2

14.2.1: Prevent Popup Race Conditions, (Windows) Folder Picker Initial Path

Choose a tag to compare

@TheCodeTraveler TheCodeTraveler released this 16 Jul 17:59
Immutable release. Only release title and notes can be modified.
8bc226a

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() in PopupExtensions by @TheCodeTraveler in #3234
  • Add SemaphoreSlim Support for Popup CloseAsync to Avoid Race Conditions by @TheCodeTraveler in #3235
  • Set Windows Folder Picker Initial Path by @TheCodeTraveler in #3078

Housekeeping

Full Changelog: 14.2.0...14.2.1