[PR #3221] [CLOSED] [deps]: Update CommunityToolkit.Maui to v9 #52317

Closed
opened 2026-05-01 16:15:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3221
Author: @renovate[bot]
Created: 5/4/2024
Status: Closed

Base: mainHead: renovate/communitytoolkit.maui-9.x


📝 Commits (10+)

  • 3552616 Adding missing IDs for Set Password and Update Password pages (#2748)
  • 9026dd1 [PM-3593] Fix enable biometric on autofill when there is not MP (#2717)
  • 5961a00 [PM-3551] Expired SSO token cached (#2718)
  • b0f1dd0 Autosync the updated translations (#2751)
  • 382eee2 [PM-3556] Change anonaddy to addy io (#2711)
  • 3e2005e [PM-3606] TDE user with 2FA isn't able to autofill on iOS (#2723)
  • efd1671 Autosync the updated translations (#2771)
  • b932824 Make dept-development-mobile default code owner (#2780)
  • a6f0533 [PM-3393] Excessive Invalid Biometric unlock attempts should automatically log out TDE users (#2747)
  • 11922c6 [PM-3522] Keep variable value after logout. (#2761)

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 src/App/App.csproj (+1 -1)
📝 src/Core/Core.csproj (+1 -1)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
CommunityToolkit.Maui 5.2.0 -> 9.0.1 age adoption passing confidence

Release Notes

CommunityToolkit/Maui (CommunityToolkit.Maui)

v9.0.1: : Bugfixes! That's it, that's the release.

Compare Source

Just a couple of bugfixes for you to enjoy!

No fancy funny text here this time, sorry. It's Friday for me too you know?!

What's Changed
New Contributors

Full Changelog: https://github.com/CommunityToolkit/Maui/compare/9.0.0...9.0.1

v9.0.0: : Breaking Bugfixes

Compare Source

Version 9! That must mean amazing new goodies! 😱

Unfortunately, no. Although every release of the Toolkit is a party of its own, for this release there are a couple of bugfixes that required breaking changes and therefore we bumped the version up to 9.

However, is XAML and converters are your jam, then be sure to check out the improvements in usage with CompareConverter. @​bijington has done some great work with that and you can find the documentation for that right here.

Find all the details below, if you have any questions or concerns, please let us know!

You might also like the .NET MAUI Community Toolkit standup live stream recording for May. Join us live and come hang out every first Thursday of every month on the .NET Foundation YouTube channel!

As always, many thanks to our contributors for this version, especially the community ones 👏 you are our heroes!

Breaking Changes
Replace FrozenSet with IReadOnlyList

By @​brminnick in https://github.com/CommunityToolkit/Maui/pull/1839

This was breaking because it changed the signature of some public APIs:

AlertView.macios.cs changed the Children property from:

public FrozenSet<UIView> Children

to

public IReadOnlyList<UIView> Children
Improve the usage experience with CompareConverter in XAML

By @​bijington in https://github.com/CommunityToolkit/Maui/pull/1841

This change is breaking because CompareConverter now takes 2 type arguments.

It went from

public abstract class CompareConverter<TReturnObject> : BaseConverterOneWay<IComparable, object>

to

public abstract class CompareConverter<TValue, TReturnObject> : BaseConverterOneWay<TValue, object> where TValue : IComparable

NOTE this is only breaking if you inherited from CompareConverter.

What's Changed
🥱
New Contributors

Full Changelog: https://github.com/CommunityToolkit/Maui/compare/8.0.1...9.0.0

v8.0.1: : TouchBehavior (and all Behaviors) Hotfix

Compare Source

By implementing TouchBehavior we found out that the databinding for it was a bit odd and went to investigate why.

The good news is: we found it! 🎉

The bad news is: it applied to all of our behaviors 🙈

We quickly fixed it and rolling it out as a minor release. Technically it's a breaking change, but we expect not many people to be impacted by that. If we thought wrong: our sincere apologies.

Check the PR below for all the details, TL;DR is data binding for behaviors is now a lot easier!

What's Changed

Full Changelog: https://github.com/CommunityToolkit/Maui/compare/8.0.0...8.0.1

v8.0.0: : Can Touch This! TouchBehavior is Here!

Compare Source

TouchBehavior is here!

The release a lot of people have been waiting for is here. Version 8.0 of the .NET MAUI Community Toolkit introduces the ever popular TouchBehavior! You might know TouchBehavior as TouchEffect in the Xamarin world, but since Effects no longer exist, it has now been turned into a Behavior.

Due to the amazing work of @​Axemasta this functionality is now ported from the Xamarin Community Toolkit to .NET MAUI. Of course, @​bijington was on the case with the documentation, so we have that in place for you as well.

Breaking Snackbar on Windows

Otherwise, there is A LOT going on in this release, just look at the list below. There is however one thing we do want to highlight: the breaking changes for Snackbar.

Based on your feedback @​VladislavAntonyuk did a complete rewrite of the Snackbar on Windows, ultimately of course to make things better, but it requires some changes on your side if you are working with Snackbar on Windows today. On other platforms it should work unchanged.

Find all the details in our updated documentation for this.

NavigationBar coloring for Android

Another functionality that was ported over from the Xamarin Community Toolkit is the NavigationBar coloring. This is very specific to Android and allows you to change the color of the systems navigation bar (the bottom one with the back button, home button, etc.)

@​pictos did a great job on this one figuring out how to fit this into our toolkit 👏

Find all the docs on how to start using it, right here.

Thank you contributors!

Of course we couldn't have done this without our amazing community and team, a major feature like TouchBehavior being implemented by someone from the community is what this project is all about. Truly amazing.

Special shoutout to our first-time contributors: @​Marioo1357, @​eduardoagr, @​StevilKnevil, @​Cybrosys, @​marco-skizza and @​Axemasta but of course a BIG THANK YOU to all of you!

Big Ol' List of Changes
Swept Under the Rug 🧹
New Contributors

Full Changelog: https://github.com/CommunityToolkit/Maui/compare/7.0.1...8.0.0

v7.0.1: : Last Update of 2023!

Compare Source

Happy holidays for those of you who celebrate! In the meanwhile, we're not clowning around and present to you the last release of 2023.

This version has a good number of bugfixes and improvements, but nothing too crazy so that it might blow up your project before you go on a holiday break. As always a big thank you to anyone and everyone not only using our product but also caring, engaging and even contributing. We appreciate it!

Let's make 2024 even better 🚀

What's Changed
We couldn't make this project work without these dependencies 🫶
New Contributors

So many new contributors this release, thank you so much @​IIARROWS, @​TRybina132, @​ne0rrmatrix and our very own Tizen superhero @​JoonghyunCho. We appreciate all the time that you are spending on this project and making it better.

Full Changelog: https://github.com/CommunityToolkit/Maui/compare/7.0.0...7.0.1

v7.0.0: : .NET 8 is here!

Compare Source

What's Changed

Full Changelog: https://github.com/CommunityToolkit/Maui/compare/6.1.0...7.0.0

v6.1.0: : A New Release Popped Up!

Compare Source

My goodness do we love our community. And in this case especially @​cat0363 who goes by the name of Kenji in real-life.

If you look through the release notes below, you'll notice that Kenji has been doing a lot of work for us and all that work went into the Popup. From this place: thank you so much for spending your valuable time on our project and making it better for everyone 🙏

So in this release: a lot of love for the Popup: better sizing, adding the ability to use resources and styles, flow direction is now working... And much more!

PopupService

Still on Popups, we have made it easier for you to work with popups from your view models. In v6.1.0 we have added the PopupService. No weird messaging or dependencies in your code that shouldn't be there, just a clean service that will allow you to show popups respecting MVVM.

All the details can be found in the documentation.

DrawingView

But we didn't stop there! As always @​VladislavAntonyuk has been doing wonderful work. With this release we introduce a bunch of Commands that allow you to capture the start, cancel and drawing in progress events in a pure MVVM way.

The documentation for DrawingView has been updated accordingly, so go check it out.

All the details
Housekeeping, important but not super interesting

Full Changelog: https://github.com/CommunityToolkit/Maui/compare/6.0.0...6.1.0

v6.0.0: : Next Level Speech Recognition & Bugfixes

Compare Source

Watch out! This version contains some breaking changes! That is why we are going from version 5.3.0 to version 6.0.0. They grow up so fast... 🥲 Anyway, no time to be emotional, let's talk about the amazing things in this release. First of all: look at all the first-time contributors, amazing, thank you all so much: @​wolfgang-ironsoftware, @​inforithmics, @​olekssokol, @​vhugogarcia, @​redek91, @​babenkovitaliy and @​AllenD-MSFT 👏

Speech Recognition

The speech recognition APIs just got better. You can now listen to the user in the background and still process the results asynchronously. This enables so many cool new scenarios in your app, including building your own personal assistant! Connect that with some AI and... 🤯

You can read all about how to use this new functionality in the docs right here.

Bugfixes, bugfixes, bugfixes

Furthermore this release is PACKED with bugfixes. The popups got better, we fixed memory leaks all over and even the snackbar and toast now know how to handle a device that is rotating. Good stuff, check out all the details just below here.

All the details
Housekeeping, important but not super interesting
New Contributors

Full Changelog: https://github.com/CommunityToolkit/Maui/compare/5.3.0...6.0.0

v5.3.0: : BadgeCounter, Popups and AppTheme helpers!

Compare Source

This release is so full of great new stuff I almost don't know where to begin... Let's start with something else then, did you know that we have a Discord server now specifically for the .NET MAUI Community Toolkit? A great place to discuss how to get started with contributing, ask questions or just hang out! Join it today by clicking here (only valid for 30 days after this is posted).

Now, for this release... VERSION FIVE-THREE-OH 💥

Popups Now Better Than Ever!

Thanks to a great number of community contributions our Popups are now better than ever. Thank you so much @​cat0363, @​cucumber-sp and our very own @​brminnick! We've fixed a number of bugs that have to do with sizing, positioning and propagating the BindingContext to Popups, and also added a CloseAsync() method to make closing the popup more reliable.

If you want to know all ins and outs of the Popup, check our documentation.

BadgeCounter

With our brand new BadgeCounter API it's now easier than ever to show a notification count on your app icon. You know the little red bubble over app icons on the device home screen? You can now set that value yourself, from your app with one line of code. 🤯

@​VladislavAntonyuk did an amazing job once again. Read all about the implementation of this functionality on his blog or check out our official documentation on how to use it with .NET MAUI Community Toolkit.

AppThemeColor, AppThemeObject and AppThemeResource

These new APIs are great little helpers for when you support dark theme in your .NET MAUI apps. In .NET MAUI you have the AppThemeBinding which is already great, but with this you can now make your XAML less verbose and reuse your app theme aware resources through styles and resource dictionaries.

As always, find the details in our documentation and let us know how you like it!

Thank you @​dansiegel for the initial work on the .NET MAUI repo!

All the details
Humpty-Bumpty 🐫 & Other Housekeeping

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/3221 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 5/4/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `renovate/communitytoolkit.maui-9.x` --- ### 📝 Commits (10+) - [`3552616`](https://github.com/bitwarden/android/commit/355261679dee08911c58d1ade5f9fbbdfe75b9cd) Adding missing IDs for Set Password and Update Password pages (#2748) - [`9026dd1`](https://github.com/bitwarden/android/commit/9026dd10e5f6659203266e14a721018363801454) [PM-3593] Fix enable biometric on autofill when there is not MP (#2717) - [`5961a00`](https://github.com/bitwarden/android/commit/5961a001ab7df88790d7c6681da44225b5a63f6f) [PM-3551] Expired SSO token cached (#2718) - [`b0f1dd0`](https://github.com/bitwarden/android/commit/b0f1dd00eebd8c6640367ab7c711b89ff0c810ee) Autosync the updated translations (#2751) - [`382eee2`](https://github.com/bitwarden/android/commit/382eee2ed36fcabbafc69dd279333cffb163bafc) [PM-3556] Change anonaddy to addy io (#2711) - [`3e2005e`](https://github.com/bitwarden/android/commit/3e2005e5ed918ebedc856e331fb5674e18881fbe) [PM-3606] TDE user with 2FA isn't able to autofill on iOS (#2723) - [`efd1671`](https://github.com/bitwarden/android/commit/efd1671f489186e529ed9ff199b99c74b7bb9a21) Autosync the updated translations (#2771) - [`b932824`](https://github.com/bitwarden/android/commit/b932824b5a809558dc25179d19f800d3c06325dd) Make dept-development-mobile default code owner (#2780) - [`a6f0533`](https://github.com/bitwarden/android/commit/a6f05338c266e8453f5558d598e055ad2ad1b779) [PM-3393] Excessive Invalid Biometric unlock attempts should automatically log out TDE users (#2747) - [`11922c6`](https://github.com/bitwarden/android/commit/11922c6f4926ec3f9e644b1476ba356ed69f98e7) [PM-3522] Keep variable value after logout. (#2761) ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/App/App.csproj` (+1 -1) 📝 `src/Core/Core.csproj` (+1 -1) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [CommunityToolkit.Maui](https://togithub.com/CommunityToolkit/Maui) | `5.2.0` -> `9.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/CommunityToolkit.Maui/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/CommunityToolkit.Maui/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/CommunityToolkit.Maui/5.2.0/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/CommunityToolkit.Maui/5.2.0/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>CommunityToolkit/Maui (CommunityToolkit.Maui)</summary> ### [`v9.0.1`](https://togithub.com/CommunityToolkit/Maui/releases/tag/9.0.1): : Bugfixes! That&#x27;s it, that&#x27;s the release. [Compare Source](https://togithub.com/CommunityToolkit/Maui/compare/9.0.0...9.0.1) Just a couple of bugfixes for you to enjoy! No fancy funny text here this time, sorry. It's Friday for me too you know?! ##### What's Changed - issue-1884-fix-snackbar-anchoring-ios: Attach snackbar to top anchor … by [@&#8203;raginmari](https://togithub.com/raginmari) in [https://github.com/CommunityToolkit/Maui/pull/1896](https://togithub.com/CommunityToolkit/Maui/pull/1896) - Fixing crash in IconTintColorBehavior by [@&#8203;PaulNiemiec](https://togithub.com/PaulNiemiec) in [https://github.com/CommunityToolkit/Maui/pull/1883](https://togithub.com/CommunityToolkit/Maui/pull/1883) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1902](https://togithub.com/CommunityToolkit/Maui/pull/1902) - Add PresentationStyle by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1892](https://togithub.com/CommunityToolkit/Maui/pull/1892) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1915](https://togithub.com/CommunityToolkit/Maui/pull/1915) ##### New Contributors - [@&#8203;raginmari](https://togithub.com/raginmari) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1896](https://togithub.com/CommunityToolkit/Maui/pull/1896) - [@&#8203;PaulNiemiec](https://togithub.com/PaulNiemiec) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1883](https://togithub.com/CommunityToolkit/Maui/pull/1883) **Full Changelog**: https://github.com/CommunityToolkit/Maui/compare/9.0.0...9.0.1 ### [`v9.0.0`](https://togithub.com/CommunityToolkit/Maui/releases/tag/9.0.0): : Breaking Bugfixes [Compare Source](https://togithub.com/CommunityToolkit/Maui/compare/8.0.1...9.0.0) Version 9! That must mean amazing new goodies! 😱 Unfortunately, no. Although every release of the Toolkit is a party of its own, for this release there are a couple of bugfixes that required breaking changes and therefore we bumped the version up to 9. However, is XAML and converters are your jam, then be sure to check out the improvements in usage with `CompareConverter`. [@&#8203;bijington](https://togithub.com/bijington) has done some great work with that and you can find the documentation for that right [here](https://learn.microsoft.com/dotnet/communitytoolkit/maui/converters/compare-converter). Find all the details below, if you have any questions or concerns, please let us know! You might also like the .NET MAUI Community Toolkit standup [live stream recording](https://www.youtube.com/watch?v=IGkjMS4Bbts) for May. Join us live and come hang out every first Thursday of every month on the .NET Foundation YouTube channel! As always, many thanks to our contributors for this version, especially the community ones 👏 you are our heroes! ##### Breaking Changes ##### Replace `FrozenSet` with `IReadOnlyList` By [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1839](https://togithub.com/CommunityToolkit/Maui/pull/1839) This was breaking because it changed the signature of some public APIs: `AlertView.macios.cs` changed the `Children` property from: ```csharp public FrozenSet<UIView> Children ``` to ```csharp public IReadOnlyList<UIView> Children ``` ##### Improve the usage experience with CompareConverter in XAML By [@&#8203;bijington](https://togithub.com/bijington) in [https://github.com/CommunityToolkit/Maui/pull/1841](https://togithub.com/CommunityToolkit/Maui/pull/1841) This change is breaking because `CompareConverter` now takes 2 type arguments. It went from ```csharp public abstract class CompareConverter<TReturnObject> : BaseConverterOneWay<IComparable, object> ``` to ```csharp public abstract class CompareConverter<TValue, TReturnObject> : BaseConverterOneWay<TValue, object> where TValue : IComparable ``` **NOTE** this is only breaking if you inherited from `CompareConverter`. ##### What's Changed - Fix Android AvatarView Image BackgroundColor by [@&#8203;TRybina132](https://togithub.com/TRybina132) in [https://github.com/CommunityToolkit/Maui/pull/1786](https://togithub.com/CommunityToolkit/Maui/pull/1786) - Fixes Snackbar and Toast on iOS release builds by [@&#8203;mjo151](https://togithub.com/mjo151) in [https://github.com/CommunityToolkit/Maui/pull/1767](https://togithub.com/CommunityToolkit/Maui/pull/1767) - Update Touch Behavior Sample by [@&#8203;Axemasta](https://togithub.com/Axemasta) in [https://github.com/CommunityToolkit/Maui/pull/1784](https://togithub.com/CommunityToolkit/Maui/pull/1784) ##### 🥱 - FabricBot: Onboarding to GitOps.ResourceManagement because of FabricBot decommissioning by [@&#8203;dotnet-policy-service](https://togithub.com/dotnet-policy-service) in [https://github.com/CommunityToolkit/Maui/pull/1675](https://togithub.com/CommunityToolkit/Maui/pull/1675) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1821](https://togithub.com/CommunityToolkit/Maui/pull/1821) - \[Housekeeping] Use Collection Expressions by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1792](https://togithub.com/CommunityToolkit/Maui/pull/1792) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1840](https://togithub.com/CommunityToolkit/Maui/pull/1840) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1843](https://togithub.com/CommunityToolkit/Maui/pull/1843) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1848](https://togithub.com/CommunityToolkit/Maui/pull/1848) ##### New Contributors - [@&#8203;dotnet-policy-service](https://togithub.com/dotnet-policy-service) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1675](https://togithub.com/CommunityToolkit/Maui/pull/1675) - [@&#8203;mjo151](https://togithub.com/mjo151) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1767](https://togithub.com/CommunityToolkit/Maui/pull/1767) - [@&#8203;tsanie](https://togithub.com/tsanie) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1827](https://togithub.com/CommunityToolkit/Maui/pull/1827) - [@&#8203;mikelor](https://togithub.com/mikelor) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1817](https://togithub.com/CommunityToolkit/Maui/pull/1817) **Full Changelog**: https://github.com/CommunityToolkit/Maui/compare/8.0.1...9.0.0 ### [`v8.0.1`](https://togithub.com/CommunityToolkit/Maui/releases/tag/8.0.1): : TouchBehavior (and all Behaviors) Hotfix [Compare Source](https://togithub.com/CommunityToolkit/Maui/compare/8.0.0...8.0.1) By implementing `TouchBehavior` we found out that the databinding for it was a bit odd and went to investigate why. The good news is: we found it! 🎉 The bad news is: it applied to all of our behaviors 🙈 We quickly fixed it and rolling it out as a minor release. Technically it's a breaking change, but we expect not many people to be impacted by that. If we thought wrong: our sincere apologies. Check the PR below for all the details, TL;DR is data binding for behaviors is now a lot easier! ##### What's Changed - For All `CommunityToolkit.Maui.Behavior`s, Ensure `BindingContext` Is Automatically Set to the Attached View's `BindingContext` by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1791](https://togithub.com/CommunityToolkit/Maui/pull/1791) **Full Changelog**: https://github.com/CommunityToolkit/Maui/compare/8.0.0...8.0.1 ### [`v8.0.0`](https://togithub.com/CommunityToolkit/Maui/releases/tag/8.0.0): : Can Touch This! TouchBehavior is Here! [Compare Source](https://togithub.com/CommunityToolkit/Maui/compare/7.0.1...8.0.0) ##### TouchBehavior is here! The release a lot of people have been waiting for is here. Version 8.0 of the .NET MAUI Community Toolkit introduces the ever popular `TouchBehavior`! You might know `TouchBehavior` as `TouchEffect` in the Xamarin world, but since Effects no longer exist, it has now been turned into a Behavior. Due to the amazing work of [@&#8203;Axemasta](https://togithub.com/Axemasta) this functionality is now ported from the Xamarin Community Toolkit to .NET MAUI. Of course, [@&#8203;bijington](https://togithub.com/bijington) was on the case with [the documentation](https://learn.microsoft.com/dotnet/communitytoolkit/maui/behaviors/touch-behavior), so we have that in place for you as well. ##### Breaking Snackbar on Windows Otherwise, there is A LOT going on in this release, just look at the list below. There is however one thing we do want to highlight: the breaking changes for `Snackbar`. Based on your feedback [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) did a complete rewrite of the `Snackbar` on Windows, ultimately of course to make things better, but it requires some changes on your side if you are working with `Snackbar` on Windows today. On other platforms it should work unchanged. Find all the details in our [updated documentation](https://learn.microsoft.com/dotnet/communitytoolkit/maui/alerts/snackbar?tabs=windows%2Candroid) for this. ##### NavigationBar coloring for Android Another functionality that was ported over from the Xamarin Community Toolkit is the NavigationBar coloring. This is very specific to Android and allows you to change the color of the systems navigation bar (the bottom one with the back button, home button, etc.) [@&#8203;pictos](https://togithub.com/pictos) did a great job on this one figuring out how to fit this into our toolkit 👏 Find all the docs on how to start using it, [right here](https://learn.microsoft.com/dotnet/communitytoolkit/maui/platform-specific/navigation-bar). ##### Thank you contributors! Of course we couldn't have done this without our amazing community and team, a major feature like `TouchBehavior` being implemented by someone from the community is what this project is all about. Truly amazing. Special shoutout to our first-time contributors: [@&#8203;Marioo1357](https://togithub.com/Marioo1357), [@&#8203;eduardoagr](https://togithub.com/eduardoagr), [@&#8203;StevilKnevil](https://togithub.com/StevilKnevil), [@&#8203;Cybrosys](https://togithub.com/Cybrosys), [@&#8203;marco-skizza](https://togithub.com/marco-skizza) and [@&#8203;Axemasta](https://togithub.com/Axemasta) but of course a BIG THANK YOU to all of you! ##### Big Ol' List of Changes - Android File Saver - remove MemoryStream by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1637](https://togithub.com/CommunityToolkit/Maui/pull/1637) - Avatar sample updated to include badges by [@&#8203;vhugogarcia](https://togithub.com/vhugogarcia) in [https://github.com/CommunityToolkit/Maui/pull/1636](https://togithub.com/CommunityToolkit/Maui/pull/1636) - 🔥 FIX - fix unit tests by [@&#8203;pictos](https://togithub.com/pictos) in [https://github.com/CommunityToolkit/Maui/pull/1694](https://togithub.com/CommunityToolkit/Maui/pull/1694) - Memory leak on TintedImageBehavior fix by [@&#8203;Marioo1357](https://togithub.com/Marioo1357) in [https://github.com/CommunityToolkit/Maui/pull/1625](https://togithub.com/CommunityToolkit/Maui/pull/1625) - \[First - PlatformSpecific] NavigationBar for Android by [@&#8203;pictos](https://togithub.com/pictos) in [https://github.com/CommunityToolkit/Maui/pull/1678](https://togithub.com/CommunityToolkit/Maui/pull/1678) - Add missing Handler disconnect on Unloaded event by [@&#8203;ne0rrmatrix](https://togithub.com/ne0rrmatrix) in [https://github.com/CommunityToolkit/Maui/pull/1691](https://togithub.com/CommunityToolkit/Maui/pull/1691) - Fix IOS bug in media Element when using Popup by [@&#8203;ne0rrmatrix](https://togithub.com/ne0rrmatrix) in [https://github.com/CommunityToolkit/Maui/pull/1597](https://togithub.com/CommunityToolkit/Maui/pull/1597) - Modify ColorConverters to support two-way bindings by [@&#8203;eduardoagr](https://togithub.com/eduardoagr) in [https://github.com/CommunityToolkit/Maui/pull/1544](https://togithub.com/CommunityToolkit/Maui/pull/1544) - Fixed issue with tinted image size being set incorrectly on Windows. by [@&#8203;StevilKnevil](https://togithub.com/StevilKnevil) in [https://github.com/CommunityToolkit/Maui/pull/1685](https://togithub.com/CommunityToolkit/Maui/pull/1685) - Fix Hot Reload with Popup by [@&#8203;BretJohnson](https://togithub.com/BretJohnson) in [https://github.com/CommunityToolkit/Maui/pull/1635](https://togithub.com/CommunityToolkit/Maui/pull/1635) - Remove Bindings on Popup Close by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1614](https://togithub.com/CommunityToolkit/Maui/pull/1614) - Windows Snackbar rewrite by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1658](https://togithub.com/CommunityToolkit/Maui/pull/1658) - Updated StatusBarBehavior to support defining which lifecycle event to use in applying the changes by [@&#8203;Cybrosys](https://togithub.com/Cybrosys) in [https://github.com/CommunityToolkit/Maui/pull/1471](https://togithub.com/CommunityToolkit/Maui/pull/1471) - Remove the old code to set the status bar behavior values by [@&#8203;bijington](https://togithub.com/bijington) in [https://github.com/CommunityToolkit/Maui/pull/1713](https://togithub.com/CommunityToolkit/Maui/pull/1713) - Close Stream [#&#8203;1588](https://togithub.com/CommunityToolkit/Maui/issues/1588) by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1751](https://togithub.com/CommunityToolkit/Maui/pull/1751) - SpeechRecognition Add more categories for AudioSession [#&#8203;1645](https://togithub.com/CommunityToolkit/Maui/issues/1645) by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1741](https://togithub.com/CommunityToolkit/Maui/pull/1741) - FileSaver Progress by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1740](https://togithub.com/CommunityToolkit/Maui/pull/1740) - Remove popup shadow on iOS 17 by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1615](https://togithub.com/CommunityToolkit/Maui/pull/1615) - Change to display Popup on Active Window page on Windows by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1617](https://togithub.com/CommunityToolkit/Maui/pull/1617) - Add popup size update on iOS by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1653](https://togithub.com/CommunityToolkit/Maui/pull/1653) - Fix an issue with Popup size and position on Android by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1683](https://togithub.com/CommunityToolkit/Maui/pull/1683) - Add popup sizing page to cover more test scenarios by [@&#8203;bijington](https://togithub.com/bijington) in [https://github.com/CommunityToolkit/Maui/pull/1770](https://togithub.com/CommunityToolkit/Maui/pull/1770) - Fix IOS crash when entering Full Screen by [@&#8203;ne0rrmatrix](https://togithub.com/ne0rrmatrix) in [https://github.com/CommunityToolkit/Maui/pull/1755](https://togithub.com/CommunityToolkit/Maui/pull/1755) - Add TouchBehavior by [@&#8203;Axemasta](https://togithub.com/Axemasta) in [https://github.com/CommunityToolkit/Maui/pull/1673](https://togithub.com/CommunityToolkit/Maui/pull/1673) - Add Platform-Specific Option to Enable Snackbar on Windows by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1780](https://togithub.com/CommunityToolkit/Maui/pull/1780) ##### Swept Under the Rug 🧹 - \[Sample App] Add Microsoft.Extensions.Http.Resilience by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1643](https://togithub.com/CommunityToolkit/Maui/pull/1643) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1563](https://togithub.com/CommunityToolkit/Maui/pull/1563) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1696](https://togithub.com/CommunityToolkit/Maui/pull/1696) - Increase `Microsoft.Maui.*` Dependencies to v8.0.7 by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1699](https://togithub.com/CommunityToolkit/Maui/pull/1699) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1701](https://togithub.com/CommunityToolkit/Maui/pull/1701) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1714](https://togithub.com/CommunityToolkit/Maui/pull/1714) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1754](https://togithub.com/CommunityToolkit/Maui/pull/1754) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1759](https://togithub.com/CommunityToolkit/Maui/pull/1759) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1763](https://togithub.com/CommunityToolkit/Maui/pull/1763) - Also update Maps NuGet version number for PR builds by [@&#8203;jfversluis](https://togithub.com/jfversluis) in [https://github.com/CommunityToolkit/Maui/pull/1772](https://togithub.com/CommunityToolkit/Maui/pull/1772) - Increase to latest MauiPackageVersion, v8.0.14 by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1774](https://togithub.com/CommunityToolkit/Maui/pull/1774) - \[Housekeeping] Update NuGet Packages by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1775](https://togithub.com/CommunityToolkit/Maui/pull/1775) ##### New Contributors - [@&#8203;Marioo1357](https://togithub.com/Marioo1357) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1625](https://togithub.com/CommunityToolkit/Maui/pull/1625) - [@&#8203;eduardoagr](https://togithub.com/eduardoagr) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1544](https://togithub.com/CommunityToolkit/Maui/pull/1544) - [@&#8203;StevilKnevil](https://togithub.com/StevilKnevil) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1685](https://togithub.com/CommunityToolkit/Maui/pull/1685) - [@&#8203;Cybrosys](https://togithub.com/Cybrosys) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1471](https://togithub.com/CommunityToolkit/Maui/pull/1471) - [@&#8203;marco-skizza](https://togithub.com/marco-skizza) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1736](https://togithub.com/CommunityToolkit/Maui/pull/1736) - [@&#8203;Axemasta](https://togithub.com/Axemasta) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1673](https://togithub.com/CommunityToolkit/Maui/pull/1673) **Full Changelog**: https://github.com/CommunityToolkit/Maui/compare/7.0.1...8.0.0 ### [`v7.0.1`](https://togithub.com/CommunityToolkit/Maui/releases/tag/7.0.1): : Last Update of 2023! [Compare Source](https://togithub.com/CommunityToolkit/Maui/compare/7.0.0...7.0.1) Happy holidays for those of you who celebrate! In the meanwhile, we're not clowning around and present to you the last release of 2023. This version has a good number of bugfixes and improvements, but nothing too crazy so that it might blow up your project before you go on a holiday break. As always a big thank you to anyone and everyone not only using our product but also caring, engaging and even contributing. We appreciate it! Let's make 2024 even better 🚀 ##### What's Changed - Add support for setting badge count using `UNUserNotificationCenter` … by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1531](https://togithub.com/CommunityToolkit/Maui/pull/1531) - Use fully qualified namespace for Colors reference in TextToColorGenerator by [@&#8203;IIARROWS](https://togithub.com/IIARROWS) in [https://github.com/CommunityToolkit/Maui/pull/1536](https://togithub.com/CommunityToolkit/Maui/pull/1536) - Remove SkiaSharp.Views Dependency by [@&#8203;JoonghyunCho](https://togithub.com/JoonghyunCho) in [https://github.com/CommunityToolkit/Maui/pull/1547](https://togithub.com/CommunityToolkit/Maui/pull/1547) - Fix IOS/MacOS AvataView background color with image bug by [@&#8203;TRybina132](https://togithub.com/TRybina132) in [https://github.com/CommunityToolkit/Maui/pull/1539](https://togithub.com/CommunityToolkit/Maui/pull/1539) - \[BUG] \[Windows] UniformItemsLayout item positioning not correct [#&#8203;1553](https://togithub.com/CommunityToolkit/Maui/issues/1553) by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1566](https://togithub.com/CommunityToolkit/Maui/pull/1566) - Add sample to trigger an animation using the AnimateCommand by [@&#8203;bijington](https://togithub.com/bijington) in [https://github.com/CommunityToolkit/Maui/pull/1577](https://togithub.com/CommunityToolkit/Maui/pull/1577) - Removes the transparent color set on Android when null by [@&#8203;vhugogarcia](https://togithub.com/vhugogarcia) in [https://github.com/CommunityToolkit/Maui/pull/1584](https://togithub.com/CommunityToolkit/Maui/pull/1584) ##### We couldn't make this project work without these dependencies 🫶 - Bump CommunityToolkit.Maui.Markup from 3.3.1 to 4.0.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1528](https://togithub.com/CommunityToolkit/Maui/pull/1528) - Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1540](https://togithub.com/CommunityToolkit/Maui/pull/1540) - Bump xunit from 2.6.1 to 2.6.2 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1542](https://togithub.com/CommunityToolkit/Maui/pull/1542) - Bump Microsoft.CodeAnalysis from 4.7.0 to 4.8.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1551](https://togithub.com/CommunityToolkit/Maui/pull/1551) - Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.7.0 to 4.8.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1550](https://togithub.com/CommunityToolkit/Maui/pull/1550) - Bump Microsoft.CodeAnalysis.CSharp from 4.4.0 to 4.8.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1552](https://togithub.com/CommunityToolkit/Maui/pull/1552) - Bump Microsoft.CodeAnalysis.CSharp from 4.4.0 to 4.8.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1559](https://togithub.com/CommunityToolkit/Maui/pull/1559) ##### New Contributors So many new contributors this release, thank you so much [@&#8203;IIARROWS](https://togithub.com/IIARROWS), [@&#8203;TRybina132](https://togithub.com/TRybina132), [@&#8203;ne0rrmatrix](https://togithub.com/ne0rrmatrix) and our very own Tizen superhero [@&#8203;JoonghyunCho](https://togithub.com/JoonghyunCho). We appreciate all the time that you are spending on this project and making it better. - [@&#8203;IIARROWS](https://togithub.com/IIARROWS) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1536](https://togithub.com/CommunityToolkit/Maui/pull/1536) - [@&#8203;JoonghyunCho](https://togithub.com/JoonghyunCho) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1547](https://togithub.com/CommunityToolkit/Maui/pull/1547) - [@&#8203;TRybina132](https://togithub.com/TRybina132) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1539](https://togithub.com/CommunityToolkit/Maui/pull/1539) - [@&#8203;ne0rrmatrix](https://togithub.com/ne0rrmatrix) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1537](https://togithub.com/CommunityToolkit/Maui/pull/1537) **Full Changelog**: https://github.com/CommunityToolkit/Maui/compare/7.0.0...7.0.1 ### [`v7.0.0`](https://togithub.com/CommunityToolkit/Maui/releases/tag/7.0.0): : .NET 8 is here! [Compare Source](https://togithub.com/CommunityToolkit/Maui/compare/6.1.0...7.0.0) ##### What's Changed - Fix a bug when specifying an Popup's Anchor on Windows by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1494](https://togithub.com/CommunityToolkit/Maui/pull/1494) - Bump xunit from 2.6.0 to 2.6.1 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1493](https://togithub.com/CommunityToolkit/Maui/pull/1493) - .NET 8 by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1367](https://togithub.com/CommunityToolkit/Maui/pull/1367) - Bump MauiPackageVersion from 8.0.0-rc.2.9511 to 8.0.0-rc.2.9530 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1501](https://togithub.com/CommunityToolkit/Maui/pull/1501) - Change in the method of obtaining the height of StatusBar for API Level 29 and below on Android by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1500](https://togithub.com/CommunityToolkit/Maui/pull/1500) - Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1506](https://togithub.com/CommunityToolkit/Maui/pull/1506) - Fix `Popup.RemapForControls()` by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1510](https://togithub.com/CommunityToolkit/Maui/pull/1510) - Add `CancellationToken` Parameter to Methods Returning `Task` and `ValueTask` by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1503](https://togithub.com/CommunityToolkit/Maui/pull/1503) - \[macOS, iOS] Refine Popup Disappearing Animation by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1514](https://togithub.com/CommunityToolkit/Maui/pull/1514) - \[SelectAllTextBehavior] Fix Android Bug, Reduce iOS Memory Allocations by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1512](https://togithub.com/CommunityToolkit/Maui/pull/1512) - \[iOS, macOS] Fix AvAudioSession Defaults by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1513](https://togithub.com/CommunityToolkit/Maui/pull/1513) - Bump CommunityToolkit.Maui.Markup from 3.3.0 to 3.3.1 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1517](https://togithub.com/CommunityToolkit/Maui/pull/1517) - Update to .NET 8.0 GA by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1499](https://togithub.com/CommunityToolkit/Maui/pull/1499) - Bump Microsoft.Extensions.Logging.Debug from 8.0.0-rc.2.23479.6 to 8.0.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1518](https://togithub.com/CommunityToolkit/Maui/pull/1518) - Bump Microsoft.Extensions.Http.Polly from 8.0.0-rc.2.23480.2 to 8.0.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1519](https://togithub.com/CommunityToolkit/Maui/pull/1519) **Full Changelog**: https://github.com/CommunityToolkit/Maui/compare/6.1.0...7.0.0 ### [`v6.1.0`](https://togithub.com/CommunityToolkit/Maui/releases/tag/6.1.0): : A New Release Popped Up! [Compare Source](https://togithub.com/CommunityToolkit/Maui/compare/6.0.0...6.1.0) My goodness do we love our community. And in this case especially [@&#8203;cat0363](https://togithub.com/cat0363) who goes by the name of Kenji in real-life. If you look through the release notes below, you'll notice that Kenji has been doing a lot of work for us and all that work went into the Popup. From this place: thank you so much for spending your valuable time on our project and making it better for everyone 🙏 So in this release: a lot of love for the Popup: better sizing, adding the ability to use [resources and styles](https://learn.microsoft.com/dotnet/communitytoolkit/maui/views/popup#styling), flow direction is now working... And much more! ##### PopupService Still on Popups, we have made it easier for you to work with popups from your view models. In v6.1.0 we have added the `PopupService`. No weird messaging or dependencies in your code that shouldn't be there, just a clean service that will allow you to show popups respecting MVVM. All the details can be found in the [documentation](https://learn.microsoft.com/dotnet/communitytoolkit/maui/views/popup#presenting-a-popup). ##### DrawingView But we didn't stop there! As always [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) has been doing wonderful work. With this release we introduce a bunch of Commands that allow you to capture the start, cancel and drawing in progress events in a pure MVVM way. The documentation for `DrawingView` has been updated accordingly, so go [check it out](https://learn.microsoft.com/dotnet/communitytoolkit/maui/views/drawingview). ##### All the details - Fix Popup size on Android and iOS by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1361](https://togithub.com/CommunityToolkit/Maui/pull/1361) - Add Resources and Style to Popup by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1351](https://togithub.com/CommunityToolkit/Maui/pull/1351) - Add forced update of ScrollView on iOS by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1442](https://togithub.com/CommunityToolkit/Maui/pull/1442) - Remove restriction for displaying Popup on iOS by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1369](https://togithub.com/CommunityToolkit/Maui/pull/1369) - Add consideration of FlowDirection by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1434](https://togithub.com/CommunityToolkit/Maui/pull/1434) - Addition of size calculation for Label placed in Popup and correction of size calculation when Popup Size is not specified by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1456](https://togithub.com/CommunityToolkit/Maui/pull/1456) - Remove popup corner rounding and shadow on iOS by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1463](https://togithub.com/CommunityToolkit/Maui/pull/1463) - Add `[GeneratedCode]` and `[ExcludeFromCodeCoverage]` Attributes to SourceGenerators by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1468](https://togithub.com/CommunityToolkit/Maui/pull/1468) - Fixes Speech recognizer locale was not ignored on Android [#&#8203;1436](https://togithub.com/CommunityToolkit/Maui/issues/1436) by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1481](https://togithub.com/CommunityToolkit/Maui/pull/1481) - Add drawing started, cancelled, and on-drawing commands by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1440](https://togithub.com/CommunityToolkit/Maui/pull/1440) - PopupService by [@&#8203;bijington](https://togithub.com/bijington) in [https://github.com/CommunityToolkit/Maui/pull/1165](https://togithub.com/CommunityToolkit/Maui/pull/1165) - Add consideration of Loaded event to Popup Show method on Windows by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1470](https://togithub.com/CommunityToolkit/Maui/pull/1470) - Change the display method of Popup Overlay on Windows by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1485](https://togithub.com/CommunityToolkit/Maui/pull/1485) ##### Housekeeping, important but not super interesting - Bump CommunityToolkit.Maui.Markup from 3.2.0 to 3.3.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1438](https://togithub.com/CommunityToolkit/Maui/pull/1438) - Bump Microsoft.Extensions.Http.Polly from 7.0.11 to 7.0.12 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1449](https://togithub.com/CommunityToolkit/Maui/pull/1449) - Bump xunit from 2.5.1 to 2.5.2 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1455](https://togithub.com/CommunityToolkit/Maui/pull/1455) - Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1454](https://togithub.com/CommunityToolkit/Maui/pull/1454) - Bump xunit from 2.5.2 to 2.5.3 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1462](https://togithub.com/CommunityToolkit/Maui/pull/1462) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1469](https://togithub.com/CommunityToolkit/Maui/pull/1469) - Bump Microsoft.Extensions.Http.Polly from 7.0.12 to 7.0.13 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1473](https://togithub.com/CommunityToolkit/Maui/pull/1473) - Bump CommunityToolkit.Mvvm from 8.2.1 to 8.2.2 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1475](https://togithub.com/CommunityToolkit/Maui/pull/1475) - Bump xunit from 2.5.3 to 2.6.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1486](https://togithub.com/CommunityToolkit/Maui/pull/1486) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1487](https://togithub.com/CommunityToolkit/Maui/pull/1487) **Full Changelog**: https://github.com/CommunityToolkit/Maui/compare/6.0.0...6.1.0 ### [`v6.0.0`](https://togithub.com/CommunityToolkit/Maui/releases/tag/6.0.0): : Next Level Speech Recognition &amp; Bugfixes [Compare Source](https://togithub.com/CommunityToolkit/Maui/compare/5.3.0...6.0.0) Watch out! This version contains some breaking changes! That is why we are going from version 5.3.0 to version 6.0.0. They grow up so fast... 🥲 Anyway, no time to be emotional, let's talk about the amazing things in this release. First of all: look at all the first-time contributors, amazing, thank you all so much: [@&#8203;wolfgang-ironsoftware](https://togithub.com/wolfgang-ironsoftware), [@&#8203;inforithmics](https://togithub.com/inforithmics), [@&#8203;olekssokol](https://togithub.com/olekssokol), [@&#8203;vhugogarcia](https://togithub.com/vhugogarcia), [@&#8203;redek91](https://togithub.com/redek91), [@&#8203;babenkovitaliy](https://togithub.com/babenkovitaliy) and [@&#8203;AllenD-MSFT](https://togithub.com/AllenD-MSFT) 👏 ##### Speech Recognition The speech recognition APIs just got better. You can now listen to the user in the background and still process the results asynchronously. This enables so many cool new scenarios in your app, including building your own personal assistant! Connect that with some AI and... 🤯 You can read all about how to use this new functionality in the docs right [here](https://learn.microsoft.com/dotnet/communitytoolkit/maui/essentials/speech-to-text). ##### Bugfixes, bugfixes, bugfixes Furthermore this release is PACKED with bugfixes. The popups got better, we fixed memory leaks all over and even the snackbar and toast now know how to handle a device that is rotating. Good stuff, check out all the details just below here. ##### All the details - Use Native Windows Popup, `Microsoft.UI.Xaml.Controls.Popup` by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1086](https://togithub.com/CommunityToolkit/Maui/pull/1086) - Fix popup margin on iOS by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1329](https://togithub.com/CommunityToolkit/Maui/pull/1329) - Use fully qualified namespace for Color reference in TextToColorGenerator by [@&#8203;wolfgang-ironsoftware](https://togithub.com/wolfgang-ironsoftware) in [https://github.com/CommunityToolkit/Maui/pull/1332](https://togithub.com/CommunityToolkit/Maui/pull/1332) - Code cleanup and preparation for the next release (breaking changes) by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1324](https://togithub.com/CommunityToolkit/Maui/pull/1324) - Fix Gestures on Popup on ios by [@&#8203;inforithmics](https://togithub.com/inforithmics) in [https://github.com/CommunityToolkit/Maui/pull/1342](https://togithub.com/CommunityToolkit/Maui/pull/1342) - 632 bug avatar view clipping on windows by [@&#8203;GeorgeLeithead](https://togithub.com/GeorgeLeithead) in [https://github.com/CommunityToolkit/Maui/pull/1344](https://togithub.com/CommunityToolkit/Maui/pull/1344) - fix IconTintColorBehavior for Windows by [@&#8203;olekssokol](https://togithub.com/olekssokol) in [https://github.com/CommunityToolkit/Maui/pull/1370](https://togithub.com/CommunityToolkit/Maui/pull/1370) - Add `MemoryAnalyzer` roslyn analyzer by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1371](https://togithub.com/CommunityToolkit/Maui/pull/1371) - iOS popup fix with Shell or TabbedPage by [@&#8203;cucumber-sp](https://togithub.com/cucumber-sp) in [https://github.com/CommunityToolkit/Maui/pull/1343](https://togithub.com/CommunityToolkit/Maui/pull/1343) - Fix Windows Popup Position and Size by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1350](https://togithub.com/CommunityToolkit/Maui/pull/1350) - Updated the validation to allow the image button to apply the tint co… by [@&#8203;vhugogarcia](https://togithub.com/vhugogarcia) in [https://github.com/CommunityToolkit/Maui/pull/1386](https://togithub.com/CommunityToolkit/Maui/pull/1386) - Fixed Path behavior of FileSaver and FolderPicker on Android + Permission check on Android 13 by [@&#8203;redek91](https://togithub.com/redek91) in [https://github.com/CommunityToolkit/Maui/pull/1341](https://togithub.com/CommunityToolkit/Maui/pull/1341) - Reverted change add in [#&#8203;1343](https://togithub.com/CommunityToolkit/Maui/issues/1343) by [@&#8203;pictos](https://togithub.com/pictos) in [https://github.com/CommunityToolkit/Maui/pull/1394](https://togithub.com/CommunityToolkit/Maui/pull/1394) - Sample icon tint color behavior inside a popup by [@&#8203;vhugogarcia](https://togithub.com/vhugogarcia) in [https://github.com/CommunityToolkit/Maui/pull/1395](https://togithub.com/CommunityToolkit/Maui/pull/1395) - Add redrawing of Snackbar and Toast when the screen is rotated by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1405](https://togithub.com/CommunityToolkit/Maui/pull/1405) - \[MacCatalyst] Get correct window associated with the Popup by [@&#8203;babenkovitaliy](https://togithub.com/babenkovitaliy) in [https://github.com/CommunityToolkit/Maui/pull/1409](https://togithub.com/CommunityToolkit/Maui/pull/1409) - Improved memory performance of TextColorToGenerator by [@&#8203;AllenD-MSFT](https://togithub.com/AllenD-MSFT) in [https://github.com/CommunityToolkit/Maui/pull/1254](https://togithub.com/CommunityToolkit/Maui/pull/1254) - Fix Memory leak on Popup by [@&#8203;pictos](https://togithub.com/pictos) in [https://github.com/CommunityToolkit/Maui/pull/1398](https://togithub.com/CommunityToolkit/Maui/pull/1398) - Speech Recognition v2 - StartListening/StopListening by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1382](https://togithub.com/CommunityToolkit/Maui/pull/1382) - Fix for the navigation to the SelectAllText page on macOS by [@&#8203;vhugogarcia](https://togithub.com/vhugogarcia) in [https://github.com/CommunityToolkit/Maui/pull/1402](https://togithub.com/CommunityToolkit/Maui/pull/1402) ##### Housekeeping, important but not super interesting - Bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1413](https://togithub.com/CommunityToolkit/Maui/pull/1413) - Bump xunit from 2.5.0 to 2.5.1 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1412](https://togithub.com/CommunityToolkit/Maui/pull/1412) - Bump Microsoft.Extensions.Http.Polly from 7.0.10 to 7.0.11 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1403](https://togithub.com/CommunityToolkit/Maui/pull/1403) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1393](https://togithub.com/CommunityToolkit/Maui/pull/1393) - Update Xcode version for Sample app by [@&#8203;jfversluis](https://togithub.com/jfversluis) in [https://github.com/CommunityToolkit/Maui/pull/1390](https://togithub.com/CommunityToolkit/Maui/pull/1390) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1373](https://togithub.com/CommunityToolkit/Maui/pull/1373) - Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1378](https://togithub.com/CommunityToolkit/Maui/pull/1378) - Bump Microsoft.CodeAnalysis from 4.6.0 to 4.7.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1355](https://togithub.com/CommunityToolkit/Maui/pull/1355) - Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.6.0 to 4.7.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1357](https://togithub.com/CommunityToolkit/Maui/pull/1357) - Bump FluentAssertions from 6.11.0 to 6.12.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1365](https://togithub.com/CommunityToolkit/Maui/pull/1365) - `global.json`: Change `"rollForward": "latestMajor",` -> `"rollForward": "latestFeature"`. by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1338](https://togithub.com/CommunityToolkit/Maui/pull/1338) - Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1348](https://togithub.com/CommunityToolkit/Maui/pull/1348) - Bump NuGet.Protocol from 6.6.1 to 6.7.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1330](https://togithub.com/CommunityToolkit/Maui/pull/1330) - ♻️ \[Housekeeping] Fixed GravatarImageSourceTests.TestDefaultStream by [@&#8203;pictos](https://togithub.com/pictos) in [https://github.com/CommunityToolkit/Maui/pull/1335](https://togithub.com/CommunityToolkit/Maui/pull/1335) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1327](https://togithub.com/CommunityToolkit/Maui/pull/1327) ##### New Contributors - [@&#8203;wolfgang-ironsoftware](https://togithub.com/wolfgang-ironsoftware) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1332](https://togithub.com/CommunityToolkit/Maui/pull/1332) - [@&#8203;inforithmics](https://togithub.com/inforithmics) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1342](https://togithub.com/CommunityToolkit/Maui/pull/1342) - [@&#8203;olekssokol](https://togithub.com/olekssokol) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1370](https://togithub.com/CommunityToolkit/Maui/pull/1370) - [@&#8203;vhugogarcia](https://togithub.com/vhugogarcia) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1388](https://togithub.com/CommunityToolkit/Maui/pull/1388) - [@&#8203;redek91](https://togithub.com/redek91) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1341](https://togithub.com/CommunityToolkit/Maui/pull/1341) - [@&#8203;babenkovitaliy](https://togithub.com/babenkovitaliy) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1409](https://togithub.com/CommunityToolkit/Maui/pull/1409) - [@&#8203;AllenD-MSFT](https://togithub.com/AllenD-MSFT) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1254](https://togithub.com/CommunityToolkit/Maui/pull/1254) **Full Changelog**: https://github.com/CommunityToolkit/Maui/compare/5.3.0...6.0.0 ### [`v5.3.0`](https://togithub.com/CommunityToolkit/Maui/releases/tag/5.3.0): : BadgeCounter, Popups and AppTheme helpers! [Compare Source](https://togithub.com/CommunityToolkit/Maui/compare/5.2.0...5.3.0) This release is so full of great new stuff I almost don't know where to begin... Let's start with something else then, did you know that we have a Discord server now specifically for the .NET MAUI Community Toolkit? A great place to discuss how to get started with contributing, ask questions or just hang out! Join it today by clicking [here](https://discord.gg/3G78VHf3j) (only valid for 30 days after this is posted). Now, for this release... VERSION FIVE-THREE-OH 💥 ##### Popups Now Better Than Ever! Thanks to a great number of community contributions our Popups are now better than ever. Thank you so much [@&#8203;cat0363](https://togithub.com/cat0363), [@&#8203;cucumber-sp](https://togithub.com/cucumber-sp) and our very own [@&#8203;brminnick](https://togithub.com/brminnick)! We've fixed a number of bugs that have to do with sizing, positioning and propagating the `BindingContext` to Popups, and also added a `CloseAsync()` method to make closing the popup more reliable. If you want to know all ins and outs of the Popup, check our [documentation](https://learn.microsoft.com/dotnet/communitytoolkit/maui/views/popup). ##### BadgeCounter With our brand new BadgeCounter API it's now easier than ever to show a notification count on your app icon. You know the little red bubble over app icons on the device home screen? You can now set that value yourself, from your app with one line of code. 🤯 [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) did an amazing job once again. Read all about the implementation of this functionality on his [blog](https://vladislavantonyuk.azurewebsites.net/articles/AppIcon-Badge-with-.NET-MAUI) or check out our [official documentation](https://learn.microsoft.com/dotnet/communitytoolkit/maui/essentials/badge) on how to use it with .NET MAUI Community Toolkit. ##### AppThemeColor, AppThemeObject and AppThemeResource These new APIs are great little helpers for when you support dark theme in your .NET MAUI apps. In .NET MAUI you have the `AppThemeBinding` which is already great, but with this you can now make your XAML less verbose and reuse your app theme aware resources through styles and resource dictionaries. As always, find the details in our [documentation](https://learn.microsoft.com/dotnet/communitytoolkit/maui/essentials/apptheme-resources) and let us know how you like it! Thank you [@&#8203;dansiegel](https://togithub.com/dansiegel) for the initial work on the .NET MAUI repo! ##### All the details - 1207 UniformItemsLayout NoItems crash by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1220](https://togithub.com/CommunityToolkit/Maui/pull/1220) - Update PopupExtensions.shared.cs by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1229](https://togithub.com/CommunityToolkit/Maui/pull/1229) - Fix Issue [#&#8203;1160](https://togithub.com/CommunityToolkit/Maui/issues/1160) by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1234](https://togithub.com/CommunityToolkit/Maui/pull/1234) - Fix Issue [#&#8203;1193](https://togithub.com/CommunityToolkit/Maui/issues/1193) by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1248](https://togithub.com/CommunityToolkit/Maui/pull/1248) - Fix Issue [#&#8203;1238](https://togithub.com/CommunityToolkit/Maui/issues/1238) by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1249](https://togithub.com/CommunityToolkit/Maui/pull/1249) - Fix Android DrawingView background image color by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1251](https://togithub.com/CommunityToolkit/Maui/pull/1251) - Call InvalidateMeasure on DockLayout when properties change affecting layout by [@&#8203;BretJohnson](https://togithub.com/BretJohnson) in [https://github.com/CommunityToolkit/Maui/pull/1258](https://togithub.com/CommunityToolkit/Maui/pull/1258) - Remove `VerticalStackLayout` from `StateContainerController` by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1262](https://togithub.com/CommunityToolkit/Maui/pull/1262) - Fix Issue [#&#8203;1256](https://togithub.com/CommunityToolkit/Maui/issues/1256) by [@&#8203;cucumber-sp](https://togithub.com/cucumber-sp) in [https://github.com/CommunityToolkit/Maui/pull/1267](https://togithub.com/CommunityToolkit/Maui/pull/1267) - Bugfix: Windows IconColorTintEffect HeightRequest by [@&#8203;kperdlich](https://togithub.com/kperdlich) in [https://github.com/CommunityToolkit/Maui/pull/1271](https://togithub.com/CommunityToolkit/Maui/pull/1271) - Snackbar and Toast messages are omitted when length is equal to display width on iOS by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1281](https://togithub.com/CommunityToolkit/Maui/pull/1281) - Add `Popup.CloseAsync()` by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1223](https://togithub.com/CommunityToolkit/Maui/pull/1223) - BadgeCounter [#&#8203;807](https://togithub.com/CommunityToolkit/Maui/issues/807) by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1126](https://togithub.com/CommunityToolkit/Maui/pull/1126) - Implement AppThemeColor, AppThemeObject, and AppThemeResource by [@&#8203;jfversluis](https://togithub.com/jfversluis) in [https://github.com/CommunityToolkit/Maui/pull/1264](https://togithub.com/CommunityToolkit/Maui/pull/1264) - Update ValueConverterExtension to allow for comparison of Nullable types to corresponding underlying types by [@&#8203;BruceTheBrick](https://togithub.com/BruceTheBrick) in [https://github.com/CommunityToolkit/Maui/pull/1307](https://togithub.com/CommunityToolkit/Maui/pull/1307) - Add routing of BindingContext of Popup by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1309](https://togithub.com/CommunityToolkit/Maui/pull/1309) - Fix display position and size of Popup by [@&#8203;cat0363](https://togithub.com/cat0363) in [https://github.com/CommunityToolkit/Maui/pull/1320](https://togithub.com/CommunityToolkit/Maui/pull/1320) ##### Humpty-Bumpty 🐫 & Other Housekeeping - Bump CommunityToolkit.Maui.Markup from 3.1.0 to 3.2.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1204](https://togithub.com/CommunityToolkit/Maui/pull/1204) - Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1217](https://togithub.com/CommunityToolkit/Maui/pull/1217) - Bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1226](https://togithub.com/CommunityToolkit/Maui/pull/1226) - Bump Microsoft.Extensions.Http.Polly from 7.0.5 to 7.0.7 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1242](https://togithub.com/CommunityToolkit/Maui/pull/1242) - Bump NuGet.Protocol from 6.6.0 to 6.6.1 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1244](https://togithub.com/CommunityToolkit/Maui/pull/1244) - \[Sample App] Add Button to Expander Sample by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1228](https://togithub.com/CommunityToolkit/Maui/pull/1228) - 1134 Update samples by [@&#8203;VladislavAntonyuk](https://togithub.com/VladislavAntonyuk) in [https://github.com/CommunityToolkit/Maui/pull/1219](https://togithub.com/CommunityToolkit/Maui/pull/1219) - Bump Microsoft.Extensions.Http.Polly from 7.0.7 to 7.0.8 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1263](https://togithub.com/CommunityToolkit/Maui/pull/1263) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1265](https://togithub.com/CommunityToolkit/Maui/pull/1265) - Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1270](https://togithub.com/CommunityToolkit/Maui/pull/1270) - Bump CommunityToolkit.Mvvm from 8.2.0 to 8.2.1 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1285](https://togithub.com/CommunityToolkit/Maui/pull/1285) - Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1287](https://togithub.com/CommunityToolkit/Maui/pull/1287) - Bump xunit from 2.4.2 to 2.5.0 in /samples by [@&#8203;dependabot](https://togithub </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bitwarden/android). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-01 16:15:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#52317