[PR #2994] [CLOSED] [deps]: Update CommunityToolkit.Maui to v7 - autoclosed #23320

Closed
opened 2026-04-16 23:25:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2994
Author: @renovate[bot]
Created: 2/10/2024
Status: Closed

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


📝 Commits (1)

  • 588a062 [deps]: Update CommunityToolkit.Maui to v7

📊 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 -> 7.0.1 age adoption passing confidence

Release Notes

CommunityToolkit/Maui (CommunityToolkit.Maui)

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
New Contributors

A very, very big thank you to all of our contributors new and existing, we could not do this without you 👏 virtual stroopwafels for all of you!

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


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/2994 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 2/10/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `renovate/communitytoolkit.maui-7.x` --- ### 📝 Commits (1) - [`588a062`](https://github.com/bitwarden/android/commit/588a0628e56fce276ccdd16a01b0341708247a27) [deps]: Update CommunityToolkit.Maui to v7 ### 📊 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` -> `7.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/CommunityToolkit.Maui/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/CommunityToolkit.Maui/7.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/7.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/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>CommunityToolkit/Maui (CommunityToolkit.Maui)</summary> ### [`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.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1286](https://togithub.com/CommunityToolkit/Maui/pull/1286) - \[Sample App] Update Popup Namespaces in Sample App by [@&#8203;brminnick](https://togithub.com/brminnick) in [https://github.com/CommunityToolkit/Maui/pull/1241](https://togithub.com/CommunityToolkit/Maui/pull/1241) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1305](https://togithub.com/CommunityToolkit/Maui/pull/1305) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1290](https://togithub.com/CommunityToolkit/Maui/pull/1290) - Bump Microsoft.Extensions.Http.Polly from 7.0.8 to 7.0.9 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1292](https://togithub.com/CommunityToolkit/Maui/pull/1292) - ♻️ Replaced all Debug.WriteLine for Trace.WriteLine by [@&#8203;pictos](https://togithub.com/pictos) in [https://github.com/CommunityToolkit/Maui/pull/1311](https://togithub.com/CommunityToolkit/Maui/pull/1311) - \[housekeeping] Automated PR to fix formatting errors by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/CommunityToolkit/Maui/pull/1319](https://togithub.com/CommunityToolkit/Maui/pull/1319) - Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1322](https://togithub.com/CommunityToolkit/Maui/pull/1322) - Bump Microsoft.Extensions.Http.Polly from 7.0.9 to 7.0.10 in /samples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/CommunityToolkit/Maui/pull/1323](https://togithub.com/CommunityToolkit/Maui/pull/1323) ##### New Contributors A very, very big thank you to all of our contributors new and existing, we could not do this without you 👏 virtual stroopwafels for all of you! - [@&#8203;cat0363](https://togithub.com/cat0363) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1229](https://togithub.com/CommunityToolkit/Maui/pull/1229) - [@&#8203;BretJohnson](https://togithub.com/BretJohnson) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1258](https://togithub.com/CommunityToolkit/Maui/pull/1258) - [@&#8203;cucumber-sp](https://togithub.com/cucumber-sp) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1267](https://togithub.com/CommunityToolkit/Maui/pull/1267) - [@&#8203;BruceTheBrick](https://togithub.com/BruceTheBrick) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1307](https://togithub.com/CommunityToolkit/Maui/pull/1307) - [@&#8203;niksedk](https://togithub.com/niksedk) made their first contribution in [https://github.com/CommunityToolkit/Maui/pull/1314](https://togithub.com/CommunityToolkit/Maui/pull/1314) **Full Changelog**: https://github.com/CommunityToolkit/Maui/compare/5.2.0...5.3.0 </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/mobile). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --- <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-04-16 23:25:18 -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#23320