Skip to content

Releases: CommunityToolkit/Maui

12.3.0: Minor fixes and no upper MAUI version restriction

04 Nov 08:42
Immutable release. Only release title and notes can be modified.
035d9c9

Choose a tag to compare

This version brings some minor fixes (but still very important!) and removes the upper version restriction for Microsoft.Maui.Controls. Although it is not officially supported, you may now use the .NET MAUI Community Toolkit with the .NET 10 preview.

Thank you for using the .NET MAUI Community Toolkit!

What's Changed

  • Provide an extension method to detect if popup was previous page by @bijington in #2767
  • Fix memory leak on popups by @pictos in #2858
  • Update BindablePropertySourceGenerator to use partial properties by @pictos in #2835

Requirements

The following tools are now required for CommunityToolkit.Maui:

  • Download/install .NET SDK v9.0.306
  • Install Xcode 26.0.1 (or higher)
    • Read the latest .NET MAUI Release wiki to always find the latest-supported version) of Xcode for .NET MAUI
    • We HIGHLY recommend using the open-source tool Xcodes to easily manage your installed Xcode versions
  • Update to the latest stable version of Visual Studio (or Jet Brains Rider)
  • After installing the latest stable .NET SDK, update to the latest stable version of the .NET MAUI workload:
    • On macOS, open the Terminal and enter the following command: sudo dotnet workload install maui; sudo dotnet workload update
    • On Windows, open the command prompt (or Powershell) and enter the following command: dotnet workload install maui && dotnet workload update
  • Add a global.json file to your application with the following parameters to ensure you're not using a unsupported preview version of .NET (example below)
    • The .NET MAUI Community Toolkit does not provide support for preview releases of .NET

global.json

{
  "sdk": {
    "version": "9.0.306", 
    "rollForward": "latestFeature",
    "allowPrerelease": false
  }
}

Full Changelog: 12.2.0...12.3.0

6.1.3 MediaElement: blockbuster bugfixes!

04 Nov 08:55
Immutable release. Only release title and notes can be modified.
035d9c9

Choose a tag to compare

What's Changed

Requirements

The following tools are now required for CommunityToolkit.Maui.MediaElement:

  • Download/install .NET SDK v9.0.306
  • Install Xcode 26.0.1 (or higher)
    • Read the latest .NET MAUI Release wiki to always find the latest-supported version) of Xcode for .NET MAUI
    • We HIGHLY recommend using the open-source tool Xcodes to easily manage your installed Xcode versions
  • Update to the latest stable version of Visual Studio (or Jet Brains Rider)
  • After installing the latest stable .NET SDK, update to the latest stable version of the .NET MAUI workload:
    • On macOS, open the Terminal and enter the following command: sudo dotnet workload install maui; sudo dotnet workload update
    • On Windows, open the command prompt (or Powershell) and enter the following command: dotnet workload install maui && dotnet workload update
  • Add a global.json file to your application with the following parameters to ensure you're not using a unsupported preview version of .NET (example below)
    • The .NET MAUI Community Toolkit does not provide support for preview releases of .NET

global.json

{
  "sdk": {
    "version": "9.0.306", 
    "rollForward": "latestFeature",
    "allowPrerelease": false
  }
}

Full Changelog: 12.2.0...6.1.3-mediaelement

4.0.0 Camera: video recording is here!

04 Nov 08:58
Immutable release. Only release title and notes can be modified.
035d9c9

Choose a tag to compare

Maybe the most anticipated functionality for our camera package is finally here: you can now record videos with the CameraView!

What's Changed

Requirements

