Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Updated Microsoft.Maui.Controls.Compatibility from 9.0.30 to 9.0.120.

Release notes

Sourced from Microsoft.Maui.Controls.Compatibility's releases.

9.0.120

What's Changed

.NET 9 SR12 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 104 commits with various improvements, bug fixes, and enhancements.

.NET MAUI Product Fixes

Android

BlazorWebView

Button

Collectionview

... (truncated)

9.0.111

.NET MAUI Product Fixes

Accessibility

Other

Full Changelog: dotnet/maui@9.0.110...9.0.111

9.0.110

What's Changed

.NET MAUI 9 SR 11 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 72 commits with various improvements, bug fixes, and enhancements.

.NET MAUI Product Fixes

Collectionview

... (truncated)

9.0.100

What's Changed

This release includes 94 commits with various improvements, bug fixes, and enhancements to the .NET MAUI framework.

.NET MAUI Product Fixes

9.0.100-preview.3.10457

What's Changed

MAUI Product fixes

9.0.90

.NET MAUI 9.0.90 SR9 Release Notes

What's Changed

This service release includes 141+ commits focusing on testing improvements, infrastructure updates, and critical product fixes for the .NET MAUI 9.0 service release 9.

MAUI Product Fixes

9.0.82

What's Changed

Full Changelog: dotnet/maui@9.0.81...9.0.82

9.0.81

What's Changed

Full Changelog: dotnet/maui@9.0.80...9.0.81

9.0.80

What's Changed

MAUI Product Fixes

9.0.71

What's Changed

Full Changelog: dotnet/maui@9.0.70...9.0.71

9.0.70

What's Changed

MAUI Product Fixes

Testing

9.0.61

What's Changed

Full Changelog: dotnet/maui@9.0.60...9.0.61

9.0.60

.NET MAUI 9.0 Service Release 6 (SR6) Release Notes

Highlights

Performance

  • Cleanup virtual layer measure invalidation by @​albyrock87 in Revert "Revert "Cleanup virtual layer measure invalidation (#28756)" (#28872)" dotnet/maui#28873
  • Improved iOS CollectionView Performance: There's a significant performance improvement in PR #​28225: "Improve iOS CollectionView performance by leveraging the new platform level invalidation mechanism" by @​albyrock87. This change optimizes how CollectionView handles invalidation on iOS, which should result in smoother scrolling and better overall responsiveness.

Memory

What's Changed

MAUI Product Fixes

9.0.51

.NET MAUI 9.0 Service Release 5 (SR5.1) Release Notes

What's Changed

MAUI Product Fixes

  • [SR5] Fix footer resizing issue by @​PureWeen in #​29064
  • Avoid qualified name in x:Type binding for Blazor Hybrid template by @​github-actions[bot] in #​29010
  • Revert "Applying visibility change to child controls" by @​github-actions[bot] in #​28869
  • [iOS] CollectionView footer sizing when source is empty - fix by @​github-actions[bot] in #​28793
  • [iOS] Back-navigation with swipe-back navigates back twice - fix by @​github-actions[bot] in #​28594
  • System.MissingMethodException in PropertyPropagationExtensions fix by @​github-actions[bot] in #​28574

Testing

  • Backport uitest fixes to .NET9 SR5 by @​PureWeen in #​28871
  • [Testing] Fix: BlankScreenOnNavigationBack on Android by @​Bhavanesh in #​28423
  • Resave mac tabbedpage images by @​HarishKumarSF4517 in #​28803
  • Fixed Test case failure in PR 28486 by @​Vignesh-SF3580 in #​28780

Dependency Updates

  • Upgrade Syncfusion Toolkit version from 1.0.3 to 1.0.4 on the Sample Content Template by @​github-actions[bot] in #​28477

Housekeeping

  • Update Versions.props 9.0.51 by @​PureWeen in #​28870
  • [ci] Don't use net10 to build this by @​rmarinho in commit 76fef11
  • [ci] Don't use the short url for install script by @​github-actions[bot] in #​28607

Full Changelog: dotnet/maui@9.0.50...release/9.0.1xx-sr5

Summary

This release primarily includes bug fixes focused on CollectionView components in iOS, particularly addressing footer sizing issues. There are also several testing improvements, including backporting UI test fixes to the SR5 branch. Additionally, the Syncfusion Toolkit was updated from version 1.0.3 to 1.0.4 on the Sample Content Template, and various housekeeping changes were made to the CI pipeline.

9.0.50

Breaking Changes

  • Change iOS SetNeedsLayout propagation mechanism by @​albyrock87 in Change iOS SetNeedsLayout propagation mechanism dotnet/maui#26629
    • Overriding SetNeedsLayout on MauiView to short-circuit invalidation propagation will no longer work. We will be looking into a way to still provide this behavior, if necessary, in an upcoming PR, and will be watching closely for any potential issues that may arise.
  • Improve PropertyMapper performance by @​albyrock87 in Improve PropertyMapper performance dotnet/maui#28077
    • This PR will change the ordering of some of the mappers. In theory, mapper ordering shouldn't really matter, but occasionally, issues with ordering do tend to creep in.

Highlights

What's Changed

9.0.40

Breaking Changes

Highlights

What's Changed

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Microsoft.Maui.Controls.Compatibility
  dependency-version: 9.0.120
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment