Skip to content

deps: Bump Microsoft.Maui.Controls from 9.0.120 to 10.0.41#11

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/nuget/src/Blazouter.Hybrid/Microsoft.Maui.Controls-10.0.41
Closed

deps: Bump Microsoft.Maui.Controls from 9.0.120 to 10.0.41#11
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/nuget/src/Blazouter.Hybrid/Microsoft.Maui.Controls-10.0.41

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Updated Microsoft.Maui.Controls from 9.0.120 to 10.0.41.

Release notes

Sourced from Microsoft.Maui.Controls's releases.

10.0.40

What's Changed

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

AI

Ai Agents

Blazor

... (truncated)

10.0.31

What's Changed

Full Changelog: dotnet/maui@10.0.30...10.0.31

10.0.30

What's Changed

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

.NET 10 Features

CollectionView

Docs

... (truncated)

10.0.20

What's Changed

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

AI

Animation

Button

CollectionView

... (truncated)

10.0.11

What's Changed

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

.NET MAUI Product Fixes

Android

Button

DateTimePicker

Gestures

Infrastructure

Mediapicker

... (truncated)

10.0.10

What's Changed

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

.NET MAUI Product Fixes

API

Android

Collectionview

10.0.1

What's Changed

Full Changelog: dotnet/maui@10.0.0...10.0.1

10.0.0

What's Changed

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

Breaking Changes

.NET MAUI Product Fixes

.NET 10 Features

Android

BlazorWebView

Collectionview

... (truncated)

10.0.0-rc2.2.25504.7

.NET MAUI 10.0.0-rc2 Release Notes

Getting started

Install from command line:

dotnet workload install maui --version 10.0.100-rc.2.25513.4

What's Changed

.NET MAUI 10.0.0-rc2 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 173 commits with various improvements, bug fixes, and enhancements.

.NET MAUI Product Fixes

.NET 10 Features

Android

Aspire

BlazorWebView

10.0.0-rc.1.25424.2

.NET MAUI 10.0.0-rc1 Release Notes

Getting started

Install from command line:

dotnet workload install maui --version 10.0.100-rc.1.25458.2

What's Changed

.NET MAUI 10.0.0-rc1 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 119 commits with various improvements, bug fixes, and enhancements.

.NET MAUI Product Fixes

.NET 10 Features

Android

Collectionview

... (truncated)

10.0.0-preview.7.25406.3

.NET MAUI Product Fixes

10.0.0-preview.6.25359.8

.NET MAUI 10.0.1xx-preview6 Release Notes

This release includes various improvements, bug fixes, and dependency updates for the .NET MAUI framework.

Getting started

Install from command line:

dotnet workload install maui --version 10.0.100-preview.6.25365.1

What's Changed

MAUI Product Fixes

10.0.0-preview.5.25306.5

.NET MAUI Release Notes - 10.0.1xx-preview5

What's Changed

MAUI Product Fixes

Testing

... (truncated)

10.0.0-preview.4.25263.4

.NET MAUI 10.0.0-preview.4 Release Notes

This release focuses on quality and stability across all platforms, with significant enhancements to input controls and collection-based views.

Getting started

Install from command line:

dotnet workload install maui --version 10.0.100-preview.4.25263.1

Known issues

When building from Visual Studio you might need to force the RoslynCompilerType to be used by adding this property to your csproj. After making this change make sure to restart Visual studio.

<RoslynCompilerType>FrameworkPackage</RoslynCompilerType>

What's Changed

.NET MAUI Preview 4 introduces improvements across all platforms. Key highlights include nullable support for DatePicker and TimePicker, modernized MediaPicker functionality for iOS and Android, fixing WebView behavior, enhancing shadow rendering on clipped views, and improving various input controls. Several platform-specific bugs have been addressed to enhance the overall stability and reliability of the framework.

BindableLayout

CarouselView

  • 🛠️ [iOS] Fixed changing carousel view orientation with disabled loop by @​kubaflo in #​28545
  • 🛠️ [All] Fixed ItemsUpdatingScrollMode so the view keeps position when the collection changes by @​SuthiYuvaraj in #​26608

CollectionView

DatePicker

  • ✅ [All] Added nullable support for Date, MinimumDate, and MaximumDate properties by @​jfversluis in #​27921
  • 🛠️ [Windows] Fixed text and icon color issues when hovering over the DatePicker by @​Ahamed-Ali in #​27147

Entry

FlyoutPage

... (truncated)

10.0.0-preview.3.25208.1

What's Changed

.NET MAUI Preview 3 introduces significant improvements across all platforms. Key highlights include performance optimizations for iOS CollectionView and property mapping, improved WebView capabilities, enhanced accessibility features, and numerous bug fixes for platform-specific issues. Several controls like TableView and ListView have been marked as obsolete as we continue to modernize the platform.