The following tools are now required for CommunityToolkit.Maui.Camera:

  • Download/install .NET SDK v9.0.306
  • Install Xcode 26.0.1 (or higher)
    • Read the latest .NET MAUI Release wiki to always find the latest-supported version) of Xcode for .NET MAUI
    • We HIGHLY recommend using the open-source tool Xcodes to easily manage your installed Xcode versions
  • Update to the latest stable version of Visual Studio (or Jet Brains Rider)
  • After installing the latest stable .NET SDK, update to the latest stable version of the .NET MAUI workload:
    • On macOS, open the Terminal and enter the following command: sudo dotnet workload install maui; sudo dotnet workload update
    • On Windows, open the command prompt (or Powershell) and enter the following command: dotnet workload install maui && dotnet workload update
  • Add a global.json file to your application with the following parameters to ensure you're not using a unsupported preview version of .NET (example below)
    • The .NET MAUI Community Toolkit does not provide support for preview releases of .NET

global.json

{
  "sdk": {
    "version": "9.0.306", 
    "rollForward": "latestFeature",
    "allowPrerelease": false
  }
}

Full Changelog: 12.2.0...4.0.0-camera

v12.2.0: More Popup fixes!

08 Aug 12:15
18e7170

Choose a tag to compare

Some more fixes related to Popup and then some... Also, this release reinstates the assembly versioning that got lost in translation somewhere. Most people probably didn't even notice or care. But if you're one of the people who does... Now its fixed!

What's Changed

New Contributors

Full Changelog: 12.1.0...12.2.0

v6.1.2 MediaElement: very minor bugfix

08 Aug 12:13
18e7170

Choose a tag to compare

Very minor release which reinstates the assembly versioning that got lost in translation somewhere. Most people probably didn't even notice or care. But if you're one of the people who does... Now its fixed!

What's Changed

Full Changelog: 12.1.0...6.1.2-mediaelement

v3.0.3 Maps: very minor bugfix

08 Aug 12:12
18e7170

Choose a tag to compare

Very minor release which reinstates the assembly versioning that got lost in translation somewhere. Most people probably didn't even notice or care. But if you're one of the people who does... Now its fixed!

What's Changed

Full Changelog: 12.1.0...3.0.3-maps

v3.0.2 Camera: very minor bugfix

08 Aug 12:14
18e7170

Choose a tag to compare

Very minor release which reinstates the assembly versioning that got lost in translation somewhere. Most people probably didn't even notice or care. But if you're one of the people who does... Now its fixed!

What's Changed

Full Changelog: 12.1.0...3.0.2-camera

v12.1.0: Popup V2 bugfixes!

04 Jul 13:33

Choose a tag to compare

What's Changed

Requirements

The following tools are now required for CommunityToolkit.Maui:

  • Download/install .NET SDK v9.0.300
  • Install Xcode 16.2.0 (or higher)
    • Read the latest .NET MAUI Release wiki to always find the latest-supported version) of Xcode for .NET MAUI
    • We HIGHLY recommend using the open-source tool Xcodes to easily manage your installed Xcode versions
  • Update to the latest stable version of Visual Studio (or Jet Brains Rider)
  • After installing the latest stable .NET SDK, update to the latest stable version of the .NET MAUI workload:
    • On macOS, open the Terminal and enter the following command: sudo dotnet workload install maui; sudo dotnet workload update
    • On Windows, open the command prompt (or Powershell) and enter the following command: dotnet workload install maui && dotnet workload update
  • Add a global.json file to your application with the following parameters to ensure you're not using a unsupported preview version of .NET (example below)
    • The .NET MAUI Community Toolkit does not support preview releases of .NET

global.json

{
  "sdk": {
    "version": "9.0.300", 
    "rollForward": "latestFeature",
    "allowPrerelease": false
  }
}

Full Changelog: 12.0.0...12.1.0

v6.1.1 MediaElement: Minor Bugfix

04 Jul 13:38

Choose a tag to compare

Note that there was a problem with the 6.1.0 version number on NuGet, this was posted as 6.1.0-mediaelement which made it show up as a pre-prerelease.

What's Changed

Full Changelog: 12.0.0...6.1.1-mediaelement

v3.0.1 Camera: Camera Image Stream Improvements!

04 Jul 13:08

Choose a tag to compare

Note that there was a problem with the 3.0.0 version number on NuGet, this was posted as 3.0.0-camera which made it show up as a pre-prerelease.

What's Changed

Full Changelog: 12.0.0...3.0.1-camera