Bump Microsoft.Maui.Graphics and Microsoft.Maui.Graphics.Skia #26
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated Microsoft.Maui.Graphics from 8.0.100 to 10.0.10.
Release notes
Sourced from Microsoft.Maui.Graphics's releases.
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
[release/10.0.1xx] Remove Android environment variable file handling for Aspire by @github-actions[bot] in [release/10.0.1xx] Remove Android environment variable file handling for Aspire dotnet/maui#32122
🔧 Fixes
[release/10.0.1xx-sr1] [Android] Refactor WindowInsetListener to per-view registry with MauiWindowInsetListener by @github-actions[bot] in [release/10.0.1xx-sr1] [Android] Refactor WindowInsetListener to per-view registry with MauiWindowInsetListener dotnet/maui#32443
🔧 Fixes
Collectionview
[iOS] Fixed the Items are not displaying in CarouselView 2 by @Ahamed-Ali in [iOS] Fixed the Items are not displaying in CarouselView 2 dotnet/maui#29397
🔧 Fixes
ItemsSources[CV2] Fix CarouselView vertical scrolling when orientation is horizontal by @Shalini-Ashokan in [CV2] Fix CarouselView vertical scrolling when orientation is horizontal dotnet/maui#31395
🔧 Fixes
[Android] Fix for IndicatorView remains interactive even when IsEnabled="False" by @HarishwaranVijayakumar in [Android] Fix for IndicatorView remains interactive even when IsEnabled="False" dotnet/maui#31457
🔧 Fixes
... (truncated)
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
[net10.0] Merge main to net10.0 by @rmarinho in [net10.0] Merge main to net10.0 dotnet/maui#31792
[net10.0] [housekeeping] Update maui net9 by @github-actions[bot] in [net10.0] [housekeeping] Update maui net9 dotnet/maui#31856
🔧 Fixes
[net10] Move to rtm by @rmarinho in [net10] Move to rtm dotnet/maui#31883
[net10.0] Bumps Syncfusion.Maui.Toolkit dependency to version 1.0.7 by @github-actions[bot] in [net10.0] Bumps Syncfusion.Maui.Toolkit dependency to version 1.0.7 dotnet/maui#31952
🔧 Fixes
[NET10.0] Change ContentPage SafeAreaEdges default to None for consistent edge-to-edge behavior by @Copilot in [NET10.0] Change ContentPage SafeAreaEdges default to None for consistent edge-to-edge behavior dotnet/maui#31926
🔧 Fixes
Android
Implement SafeAreaEdges property and per-edge safe area control for Android by @NirmalKumarYuvaraj in Implement SafeAreaEdges property and per-edge safe area control for Android dotnet/maui#31022
[release/10.0.1xx] Remove Android environment variable file handling for Aspire by @github-actions[bot] in [release/10.0.1xx] Remove Android environment variable file handling for Aspire dotnet/maui#32122
🔧 Fixes
BlazorWebView
Collectionview
... (truncated)
10.0.0-rc2.2.25504.7
.NET MAUI 10.0.0-rc2 Release Notes
Getting started
Install from command line:
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
[net10.0] Move to net10 rc2 by @rmarinho in [net10.0] Move to net10 rc2 dotnet/maui#31511
[net10.0] Update net10 by @rmarinho in [net10.0] Update net10 dotnet/maui#31296
[NET10] Make IPlatformMeasureInvalidationController public by @Copilot in [NET10] Make IPlatformMeasureInvalidationController public dotnet/maui#31133
[net10.0] Update net10.0 with main by @PureWeen in [net10.0] Update net10.0 with main dotnet/maui#31699
Android
[android] update AOT profile for .NET 10 RC 2 by @jonathanpeppers in [android] update AOT profile for .NET 10 RC 2 dotnet/maui#31768
[release/10.0.1xx-rc2] Implement SafeAreaEdges property and per-edge safe area control for Android by @github-actions[bot] in [release/10.0.1xx-rc2] Implement SafeAreaEdges property and per-edge safe area control for Android dotnet/maui#31798
🔧 Fixes
Aspire
BlazorWebView
Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template by @Copilot in Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template dotnet/maui#31618
🔧 Fixes
Revert "Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template" by @mattleibow in Revert "Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template" dotnet/maui#31676
🔧 Fixes
... (truncated)
10.0.0-rc.1.25424.2
.NET MAUI 10.0.0-rc1 Release Notes
Getting started
Install from command line:
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
[Testing] Run UI tests with CoreCLR on Android by @rmarinho in [Testing] Run UI tests with CoreCLR on Android dotnet/maui#30842
🔧 Fixes
[release/10.0.1xx-rc1] Expose Android Activity and Modal Dialog OnKey* overrides via ConfigureLifecycleEvents with generalized context parameter by @github-actions[bot] in [release/10.0.1xx-rc1] Expose Android Activity and Modal Dialog OnKey* overrides via ConfigureLifecycleEvents with generalized context parameter dotnet/maui#31237
🔧 Fixes
[release/10.0.1xx-rc1] [android] 20250820 net10.0 ecosystem updates by @github-actions[bot] in [release/10.0.1xx-rc1] [android] 20250820 net10.0 ecosystem updates dotnet/maui#31279
🔧 Fixes
[release/10.0.1xx-rc1] Update sdk 25421.113 and android by @rmarinho in [release/10.0.1xx-rc1] Update sdk 25421.113 and android dotnet/maui#31287
Collectionview
Fixed CollectionView does not update layout correctly when ItemsSource changes by @Dhivya-SF4094 in Fixed CollectionView does not update layout correctly when ItemsSource changes dotnet/maui#30978
🔧 Fixes
... (truncated)
10.0.0-preview.7.25406.3
.NET MAUI Product Fixes
*Converterclasses for nullability dotnet/maui#28860... (truncated)
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:
What's Changed
MAUI Product Fixes
oncolor when OnColor is unset by @Tamilarasan-Paranthaman in [net10.0] [iOS, Windows] Fix: Switch does not use the native defaultoncolor when OnColor is unset dotnet/maui#29694uwpeven though UWP is not the technology used - FIX by @MartyIX in [NET10.0] [Windows] Filenames containuwpeven though UWP is not the technology used - FIX dotnet/maui#29750... (truncated)
10.0.0-preview.5.25306.5
.NET MAUI Release Notes - 10.0.1xx-preview5
What's Changed
MAUI Product Fixes
VisualElement.ComputeConstraintForViewandLayoutConstraintenum public by @jsuarezruiz in [NET10] MakeVisualElement.ComputeConstraintForViewandLayoutConstraintenum public dotnet/maui#29703WinUI.targetsdotnet/maui#29256Testing
... (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:
Known issues
When building from Visual Studio you might need to force the
RoslynCompilerTypeto be used by adding this property to your csproj. After making this change make sure to restart Visual studio.What's Changed
.NET MAUI Preview 4 introduces improvements across all platforms. Key highlights include nullable support for
DatePickerandTimePicker, modernizedMediaPickerfunctionality for iOS and Android, fixingWebViewbehavior, 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
ItemsUpdatingScrollModeso the view keeps position when the collection changes by @SuthiYuvaraj in #26608CollectionView
EmptyViewis reused after navigation by @KarthikRajaKalaimani in #28367TargetInvocationExceptionwhen selecting header/footer after changingItemsLayoutby @Ahamed-Ali in #28890DatePicker
Date,MinimumDate, andMaximumDateproperties by @jfversluis in #27921Entry
CursorPositionproperty not being applied correctly by @praveenkumarkarunanithi in #27220FlyoutPage
... (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
ScrollViewerExtensions.UpdateScrollBarVisibilityby @MartyIX in #28255NullReferenceExceptioninDragAndDropDelegate- FIX by @MartyIX in #28417dotnet new maui -scby @jonathanpeppers in #28172... (truncated)
10.0.0-preview.2.25165.1
What's Changed
MAUI Product Fixes
UseRidGraph=falseon Windows by @MartyIX in [net10.0] SetUseRidGraph=falseon Windows dotnet/maui#27595UseRidGraph=falseon Windows (2) by @MartyIX in [net10.0] SetUseRidGraph=falseon Windows (2) dotnet/maui#27634... (truncated)
10.0.0-preview.1.25122.6
Install workload set
dotnet workload install maui --version 10.0.100-preview.1.25124.2MAUI Product Fixes
InterceptsLocationAttributedotnet/maui#27408Tests
Dependency Updates
... (truncated)
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
[release/9.0.1xx-sr12] [Android] -Picker dialog causes crash when page is popped while dialo… by @github-actions[bot] in [release/9.0.1xx-sr12] [Android] -Picker dialog causes crash when page is popped while dialo… dotnet/maui#31919
🔧 Fixes
BlazorWebView
Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template by @Copilot in Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template dotnet/maui#31618
🔧 Fixes
Revert "Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template" by @mattleibow in Revert "Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template" dotnet/maui#31676
🔧 Fixes
Reland "Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template" by @mattleibow in Reland "Replace UseStaticFiles() with MapStaticAssets() in Blazor Maui Web template" dotnet/maui#31677
🔧 Fixes
Button
Radio Button Null Selection Fix by @asi-evin in Radio Button Null Selection Fix dotnet/maui#31175
🔧 Fixes
Collectionview
[iOS] Flyout Menu CollectionView First Item Misaligned - fix by @kubaflo in [iOS] Flyout Menu CollectionView First Item Misaligned - fix dotnet/maui#30501
🔧 Fixes
... (truncated)
9.0.111
.NET MAUI Product Fixes
Accessibility
[release/9.0.1xx-sr11] [Windows] Revert cleanup of
AccessibilityExtensionsby @github-actions[bot] in [release/9.0.1xx-sr11] [Windows] Revert cleanup ofAccessibilityExtensionsdotnet/maui#31758🔧 Fixes
AccessibilityExtensionsOther
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
[iOS] PullToRefresh activity indicator improvements - fix by @kubaflo in [iOS] PullToRefresh activity indicator improvements - fix dotnet/maui#20824
🔧 Fixes
Fix CarouselView layout constraint issues on Mac Catalyst by @Copilot in Fix CarouselView layout constraint issues on Mac Catalyst dotnet/maui#30714
🔧 Fixes
[iOS] Changing IsGrouped on runtime with CollectionViewHandler2 does not properly work - fix by @kubaflo in [iOS] Changing IsGrouped on runtime with CollectionViewHandler2 does not properly work - fix dotnet/maui#31100
🔧 Fixes
[iOS/Mac] Fixed the Border Rendering issues in CollectionViewHandler2 by @Ahamed-Ali in [iOS/Mac] Fixed the Border Rendering issues in CollectionViewHandler2 dotnet/maui#27801
🔧 Fixes
[main] Update ui-tests.yml timeout to account for CollectionView by @github-actions[bot] in [main] Update ui-tests.yml timeout to account for CollectionView dotnet/maui#31234
🔧 Fixes
[iOS]CarouselView Position Not Respected When Changing From Hidden to Visible in CV2 - fix by @kubaflo in [iOS]CarouselView Position Not Respected When Changing From Hidden to Visible in CV2 - fix dotnet/maui#29999
🔧 Fixes
... (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
asby @SimonCropp in fix some incorrect casting usingasdotnet/maui#30459... (truncated)
9.0.100-preview.3.10457
What's Changed
MAUI Product fixes
TabbedPageby @jonathanpeppers in [android] fix memory leak inTabbedPagedotnet/maui#21218CALayer.Sublayerarrays by @jonathanpeppers in [ios] avoid duplicatingCALayer.Sublayerarrays dotnet/maui#21308OnLayout()forLabelby @jonathanpeppers in [android] avoidOnLayout()forLabeldotnet/maui#21291... (truncated)
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
Description has been truncated...
Description has been truncated