MAUI Product Fixes

  • [Windows] Fixed the issue with SearchBar focus and unfocus events by @​Ahamed-Ali in #​28529
  • [Android] Allow full screen videos from WebView by @​jsuarezruiz in #​15472
  • Align the Sender between the gestures when emit the events by @​jsuarezruiz in #​28305
  • [Improvement] Add ReturnType API for SearchBar by @​redducks100 in #​24906
  • Update default value for LineHeight in the ToNSAttributedString method by @​jsuarezruiz in #​28027
  • Improve iOS CollectionView performance by leveraging the new platform level invalidation mechanism by @​albyrock87 in #​28225
  • Fix for border color of the RadioButton is visible in Windows by @​SyedAbdulAzeemSF4852 in #​28214
  • Obsolete ListView and Cell types by @​jfversluis in #​28500
  • [.NET 10] More public APIs related with Entry and Editor, pending TODOs by @​jsuarezruiz in #​28467
  • Fix-added by @​devanathan-vaithiyanathan in #​27961
  • Remove PlatformWrapperView.java setHasShadow by @​jfversluis in #​28245
  • [Android] CarouselView: Remove rounding from SizedItemContentView that results in off-by-one pixel error by @​filipnavara in #​23411
  • [.Net10] Make IsVisibleCore and RefreshIsVisibleProperty visible by @​kubaflo in #​28139
  • [NET10.0] Fix parameter name for ScrollViewerExtensions.UpdateScrollBarVisibility by @​MartyIX in #​28255
  • Make GraphicsViewHandler.MapBackground public by @​jfversluis in #​28243
  • [Android] Fix: Prevent duplicate Completed event when setting ReturnType in Entry by @​bhavanesh2001 in #​28018
  • [Mac Catalyst] NullReferenceException in DragAndDropDelegate - FIX by @​MartyIX in #​28417
  • [Essentials] Functionality to check if GPS/Location is enabled by @​kubaflo in #​27941
  • Able to cancel WebAuthenticator.AuthenticateAsync programmatically using a CancellationToken by @​marcel-silva in #​26180
  • Fixed content update issue when changing the ControlTemplate at runtime for a ContentPage by @​sheiksyedm in #​28216
  • [Accessibility] Add 'button' for TalkBalk on Android Tap Gesture Recognizers by @​tj-devel709 in #​28393
  • [Accessibility] Add Accessibility Traits to CollectionView items on iOS/Catalyst by @​tj-devel709 in #​27971
  • Upgrade from 1.6.5 to 1.6.6 by @​MartyIX in #​28338
  • Build windows unpackaged test app as self contained by @​mattleibow in #​28382
  • [Windows] Fix RightToLeft is not working for Shell by @​SubhikshaSF4851 in #​28161
  • [main] Check if RefreshControl is enabled on iOS by @​github-actions[bot] in #​28365
  • Obsolete TableView by @​jfversluis in #​28302
  • Mark MapReload from PickerHandler Obsolete by @​jsuarezruiz in #​28028
  • [Windows] Fix for wrong secondary ToolbarItem size by @​Tamilarasan-Paranthaman in #​25550
  • Always return to the browser by @​mattleibow in #​28286
  • Make HybridWebViewHandler throw JS exceptions in C# by default by @​mattleibow in #​28086
  • Remove pending TODOs in .NET10 by @​jsuarezruiz in #​28267
  • Replace deprecated iOS OpenUrl by @​jfversluis in #​28160
  • [HybridWebView] Properly managed response streams by @​mattleibow in #​28230
  • Fix NullReferenceException in PaintExtensions.IsSolid on Android by @​jadenrogers in #​28116
  • Improve property mapper performance by @​albyrock87 in #​28077
  • [CollectionView] Crash occurs when switching CollectionView.IsVisible right after setting ItemsSource by @​kubaflo in #​28194
  • Update the version of SkiaSharp used by SVG by @​mattleibow in #​28233
  • Fixed-ToolBar-Visibility-FlyoutPage by @​prakashKannanSf3972 in #​28209
  • Revert "Fix FlyoutPage ShouldShowToolbarButton when overridden to return false, still shows button in title bar" by @​NirmalKumarYuvaraj in #​28189
  • Fix Crashing issue with keyboard scrolling iOS by @​tj-devel709 in #​28148
  • Fix CSS Hot Reload on iOS device by @​spadapet in #​27812
  • [Bindings SG] Filter out false positive Binding.Create matches by @​jkurdek in #​28138
  • [android] add AOT profile for dotnet new maui -sc by @​jonathanpeppers in #​28172
  • Fixed the CollectionView scroll the content inside Editor when tapping to get focus on it by @​NanthiniMahalingam in #​27851
    ... (truncated)

10.0.0-preview.2.25165.1

What's Changed

MAUI Product Fixes

10.0.0-preview.1.25122.6

Install workload set

dotnet workload install maui --version 10.0.100-preview.1.25124.2

MAUI Product Fixes

Tests

Dependency Updates

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 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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2026

Labels

The following labels could not be found: nuget. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2026
@github-actions
Copy link

github-actions bot commented Mar 1, 2026

🎉 Welcome, Contributor!

Thank you for submitting your first pull request to this repository! We're thrilled to see your contribution.

⏳ What Happens Next?

  • A maintainer will review your changes as soon as possible
  • You may receive feedback or requests for modifications
  • Once approved, your PR will be merged into the codebase

✅ PR Checklist

Before your PR can be merged, please ensure:

  • Your code follows the project's coding style and conventions
  • You've tested your changes locally
  • You've updated relevant documentation (if applicable)
  • All CI checks are passing
  • Your commits have clear and meaningful messages

💡 Tips for Success

  • Keep it focused: Smaller, focused PRs are easier to review
  • Describe your changes: Help reviewers understand what you did and why
  • Be responsive: Address feedback promptly to keep the review moving
  • Ask questions: Don't hesitate to ask if something is unclear

🔄 Need to Make Changes?

If you need to update your PR based on feedback:

  1. Make your changes locally
  2. Commit and push to the same branch
  3. The PR will automatically update

Your contribution makes this project better. Thank you for being part of our community! 💜

---
updated-dependencies:
- dependency-name: Microsoft.Maui.Controls
  dependency-version: 10.0.41
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Blazouter.Hybrid/Microsoft.Maui.Controls-10.0.41 branch from 232f1c6 to 7b882d0 Compare March 1, 2026 11:27
@Taiizor Taiizor closed this Mar 1, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/src/Blazouter.Hybrid/Microsoft.Maui.Controls-10.0.41 branch March 1, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment