THUAI7
THUAI7 copied to clipboard
chore(deps): update dependency communitytoolkit.maui.core to 9.1.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| CommunityToolkit.Maui.Core | 9.0.0 -> 9.1.1 |
Release Notes
CommunityToolkit/Maui (CommunityToolkit.Maui.Core)
v9.1.1: : A handful of bugfixes before the new major release
.NET 9 is almost upon us, just before the new major release that we will be introduction as part of there, here are a couple of bugfixes that you can use today!
A big thank you to @Bensley96 for the very first contribution to this project 👏
Requirements
The following tools are now required for CommunityToolkit.Maui.:
- [ ] Xcode 16.0.0
- Read the latest .NET MAUI Release wiki to always find the latest-supported version) of Xcode for .NET MAUI
- We HIGHLY recommend using the open-source tool Xcodes to easily manage your installed Xcode versions
- [ ] Update to the latest stable version of Visual Studio (or Jet Brains Rider)
- [ ] Download/install .NET SDK v4.0.3
- [ ] After installing the latest stable .NET SDK, update to the latest stable version of the .NET MAUI workload:
- On macOS, open the Terminal and enter the following command:
sudo dotnet workload install maui - On Windows, open the command prompt (or Powershell) and enter the following command:
dotnet workload install maui
- On macOS, open the Terminal and enter the following command:
- [ ] Add a
global.jsonfile to your application with the following parameters to ensure you're not using a unsupported preview version of .NET (example below)- The .NET MAUI Community Toolkit does not support preview releases of .NET
global.json
{
"sdk": {
"version": "8.0.403",
"rollForward": "latestMajor",
"allowPrerelease": false
}
}
What's Changed
- Ensure
TouchBehavior.LongPressCompletedevent fires whenLongPressCommand is nullby @brminnick in https://github.com/CommunityToolkit/Maui/pull/2239 - Fix FileSaver Progress by @VladislavAntonyuk in https://github.com/CommunityToolkit/Maui/pull/2277
- Implement the ability to Close a popup by @bijington in https://github.com/CommunityToolkit/Maui/pull/1688
- Fix animation behavior hot reload by @BretJohnson in https://github.com/CommunityToolkit/Maui/pull/2288
- [MacCatalyst] [iOS] Fix IconTintColorBehavior ImageButton Disappearing and Crash On Source Change by @Bensley96 in https://github.com/CommunityToolkit/Maui/pull/2317
🧼 Housekeeping 🧽
- Bump xunit from 2.9.1 to 2.9.2 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/2234
- [Housekeeping] Update NuGet Packages by @brminnick in https://github.com/CommunityToolkit/Maui/pull/2254
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/2285
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/2292
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/2295
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/2318
New Contributors
- @Bensley96 made their first contribution in https://github.com/CommunityToolkit/Maui/pull/2317
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/9.1.0...9.1.1
v9.1.0: : AOT support is here!
Required Updates
The following tools are now required for .NET MAUI Community Toolkit v9.1.0
- [ ] Xcode 16.0.0
- Read the latest .NET MAUI Release wiki to always find the latest-supported version) of Xcode for .NET MAUI
- We HIGHLY recommend using the open-source tool Xcodes to easily manage your installed Xcode versions
- [ ] Update to the latest stable version of Visual Studio (or Jet Brains Rider)
- [ ] Download/install .NET SDK v4.0.3
- [ ] After installing the latest stable .NET SDK, update to the latest stable version of the .NET MAUI workload:
- On macOS, open the Terminal and enter the following command:
sudo dotnet workload install maui - On Windows, open the command prompt (or Powershell) and enter the following command:
dotnet workload install maui
- On macOS, open the Terminal and enter the following command:
- [ ] Add a
global.jsonfile to your application with the following parameters to ensure you're not using a unsupported preview version of .NET (example below)- The .NET MAUI Community Toolkit does not support preview releases of .NET
global.json
{
"sdk": {
"version": "8.0.403",
"rollForward": "latestMajor",
"allowPrerelease": false
}
}
What's Changed
- Fix memory leak on touchBehavior android by @pictos in https://github.com/CommunityToolkit/Maui/pull/2113
- Make iOS StatusBarBehavior more robust and not throw exceptions by @jfversluis in https://github.com/CommunityToolkit/Maui/pull/2128
- Removed spare Element checking in OnDetachedFrom by @rafalka in https://github.com/CommunityToolkit/Maui/pull/2132
- Improve the usage experience with IsInRangeConverter in XAML by @GeorgeLeithead in https://github.com/CommunityToolkit/Maui/pull/1983
- Add closing process when tapping the outer area of Popup by @cat0363 in https://github.com/CommunityToolkit/Maui/pull/2081
- Remove DisableAutoCancel to fix Android auto focus by @Jake-Derrick in https://github.com/CommunityToolkit/Maui/pull/2169
- Fix System.Math.ThrowMinMaxException by @BaY1251 in https://github.com/CommunityToolkit/Maui/pull/2072
- Add missing setter for AnimateCommand by @BretJohnson in https://github.com/CommunityToolkit/Maui/pull/2174
- resolve [bug] CollectionView SelectionMode.Multiple doesn't work with TouchBehavior by @alex3696 in https://github.com/CommunityToolkit/Maui/pull/2172
- Add AOT Compatibility by @simonrozsival in https://github.com/CommunityToolkit/Maui/pull/1820
- Change the calling conditions of Popup's Dismiss method on Android by @cat0363 in https://github.com/CommunityToolkit/Maui/pull/2159
- Remove Popup and ContentPage from LogicalChildren when Popup is closed on iOS by @cat0363 in https://github.com/CommunityToolkit/Maui/pull/2166
- Adding constraints to Popup View on iOS by @cat0363 in https://github.com/CommunityToolkit/Maui/pull/1979
- Update ColorToStringConverter.shared.cs by @cl2raul66 in https://github.com/CommunityToolkit/Maui/pull/2093
- Only set the popup contents parent if it hasn't already been set before by @bijington in https://github.com/CommunityToolkit/Maui/pull/2199
- Changed to call Popup's MapOnClosed method by @cat0363 in https://github.com/CommunityToolkit/Maui/pull/2202
Housekeeping 🧹
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/2129
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/2134
- Fix failing test on Pipelines. Test only fails on Pipelines. by @ne0rrmatrix in https://github.com/CommunityToolkit/Maui/pull/2141
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/2146
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/2175
- Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/2180
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/2183
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/2192
- Bump FluentAssertions from 6.12.0 to 6.12.1 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/2194
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/2198
-
- Make test sdk match the test runner on the Mac build agent by @bijington in https://github.com/CommunityToolkit/Maui/pull/2200
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/2207
New Contributors
Big thank you to our community contributors 👏
- @rafalka made their first contribution in https://github.com/CommunityToolkit/Maui/pull/2132
- @Jake-Derrick made their first contribution in https://github.com/CommunityToolkit/Maui/pull/2169
- @BaY1251 made their first contribution in https://github.com/CommunityToolkit/Maui/pull/2072
- @alex3696 made their first contribution in https://github.com/CommunityToolkit/Maui/pull/2172
- @simonrozsival made their first contribution in https://github.com/CommunityToolkit/Maui/pull/1820
- @cl2raul66 made their first contribution in https://github.com/CommunityToolkit/Maui/pull/2093
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/9.0.3...9.0.4
v9.0.3: : Transparent Status bar for Android, Icon Tint Color Updates and more!
Just before the weekend, here are some new goodies to play with!
Minor new functionalities, bugfixes and we updated the dependency of .NET MAUI to 8.0.71 to match the latest version that is included in the workload that comes with Visual Studio.
What's Changed
- Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/2010
- Bump xunit from 2.8.1 to 2.9.0 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/2009
- [Housekeeping] Update CI Pipeline to use macOS Sonoma and Xcode 15.3.0 by @brminnick in https://github.com/CommunityToolkit/Maui/pull/1969
- Information label and bound value in CompareConverter sample don't match by @GeorgeLeithead in https://github.com/CommunityToolkit/Maui/pull/1981
- Update IconTintColorBehavior so it applies tint to Button image on Android and Windows like iOS and Mac Catalyst by @mikeparker104 in https://github.com/CommunityToolkit/Maui/pull/2042
- Remove
Microsoft.Maui.Controls.CompatibilityDependency by @filipnavara in https://github.com/CommunityToolkit/Maui/pull/2006 - [Sample App] Add
<UseMaui>true</UseMaui>by @ne0rrmatrix in https://github.com/CommunityToolkit/Maui/pull/2057 - Fix Target Type Validation by @brminnick in https://github.com/CommunityToolkit/Maui/pull/2034
- fix: Fix unhandled ObjectDisposedException in IconTintColorBehavior.ClearTintColor on Android by @Kay-STL in https://github.com/CommunityToolkit/Maui/pull/2012
- Transparent status bar color android by @vhugogarcia in https://github.com/CommunityToolkit/Maui/pull/1630
- Source Generator for Bindable Property by @pictos in https://github.com/CommunityToolkit/Maui/pull/1321
- Update to Xcode 15.4 in CI pipelines by @Kay-STL in https://github.com/CommunityToolkit/Maui/pull/2100
- Catch ObjectDisposedException in IconTintColorBehavior by @Kay-STL in https://github.com/CommunityToolkit/Maui/pull/2099
- [Housekeeping] Update NuGet Packages by @brminnick in https://github.com/CommunityToolkit/Maui/pull/2105
- Removed duplicate test member data by @GeorgeLeithead in https://github.com/CommunityToolkit/Maui/pull/2098
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/2110
New Contributors
A big thank you to these heroes right here! You make this project the best version it can be!
- @mikeparker104 made their first contribution in https://github.com/CommunityToolkit/Maui/pull/2042
- @filipnavara made their first contribution in https://github.com/CommunityToolkit/Maui/pull/2006
- @Kay-STL made their first contribution in https://github.com/CommunityToolkit/Maui/pull/2012
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/9.0.2...9.0.3
v9.0.2: : Windows Sample App Redesign!
Some Friday bugfixes for you! Special shout out to @GuidoNeele and @myix765 for their first contributions to this project, thank you so much! 👏 Find all the details about the fixes below.
And, did you know that we have an amazing sample app in this repository that shows you how to use all the features of the Toolkit?! Now you do! And the Windows version just got a refresh by @mhrastegari
Check this out 🤩
What's Changed
- Queue up the Text update when running on Android by @bijington in https://github.com/CommunityToolkit/Maui/pull/1922
- Tidy up the masked text behavior handling of text changed by @bijington in https://github.com/CommunityToolkit/Maui/pull/1925
- Set unloaded event to make sure popup is shown on Windows. by @GuidoNeele in https://github.com/CommunityToolkit/Maui/pull/1932
- Swap the order of checks to prevent an unnecessary exception by @bijington in https://github.com/CommunityToolkit/Maui/pull/1926
- Fix IconTintColorBehavior not tinting UriImageSource on Windows by @myix765 in https://github.com/CommunityToolkit/Maui/pull/1949
- Fix for AvatarView child dimensions not being correctly set by @GeorgeLeithead in https://github.com/CommunityToolkit/Maui/pull/1963
- Improve Windows sample app UI by @mhrastegari in https://github.com/CommunityToolkit/Maui/pull/1861
Bumps and Housekeepings
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/1936
- Bump xunit from 2.7.0 to 2.8.1 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/1937
- Bump xunit.runner.visualstudio from 2.5.7 to 2.8.1 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/1938
- Bump Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit from 1.1.1 to 1.1.2 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/1959
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/1964
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/1999
New Contributors
- @GuidoNeele made their first contribution in https://github.com/CommunityToolkit/Maui/pull/1932
- @myix765 made their first contribution in https://github.com/CommunityToolkit/Maui/pull/1949
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/9.0.1...9.0.2
v9.0.1: : Bugfixes! That's it, that's the release.
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 @raginmari in https://github.com/CommunityToolkit/Maui/pull/1896
- Fixing crash in IconTintColorBehavior by @PaulNiemiec in https://github.com/CommunityToolkit/Maui/pull/1883
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/1902
- Add PresentationStyle by @cat0363 in https://github.com/CommunityToolkit/Maui/pull/1892
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/CommunityToolkit/Maui/pull/1915
New Contributors
- @raginmari made their first contribution in https://github.com/CommunityToolkit/Maui/pull/1896
- @PaulNiemiec made their first contribution in https://github.com/CommunityToolkit/Maui/pull/1883
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/9.0.0...9.0.1
Configuration
📅 Schedule: Branch creation - "after 4am and before 8am on saturday" in timezone Asia/Shanghai, 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 was generated by Mend Renovate. View the repository job log.