Releases: dotnet/maui
9.0.100 SR10
What's Changed
This release includes 94 commits with various improvements, bug fixes, and enhancements to the .NET MAUI framework.
.NET MAUI Product Fixes
- Revert "ToolbarItem behavior with ImageSource iOS - fix (#28833)" by @PureWeen in #31112 - Fixes #30818
- Delete .github/workflows/dotnet-format-pr.yml by @PureWeen in #31089
- Update MauiRecyclerView.cs by @github-actions[bot] in #31050
- [main] [release/10.0.1xx-preview7] [iOS] Fix extra bottom space in ScrollView when using SafeAreaEdges by @github-actions[bot] in #31026
- Added the GraphicsView base images for Windows and mac platforms by @nivetha-nagalingam in #31018
- August 11th, inflight/candidate by @PureWeen in #31014 - Fixes #30649, #30953, #31011
- Fixed CollectionView does not update layout correctly when ItemsSource changes by @Dhivya-SF4094 in #30978 - Fixes #30953
- Add emulator process kill timeout with ADB restart and comprehensive timeout protection by @Copilot in #30941
- [main] [release/9.0.1xx-sr8] Fix signing of fonts with arcade infra by @github-actions[bot] in #30938
- Add CornerRadius parameter order notes by @jfversluis in #30930 - Fixes #13136
- Update Provisioning.csproj by @jfversluis in #30925
- Fix duplicate app icon resizing by @jeremy-visionaid in #30920
- Clean up duplicate path normalization code in HybridWebView by @jsuarezruiz in #30873 - Fixes #23668
- Update CONTRIBUTING.md links by @jfversluis in #30867
- Update CODE_OF_CONDUCT.md by @rmarinho in #30815
- [Android] Fixed: Image randomly disappears while switching tabs by @Tamilarasan-Paranthaman in #30763 - Fixes #30728
- Fixed GraphicsView event handlers are triggered even when IsEnabled is set to False by @Dhivya-SF4094 in #30755 - Fixes #30649
- [iOS] ScrollView content offset RTL - fix by @kubaflo in #30724
- July 21st, 2025 Candidate by @PureWeen in #30696 - Fixes #23050, #20871, #29919, #18430, #28800, #29937, #24734, #30263, #30095
- Update bug-report.yml with preview6 by @PureWeen in #30639
- Update bug-report.yml 9.0.90 SR9 by @PureWeen in #30621
- [main] Fix formatting for dotnet format by @mattleibow in #30587
- Pass the launched extra wen resuming auth by @mattleibow in #30583 - Fixes #24692
- Update bug-report.yml 9.0.82 by @PureWeen in #30548
- [android] Update gradle.properties by @rmarinho in #30543
- [Windows]Fixed the PointerGestureRecognizer behaves incorrectly when multiple windows are open. by @Ahamed-Ali in #30537 - Fixes #27430, #30536
- Update Visual Studio issue link in config.yml by @morning4coffe-dev in #30530
- Local and Copilot dev can generate public apis by @mattleibow in #30500
- [iOS, Mac] Fix for Picker title is not displayed again when SelectedIndex is set to -1 by @HarishwaranVijayakumar in #30486 - Fixes #31011, #30463
- [Android] Fix for Search Handler visual and functional bug in subtabs by @BagavathiPerumal in #30467 - Fixes #21119
- fix extention typo by @SimonCropp in #30461
- fix some incorrect casting using
as
by @SimonCropp in #30459 - Fix for TapGestureRecognizer ButtonMask always return 0 by @HarishwaranVijayakumar in #30372 - Fixes #24734
- [Windows] Fixed the Pasted Password Becomes Visible When IsPassword Is Enabled by @Ahamed-Ali in #30353 - Fixes #30263
- Remove .NET 8 specific code for templates by @jfversluis in #30342 - Fixes #28800
- [Catalyst] Adding and Removing ContextMenus currently does not work - fix by @kubaflo in #30307 - Fixes #9359
- 6/30/2025 Inflight Candidate by @PureWeen in #30306
- Better MSBuild log messages in DevOps by @mattleibow in #30281
- [Catalyst] Fix Scrollbar does not align with FlowDirection change in ScrollView by @devanathan-vaithiyanathan in #30241 - Fixes #30095
- Fixed the RealParent Warning shown issue by @Ahamed-Ali in #30156 - Fixes #23050
- [Android] Fix for OnSizeAllocated is not reported for Android AppShell Flyout content. by @BagavathiPerumal in #30069 - Fixes #22045
- [Windows] Fixed CanvasDrawingSession Exception on Clipping Image by @SubhikshaSf4851 in #30028 - Fixes #18430
- [iOS/MacCatalyst] Fix: Setting SelectedItem Programmatically and Then Immediately Setting ItemsSource to Null Causes a Crash by @bhavanesh2001 in #29940 - Fixes #29937
- [Windows] Fixed StackLayout crashes on Windows with HeightRequest as 0 by @Dhivya-SF4094 in #29926 - Fixes #29919
- Fix: Null Reference Exception in ShellContentFragment.Destroy by @postalservice14 in #29713 - Fixes #29712
- [Android] Improve Keyboard Accessibility: Support Spacebar for Android Gesture recognizers by @kubaflo in #29649 - Fixes #29648, #30685
- [Android] Set FillViewport to true to MauiHorizontalScrollView by @kubaflo in #26904 - Fixes #25655, #25462, #9446
- Permissions (BT & WiFi): don't add AccessFineLocation to required permissions if NeverForLocation flag is present by @janusw in #20874 - Fixes #20871
Testing
- [Testing] Fix for flaky UITest VerifyEditorTextWhenTextColorSetCorrectly in CI by @anandhan-rajagopal in #31004
- [Testing] Fixed Test cases TimePickerFeatureTests failure in PR 30696 - [07/21/2025] Candidate by @TamilarasanSF4853 in #30841
- Fix iOS device test random launch failures with improved retry logic and timeouts by @Copilot in #30796 - Fixes #30795
- [Testing] - Modified Feature matrix UITest Cases for Entry Control by @nivetha-nagalingam in #30789
- [Testing] Feature matrix UITest Cases for GraphicsView Control by @nivetha-nagalingam in #30781
- [Testing] Fixed Test case LabelShouldSizeProperlyOnCollectionView failure in PR 30696 - [07/21/2025] Candidate by @TamilarasanSF4853 in #30759
- [Testing] Fixed Test case LabelShouldSizeProperlyOnCollectionView failure in PR 30696 - [07/21/2025] Candidate by @TamilarasanSF4853 in #30738
- [Testing] Fixed Test case failure in PR 30696 - [07/21/2025] Candidate by @TamilarasanSF4853 in #30711
- Revert "[testing] Use latest simulator main (#30664)" by @rmarinho in #30706
- [testing] Use latest simulator main by @rmarinho in #30664
- [Testing] Feature matrix UITest Cases for HybridWebView Control by @NafeelaNazhir in #30613
- [Testing] Feature matrix UITest Cases for Editor Control by @LogishaSelvarajSF4525 in #30574
- [Testing] Add UITest for Issue30147 on iOS by @devanathan-vaithiyanathan in #30506
- [Testing] Feature Matrix UITest Cases for Search...
10.0.0-preview.7.25406.3
.NET MAUI Product Fixes
- [release/10.0.1xx-preview7] [HybridWebView] Add WebViewInitializing and WebViewInitialized Events by @github-actions[bot] in #31027
- [release/10.0.1xx-preview7] [iOS] Fix extra bottom space in ScrollView when using SafeAreaEdges by @github-actions[bot] in #31024
- Fix Android ScrollView to Measure Content Correct by @PureWeen in #30997 - Fixes #30951
- Fix Android ScrollView to Measure Content Correct by @PureWeen in #30964
- [Net10] [iOS] Enable sizing back/flyout icon with the FontImageSource size property by @kubaflo in #30962 - Fixes #30946
- Localized file check-in by OneLocBuild Task: Build definition ID 13330: Build ID 12079598 by @dotnet-bot in #30955
- LEGO: Pull request from lego/hb_aa4ddd3b-37ca-4d87-a058-1e95d9ca2d38_20250730184508981 to net10.0 by @csigs in #30940
- Update Provisioning.csproj by @jfversluis in #30925
- Localized file check-in by OneLocBuild Task: Build definition ID 13330: Build ID 12069341 by @dotnet-bot in #30923
- Juno: check in to lego/hb_aa4ddd3b-37ca-4d87-a058-1e95d9ca2d38_20250729184529337. by @csigs in #30917
- LEGO: Pull request from lego/hb_aa4ddd3b-37ca-4d87-a058-1e95d9ca2d38_20250729173249118 to net10.0 by @csigs in #30916
- Fix safe area defaults by @PureWeen in #30915
- [SG] Decorate geneated types with [Generated] by @StephaneDelcroix in #30903 - Fixes #27911, #30259
- API docs fixes by @jfversluis in #30895
- [release/10.0.1xx-preview7] [.NET 10] Implement auto-rotate images based on EXIF information & Preserve EXIF information for MediaPicker by @github-actions[bot] in #30887
- [release/10.0.1xx-preview7] [.NET 10] make TabbedPageManager public by @github-actions[bot] in #30884
- Update CONTRIBUTING.md links by @jfversluis in #30867
- [XSG] "fix" path for sourceinfo by @StephaneDelcroix in #30863
- Localized file check-in by OneLocBuild Task: Build definition ID 13330: Build ID 12042787 by @dotnet-bot in #30857
- Revert part of #30777 to allow empty strings to be converted to PointCollection by @mattleibow in #30823
- Regenerate Public API files by @mattleibow in #30822
- Update CODE_OF_CONDUCT.md by @rmarinho in #30815
- [Net 10] - Annotated remaining Converter classes for nullability - 2 by @NirmalKumarYuvaraj in #30777
- [.NET 10] make TabbedPageManager public by @pictos in #30774
- Localized file check-in by OneLocBuild Task: Build definition ID 13330: Build ID 12007406 by @dotnet-bot in #30768
- Juno: check in to lego/hb_aa4ddd3b-37ca-4d87-a058-1e95d9ca2d38_20250722162728069. by @csigs in #30764
- [Android] Fixed: Image randomly disappears while switching tabs by @Tamilarasan-Paranthaman in #30763 - Fixes #30728
- Fix public api cake by @PureWeen in #30695
- Further remove dependency of Compatibility.Layout on all modern .NET MAUI controls by @Copilot in #30672 - Fixes #28736
- Sort the public API files for better diff-ing by @mattleibow in #30663
- [net10.0] Local and Copilot dev can generate public apis by @mattleibow in #30661
- Update bug-report.yml with preview6 by @PureWeen in #30639
- [net10.0] Move to 10.0.1xx-preview7 by @rmarinho in #30633
- [net10.0] Fix SafeArea management on iOS by @PureWeen in #30629 - Fixes #27715, #24246
- Update bug-report.yml 9.0.90 SR9 by @PureWeen in #30621
- [net10.0] Merge main to net10 by @rmarinho in #30606
- [main] Fix formatting for dotnet format by @github-actions[bot] in #30589
- [main] Fix formatting for dotnet format by @mattleibow in #30587
- Pass the launched extra wen resuming auth by @mattleibow in #30583 - Fixes #24692
- Annotated remaining Converter classes for nullability by @NirmalKumarYuvaraj in #30573 - Fixes #28860
- Update bug-report.yml 9.0.82 by @PureWeen in #30548
- Update Visual Studio issue link in config.yml by @morning4coffe-dev in #30530
- Remove deprecated Accelerator class from Microsoft.Maui.Controls by @Copilot in #30526 - Fixes #30256
- [net10.0] Merge main net10 .0 by @rmarinho in #30522
- [main] Workaround REVOCATION in .NET 10 by setting DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT by @github-actions[bot] in #30514
- [net10.0 Update sdk preview6 by @rmarinho in https://github.com//pull/30509
- Workaround REVOCATION in .NET 10 by setting DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT by @Copilot in #30503 - Fixes #30502
- Local and Copilot dev can generate public apis by @mattleibow in #30500
- [net10.0] Fix reboot net10 by @rmarinho in #30499
- Expose DispatcherExtensions so it could be used outside of Maui as well by @Vignesh-SF3580 in #30488 - Fixes #29258
- Fix UseInterpreter being set for non-MAUI projects by @jsuarezruiz in #30482 - Fixes #21653
- Implement iOS/macOS secondary ToolbarItems - Shell by @kubaflo in #30480 - Fixes #815, #30674
- Missing API IsSupported in Vibration and HapticFeedback by @framinosona in #30471
- [NET 10] Make public some APIs for StackNavigationManager on Android by @pictos in #30455 - Fixes #30454
- MauiScrollView resets ContentOffset on first layout pass - fix by @kubaflo in #30453 - Fixes #30147
- Source Generator for XAML by @StephaneDelcroix in #30442 - Fixes #30490
- Fix Appium Swipe actions on Mac by @jsuarezruiz in #30436
- Optionally stop supporting Namescopes by @StephaneDelcroix in #30435 - Fixes #30434
- Pass tsaUploadEnabled along by @mattleibow in #30423
- Revert "Fix up relevant CA1416 warnings - Set 3 (#26751)" by @PureWeen in #30421 - Fixes #30350, #30426
- [Copilot] Pull out copilot instructions updates from PR #30337 by @Copilot in #30396 - Fixes #30395
- [.NET 10] Implement auto-rotate images based on EXIF information & Preserve EXIF information for MediaPicker by @jfversluis in #30387 - Fixes #29083
- [Android] Fixed Picker Does Not Show Selected Item Highlight by @NanthiniMahalingam in #30345 - Fixes #29633, #19681
- Clean up .NET versions in bug report template by @jfversluis in #30343
- Implement SafeArea attached property for per-edge safe area control by @Copilot in #30337
- Update bug-report.yml 9.0.81 SR8.1 by @PureWeen in #30335
- Update bug-report.yml with 9.0.80 by @PureWeen in #30326
- Remove compatibility project from workloads by @jsuarezruiz in #30316 - Fixes #30207
- 6/30/2025 Inflight Candidate by @PureWeen in #30306
- Extract enhanced copilot instructions from PR #30300 by @Copilot in #30304 - Fixes #30303
- [copilot] Extract copilot instructions updates from PR 30291 for handling existing PRs by @Copilot in #30298 - Fixes https://github.com/dotnet/maui/issues/...
9.0.90 SR9
.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
- MauiScrollView resets ContentOffset on first layout pass - fix by @kubaflo in #30453 - Fixes #30147
- [iOS][Shell]Tab becomes blank after specific navigation pattern - fix by @kubaflo in #29825 - Fixes #29798, #30280
- [iOS] Assign PresentationController.Delegate to handle swipe-to-dismiss fallback by @bhavanesh2001 in #30289 - Fixes #30282
- [iOS] Fix for CarouselView ItemSpacing property in ItemsLayout not working with CV2 by @Ahamed-Ali in #27056 - Fixes #27025
- [Android] Fix OnIdiom threading issue by removing using statements in DeviceInfo by @Copilot in #30288 - Fixes #29853
- Skip useless handler mappings calls while connecting by @albyrock87 in #27259 - Fixes #17303
- Update Permissions.ios.tvos.watchos.cs by @kubaflo in #29180 - Fixes #29172
- [Android] Controls Disappear When WebView is Used with Hardware Acceleration Disabled by @praveenkumarkarunanithi in #28934 - Fixes #28902
- Fix for Handler not disconnected when removing a non-visible page from the navigation stack by @praveenkumarkarunanithi in #30049 - Fixes #29923
- [Android] Removing outdated menu items as Android can delete them after switching activities by @VitalyKnyazev in #28767 - Fixes #24357
- [iOS] SwipeView Closes when Content Changes - fix by @kubaflo in #29088 - Fixes #29086
- [Android, iOS] Fix for the Resize method does not dispose the original image, even when disposeOriginal is set to true by @SyedAbdulAzeemSF4852 in #29936 - Fixes #21886
- Revert "Fix up relevant CA1416 warnings - Set 3 (#26751)" by @PureWeen in #30421 - Fixes #30426, #30350
- [main] Revert "[Android, iOS] Dynamically setting SearchHandler Query property does not update text in the search box (#28400)" by @PureWeen in #30250
- Reinstate iOS13+ guards by @jfversluis in #30268 - Fixes #30266
- Fix CV1 GridItemsLayout centering single item AND Fix Empty view not resizing when bounds change by @albyrock87 in #29639 - Fixes #29634, #29595
- Revert - Fixed the Label not sized correctly on Android by @Ahamed-Ali in #30023
- [Android] Prevent Picker from Gaining Focus on Touch by @bhavanesh2001 in #29068 - Fixes #19739, #15394, #24862, #21704, #13503, #8546, #28121
- [iOS, Mac] Fix for downsized image retaining original dimensions in GraphicsView by @SyedAbdulAzeemSF4852 in #30007 - Fixes #30006
- Weak subscription to CanExecuteChange events by @PureWeen in #29837 - Fixes #16124
- Revert "Fixes Setting BackgroundColor to null does not actually changes BackgroundColor #22914 (#22917)" by @mattleibow in #30031 - Fixes #30024
- [Windows] Fixed runtime update issue for SearchBar PlaceholderColor and BackgroundColor by @Tamilarasan-Paranthaman in #29965 - Fixes #29962
- ScrollView's Background on iOS by @kubaflo in #25541 - Fixes #24016
- Update SetterSpecificity.cs Remove Extra Line From Bad Merge by @PureWeen in #29987
- Add defensive IsAlive check to Android ViewExtensions.OnUnloaded by @jfversluis in #29934 - Fixes #28051
- Optimize converters for GridLength, ColumnDefinition, and RowDefinition by @symbiogenesis in #20048
- Enabled-MultiTouch-iOS by @prakashKannanSf3972 in #29895 - Fixes #29461
- [android] Fallback to default icons in SearchHandler by @aheubusch in #25067
- Fixed the picker title's color by @kubaflo in #23075 - Fixes #16737
- Fixes Setting BackgroundColor to null does not actually changes BackgroundColor #22914 by @Jon2G in #22917 - Fixes #22914, #19576
- [iOS] CarouselView with CarouselViewHandler2 make app crash when Loop="False" and user scroll to the last position - fix by @kubaflo in #26868 - Fixes #26863
- [Windows] Implemented the Resize and Downsize functions in the W2DImage class by @HarishwaranVijayakumar in #29138 - Fixes #16767
- [iOS] Fix SwipeView programmatic open when background color is set by @Shalini-Ashokan in #29765 - Fixes #17204
- [iOS] FormattedText with text color causes stack overflow - fix by @kubaflo in #29874 - Fixes #29851
- [iOS] Fix AdaptiveTrigger not working as expected by @jsuarezruiz in #20987 - Fixes #19197
- Templated indicator view - improvements by @kubaflo in #25642 - Fixes #25598
- [iOS] Fix for Flyout title is not broken over multiple lines when you rotate your screen by @BagavathiPerumal in #29171 - Fixes #15154
- [Windows] Fix for Assigning null to the SelectedItem of the CollectionView in the SelectionChanged event does not clear the selection by @SyedAbdulAzeemSF4852 in #29288 - Fixes #10025
- Fix TapCoordinates method in Catalyst by @jsuarezruiz in #29775 - Fixes #19754
- Fixed ItemSpacing on CarouselView resizes items [Android] by @Dhivya-SF4094 in #29796 - Fixes #29609
- Perf : ButtonContentTypeConverter now using InvariantCulture to parse… by @jonathanantoine in #25393
- Update the comment for the test properties by @mattleibow in #27306
- ToolbarItem behavior with ImageSource iOS - fix by @kubaflo in #28833 - Fixes #28822
- [Android] Fixed Button Shadow Color Transparency Not Applied Correctly by @NanthiniMahalingam in #29371 - Fixes #29325
- Don't call NSAttributedString with HTML from a background thread by @kubaflo in #26153 - Fixes #25946
Dependency Updates
- Update Versions.props NET9 SR9 servicing bump by @PureWeen in #30519
- Update Versions.props 9.0.90 SR9 versioning by @PureWeen in #29909
- Bump to 1.7.250606001 of WindowsAppSDK by @PureWeen in #29915
- Update MicrosoftCodeAnalysisPublicApiAnalyzers and MicrosoftCodeAnalysisBannedApiAnalyzers to 4.14.0 by @Copilot in #30213
Testing
- [Testing] Disabling the Essentials Geocoding failing tests on Windows by @anandhan-rajagopal in #30508
- Fixed Test case(Issue28798) failure in PR 30306 - [6/30/2025] Candidate by @anandhan-rajagopal in #30413
- Fixed Test case failure in PR 30306 - [6/30/2025] Candidate by @anandhan-rajagopal in #30315
- [Testing] Feature Matrix UITest Cases for Switch Control by @jsuarezruiz in #29950
- [Testing] Feature matrix UITest Cases for Entry Control by @jsuarezruiz in #30033
- [Testing] Migration of Compatibility.Core platform-specific unit tests into device tests - 6 by @jsuarezruiz in #28399
- [Testing] Feature matrix UITest Cases for Image Control by @jsuarezruiz in #29832
- [Testing] Fix for flaky device test BlazorWebViewUsesStartPath on Windows by @jsuarezruiz in #29966
- [Testing] Feature matrix UITest Cases for ImageButton Control by @jsuarezruiz in #29968
- [Testing] Feature Matrix UITest Cases for ProgressBar Control by @jsuarezruiz in #29980
- [Testing] Add Validation Test For Issue28051 On Android by @jsuarezruiz in #30026
- [Testing] Fixed Test case failure in PR 30115 - [2025/06/23] Candidate by @anandhan-rajagopal in #30136
- [Testing] Enable HandlerDoesNotLeak for Button and ProgressBar by @jsuarezruiz in #29896
- [Testing] Feature matrix UITest Cases for BoxView Control by @jsuarezruiz in #29808
- [Testing] Feature Matrix UITest Cases for Button by @jsuarezruiz in #29803
- [Testing] Re-Fix for flaky UITests RotatingCollectionViewWithHTMLShouldNotHangOrCrash in CI that occasionally fails by @anandhan-rajagopal in #30239
- [Testing] Fix ADB Key Generation Failure on CI by @jsuarezruiz in #30092
- [Testing] Feature Matrix UITest Cases for RadioButton by @jsuarezruiz in #29744
- [Testing] Feature Matrix UITest Cases for CollectionView ItemsSource Feature by @jsuarezruiz in #29322
- [Testing] Feature Matrix UITest Cases for Stepper...
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
- Reinstate some iOS13+ guards to support iOS 12.2+ by @jfversluis in #30268
- [main] Revert "[Android, iOS] Dynamically setting SearchHandler Query property does not update text in the search box (#28400)" by @PureWeen in #30250
- Xmlns perf by @StephaneDelcroix in #30096
- [XC] Fix detection of x:DataType from outer scope by @simonrozsival in #30083
- [BlazorWebView] Implement web request interception by @mattleibow in #30037
- [.NET 10] Implement image compression & MaximumWidth/MaximumHeight for MediaPicker by @jfversluis in #30027
- Add overrides to Help with Obsoleting Compatibility.Layout by @PureWeen in #30058
- Quickone by @StephaneDelcroix in #30077
- [.NET10] Made MauiCollectionView on iOS public by @kubaflo in #29917
- [.NET 10] Implement multi-select for MediaPicker by @jfversluis in #30002
- Remove Tizen from templates (+ tests) for .NET 10 by @jfversluis in #30029
- Replace MessagingCenter in AlertManager by @jfversluis in #27888
- [NET10] Marked INativeBindingService as Obsolete by @kubaflo in #29918
- [net10.0] [iOS, Windows] Fix: Switch does not use the native default
on
color when OnColor is unset by @Tamilarasan-Paranthaman in #29694 - [Android] Add a Platform Specific to allow disable js execution on the WebView by @jsuarezruiz in #29446
- Fix Crash when ItemsSource is set to null in the SelectionChanged handler by @bhavanesh2001 in #29887
- [HybridWebView] Fix some issues with the typescript by @mattleibow in #29873
- Revert "Add Accessibility Selected for iOS CollectionView (#29014)" by @PureWeen in #29827
- [Android] Fix: Modal Animation Repeats When Returning from Background 3 by @bhavanesh2001 in #29702
- [iOS] Fix memory leak in CarouselViewHandler2 by @bhavanesh2001 in #29719
- [NET10.0] [Windows] Filenames contain
uwp
even though UWP is not the technology used - FIX by @MartyIX in #29750 - Ping just David on breaking changes by @jfversluis in #30030
- Fix CV1 GridItemsLayout centering single item AND Fix Empty view not resizing when bounds change by @albyrock87 in #29639
- Revert - Fixed the Label not sized correctly on Android by @Ahamed-Ali in #30023
- [Android] Prevent Picker from Gaining Focus on Touch by @bhavanesh2001 in #29068
- [iOS, Mac] Fix for downsized image retaining original dimensions in GraphicsView by @SyedAbdulAzeemSF4852 in #30007
- Weak subscription to CanExecuteChange events by @PureWeen in #29837
- Revert "Fixes Setting BackgroundColor to null does not actually changes BackgroundColor #22914 (#22917)" by @mattleibow in #30031
- [Windows] Fixed runtime update issue for SearchBar PlaceholderColor and BackgroundColor by @Tamilarasan-Paranthaman in #29965
- [iOS] Fixed the CollectionView2 exception while ItemsUpdating on iOS by @Ahamed-Ali in #29962
- [Windows] Fixed Tabbar is not visible when use ViewCell with TapGesture by @SuthiYuvaraj in #29939
- [Windows] Support SemanticOrderBasedNavigation by @SubhikshaSf4851 in #29580
- [Windows] Fixed exception on ToolbarItem when setting dynamic command by @SubhikshaSf4851 in #29857
- Fixed Image.FixedLayoutOnSizeRequest when Source is null by @noopsRus in #29712
- Improve Drawing View to reduce Bitmap allocation on iOS/Mac by @SubhikshaSf4851 in #29617
- [Windows] Fix GestureRecognizer not working on Shell and MasterDetailPage by @NanthiniMahalingam in #29804
- [Windows] Fix for NullReferenceException when loading image from ToolbarItem by @BagavathiPerumal in #29755
- [iOS] Fix SwipeView programmatic open when background color is set by @Shalini-Ashokan in #29765
- [iOS] FormattedText with text color causes stack overflow - fix by @kubaflo in #29874
- [iOS] Fix AdaptiveTrigger not working as expected by @jsuarezruiz in #20987
- Templated indicator view - improvements by @kubaflo in #25642
- [iOS] Fix for Flyout title is not broken over multiple lines when you rotate your screen by @BagavathiPerumal in #29171
- [Windows] Fix for Assigning null to the SelectedItem of the CollectionView in the SelectionChanged event does not clear the selection by @SyedAbdulAzeemSF4852 in #29288
- Fixed ItemSpacing on CarouselView resizes items [Android] by @Dhivya-SF4094 in #29796
- Perf : ButtonContentTypeConverter now using InvariantCulture by @bioscipien in #25393
- [Windows] Implemented the Resize and Downsize functions in the W2DImage class by @HarishwaranVijayakumar in #29138
- [Android] Fix crash starting the swipe on SwipeView inside CollectionView by @jsuarezruiz in #27669
- [iOS] Fix nullability by @rmarinho in https://github.com/dotnet/maui/pull/12a9a24
- Resolved CS8662 nullability error in merge main to net 10 PR -29753 by @anandhan-rajagopal in #29884
Testing
- [release/10.0.1xx-preview6] Set the Application Title to Controls.TestCases.HostApp by @github-actions in #30360
- [housekeeping] Dispatch MainPage reset to UI thread to prevent crash in HostApp by @bhavanesh2001 in #30272
- [release/10.0.1xx-preview6] [testing] Ignore net10 multiproject test by @github-actions in #30356
- [tests] Try fix resources with same name by @rmarinho in https://github.com/dotnet/maui/pull/19c501c
- [Testing] Re-Fix for flaky UITests RotatingCollectionViewWithHTMLShouldNotHangOrCrash in CI that occasionally fails by @anandhan-rajagopal in #30239
- [Testing] Fix for flaky UITests RotatingCollectionViewWithHTMLShouldNotHangOrCrash in CI that occasionally fails by @anandhan-rajagopal in #30200
- [net10.0, Testing] Fix LabelFeatureTests Screenshot Issue on Windows by @NafeelaNazhir in #30137
- [Testing] Fix ADB Key Generation Failure on CI by @jsuarezruiz in #30092
- [Testing] Fix for flaky UITests (PlatformDragEventArgs & Issue8870) in CI that occasionally fails by @anandhan-rajagopal in #30088
- [Testing] Disable the failed ValidateWebViewScreenshot test in net 10.0 by @HarishKumarSF4517 in #30013
- [Testing] Updated FlakyTestAttribute to allow retries by @jsuarezruiz in #27772
- [Testing] Recover the uitest-build task on Android cake by @jsuarezruiz in #28452
- Fix CarouselView Feature Matrix tests failing on main by @bhavanesh2001 in #29784
- [Testing] Include a tolerance parameter in the Verifyscreenshot method by @jsuarezruiz in #29776
- [Testing] Update Appium to v8 by @jsuarezruiz in #29774
- Fixed Test case(ValidateTableViewTitles) failure in PR 29623 - [2025/05/26] Candidate by @LogishaSelvarajSF4525 in #29742
- Update Test HostApp to not use TableView by @jsuarezruiz in #28830
- [Testing] Add Validation Test For Issue28051 On Android by @prakashKannanSf3972 in #30026
- [Testing] Fixed Test case failure in PR 30115 - [2025/06/23] Candidate by @HarishKumarSF4517 in #30136
- Update Controls.TestCases.HostApp.csproj by @HarishKumarSF4517 in #30124
- [Testing] Enable HandlerDoesNotLeak for Button and ProgressBar by @bhavanesh2001 in #29896
- [Testing] Feature Matrix UITest Cases for RadioButton by @TamilarasanSF4853 in #29744
- [Testing] Feature Matrix UITest Cases for CollectionView ItemsSource Feature by @LogishaSelvarajSF4525 in #29322
- [Testing] Feature Matrix UITest Cases for Stepper by @nivetha-nagalingam in #29731
- Fix TapCoordinates method in Catalyst by @jsuarezruiz in https://g...
9.0.82 SR8.2
What's Changed
- [release/9.0.1xx-sr8] Revert "Fix up relevant CA1416 warnings - Set 3 (#26751)" by @github-actions in #30422
- Revert "Fixed picker allows user input if the keyboard is visible" by @PureWeen in #30447
Full Changelog: 9.0.81...9.0.82
9.0.81 SR8.1
What's Changed
- [release/9.0.1xx-sr8] [iOS, Mac] Fix for downsized image retaining original dimensions in GraphicsView by @github-actions in #30060
- Revert - Fixed the Label not sized correctly on Android (#30023) by @PureWeen in #30076
- [release/9.0.1xx-sr8] Fix CV1 GridItemsLayout centering single item AND Fix Empty view not resizing when bounds change by @github-actions in #30107
- Revert "[Android, iOS] Dynamically setting SearchHandler Query property does not update text in the search box (#28400)" by @PureWeen in #30222
- [release/9.0.1xx-sr8] Reinstate some iOS13+ guards to support iOS 12.2+ by @github-actions in #30284
Full Changelog: 9.0.80...9.0.81
9.0.80 SR8
What's Changed
MAUI Product Fixes
- Fix Crash when ItemsSource is set to null in the SelectionChanged handler by @bhavanesh2001 in #29887
- [HybridWebView] Fix some issues with the typescript by @mattleibow in #29873
- [Windows] Fix for ItemsSource Does Not Dynamically Set to null in CarouselView by @SyedAbdulAzeemSF4852 in #29660
- Fix -[iOS] - CarouselView Throws ArgumentOutOfRangeException Immediately on Application Launch in CV2 by @SuthiYuvaraj in #29316
- [iOS] Fixed Shell.SearchHandler ClearPlaceholderIcon Color Issue by @Tamilarasan-Paranthaman in #28601
- [Windows] - Fix view position shift when shadows are added or removed at runtime by @prakashKannanSf3972 in #29681
- [Windows] Fix for SearchHandler Visibility Not Updating During In-Section Navigation by @BagavathiPerumal in #29441
- [Android & iOS] Fix for SearchHandler Character Spacing Property by @Subhiksha-Chandrasekaran in #29497
- [Android/ iOS] Fix Flyout icon is displayed when flyout is disabled by @devanathan-vaithiyanathan in #29637
- [iOS/Mac]Fix StrokeDashArray Property not Rendering by @devanathan-vaithiyanathan in #29670
- Fix up relevant CA1416 warnings - Set 1 by @Tamilarasan-Paranthaman in #26696
- Fix up relevant CA1416 warnings - Set 3 by @Tamilarasan-Paranthaman in #26751
- Convert HybridWebView.js to TypeScript and embed by @mattleibow in #27183
- remove unwanted null check by @bhavanesh2001 in #29784
- [iOS] Fix memory leak in CarouselViewHandler2 by @bhavanesh2001 in #29719
- Fix iOS Label being truncated when using Padding by @albyrock87 in #29031
- [Catalyst] Click-Dragging Behavior in CollectionView by @Tamilarasan-Paranthaman in #29616
- [Android] Fix for the FontImageSource color is not applied properly to the Bottom Tab Icon by @Ahamed-Ali in #29317
- Fixed the label span issue by @NanthiniMahalingam in #28851
- [Android] Fix: Prevent Duplicate MapSource Invocations on setting Image's Source to Local File Paths by @bhavanesh2001 in #28405
- [Android] The number of SearchHandler toolbar item increases abnormally - fix by @kubaflo in #29561
- [Windows] Fix for FlyoutItem in overflow menu not fully interactable by @TamilarasanSF4853 in #27575
- [Windows] Fixed Shell flyout background image does not displayed by @Subhiksha-Chandrasekaran in #28977
- Fix CarouselView ItemTemplate Runtime Updates by @Shalini-Ashokan in #29546
- Fixed Maui.Graphics GetStringSize Inverts Width and Height by @Dhivya-SF4094 in #29574
- Compute LayoutConstraints on new *StackLayout and Grid by @albyrock87 in #28931
- Enhance debugging in ViewHandler.cs by @PedroTroller in #29538
- [Windows] Fix for ArgumentException thrown when setting a negative padding value for the label by @SyedAbdulAzeemSF4852 in #29163
- [iOS] ScrollView content offset RTL - fix by @kubaflo in #29469
- Set result to tcs when user cancels by @bhavanesh2001 in #29498
- [Android] Fix WebView Navigated is fired when source is null by @bhavanesh2001 in #29234
- Clear Parent on old image source by @PureWeen in #29481
- [iOS] Setting background color on the Searchbar - fix by @kubaflo in #23355
- [iOS] Fixed picker title's color by @kubaflo in #20205
- Fixed picker allows user input if the keyboard is visible by @NirmalKumarYuvaraj in #26382
- [Android] Fix gesture crash navigating by @jsuarezruiz in #19517
- Fixed KeepLastItemInView Does Not Scroll to Last Item When Adding Items at Top by @Dhivya-SF4094 in #29632
- Page.OnBackButtonPressed remove outdated API documentation by @jfversluis in #29543
- Fix NRE for UIView not being in UIWindow by @timmiller in #29460
- Fix CarouselView ItemsLayout Runtime Updates by @Shalini-Ashokan in #29447
- Fix for [Windows] HorizontalScrollBarVisibility="Never" not working in CarouselView on Windows platform by @SuthiYuvaraj in #29343
- [Windows, Mac] Fixed Disappearing event not triggered when closing a window with a modal page by @Vignesh-SF3580 in #29129
- [iOS] Fixed the App crashes when navigating to a page containing a map more than once by @Ahamed-Ali in #29369
- [Android] Inheriting StatusBar and NavigationBar background colors on modal pages by @kubaflo in #28568
- [iOS] Fix CarouselView proper bounce-back behavior when Loop=false by @Shalini-Ashokan in #29318
- [C] Fix typo by @StephaneDelcroix in #29379
- Fixed-Footer-Scrolling-Issue by @prakashKannanSf3972 in #29381
- [Windows] Fixed the color not being applied to the Expand/Collapse Chevron icon by @Tamilarasan-Paranthaman in #29140
- Include all platforms in multi project template by @jfversluis in #28766
Testing
- [Testing] Update Appium to v8 by @jsuarezruiz in #29774
- [Testing] Include a tolerance parameter in the Verifyscreenshot method by @jsuarezruiz in #29776
- [Testing] Feature Matrix UITest Cases for Label by @NafeelaNazhir in #29690
- [Testing] Feature Matrix UITest Cases for Shadows by @jsuarezruiz in #27701
- [Testing] Added UITest for MenuFlyoutItem Clicked/Command delegate by @anandhan-rajagopal in #29604
- [Testing] Feature Matrix UITest Cases for CarouselView by @NafeelaNazhir in #29548
- [Testing] Re-Enabled UI Test - Issue12574Test by @TamilarasanSF4853 in #29436
- [Testing] Enabling more UI Tests by removing platform specific condition - 18 by @HarishKumarSF4517 in #28033
- [Testing] Feature Matrix UITest Cases for CollectionView Dynamic changes by @NafeelaNazhir in #29424
- [UI Test] Create a new UITest for ModalPageMarginCorrectAfterKeyboardOpens by @jsuarezruiz in #21897
- Fixed Test case failure in PR 29469 - [2025/05/26] by @kubaflo in #29735
- Fixed Test case failure in PR 29469 - [2025/05/26] by @kubaflo in #29688
- Fixed Test case failure in PR 29623 - [2025/05/26] Candidate by @LogishaSelvarajSF4525 in #29636
- Fixed Test case failure in PR 20205 - [2025/05/26] by @kubaflo in #29686
- Fixed Test case failure in PR 29473 - [2025/05/19] Candidate by @prakashKannanSf3972 in #29457
- Fixed-CV2-Failing by @prakashKannanSf3972 in #29423
- Fixed Test case failure in PR 29623 - [2025/05/26] Candidate by @LogishaSelvarajSF4525 in #29636
Dependency Updates
- Bump to 1.7.250513003 of WindowsAppSDK by @PureWeen in #29597
- [ci] Update dependencies from 9.0.4 to 9.0.5 by @rmarinho in #29667
- Changed Syncfusion toolkit version from 1.0.4 to 1.0.5 by @panderson in #29659
- Android Libraries Ecosystem Updates 20250502 by @moljac in #29331
Docs
- Add API XML Docs for Graphics by @jfversluis in #29146
- Add API XML Docs for Graphics.Skia by @jfversluis in #29148
- Add API XML Docs for Graphics.Skia.WPF by @jfversluis in #29150
- Add API XML Docs for Graphics.Skia.GtkSharp by @jfversluis in #29149
- Add API XML Docs for Graphics.Text.Markdig by @jfversluis in #29151
Housekeeping
- Update copilot-setup-steps.yml by @mattleibow in #29868
- Update copilot-setup-steps.yml by @mattleibow in #29863
- Update copilot-setup-steps.yml by @mattleibow in #29860
- Update copilot-setup-steps.yml by @mattleibow in #29858
- Create copilot-setup-steps.yml by @mattleibow in #29856
- [ci] Allows usage of new keys from dotnet by @rmarinho in #29843
- [housekeeping] Automated PR to fix forma...
10.0.0-preview.5.25306.5
.NET MAUI Release Notes - 10.0.1xx-preview5
What's Changed
MAUI Product Fixes
- [NET10] Replace the obsolete RunJavaScriptTextInputPanel by @jsuarezruiz in #28531
- [HybridWebView] Fix some issues with the interception, typescript and other features by @mattleibow in #29829
- XAML xmlns simplifications by @StephaneDelcroix in #29579
- Expose _framework/hybridwebview.js to the html by @mattleibow in #29794
- [net10.0] [HybridWebView] Refactor and convert the HybridWebView.js file into a TypeScript file by @mattleibow in #29790
- [NET10] Enable Nullability on ShellPageRendererTracker by @jsuarezruiz in #28441
- [NET10.0] Removed the MessagingCenter from the RadioButtonGroup by @Tamilarasan-Paranthaman in #29366
- [NET10] Make
VisualElement.ComputeConstraintForView
andLayoutConstraint
enum public by @jsuarezruiz in #29703 - Add the ability to intercept all web resource requests by @mattleibow in #28876
- Fixed picker allows user input if the keyboard is visible by @NirmalKumarYuvaraj in #26382
- [Android] Fix gesture crash navigating by @jsuarezruiz in #19517
- Improve MSBuild Error Actionability in Resizetizer by @jsuarezruiz in #28999
- [NET10.0] Annotate converters for nullability 4/n by @MartyIX in #29549
- Fixed KeepLastItemInView Does Not Scroll to Last Item When Adding Items at Top by @Dhivya-SF4094 in #29632
- Apply nullability attributes to TimeChangedEventArgs by @jsuarezruiz in #29572
- [android] update AOT profiles for .NET 10 by @jonathanpeppers in #29612
- [NET10.0] Annotate converters for nullability 3/n by @MartyIX in #29314
- Include all platforms in multi project template by @jfversluis in #28766
- Make internal types used by MAUI Toolkit public by @jfversluis in #29443
- [net10.0] Trimmable view handlers by @simonrozsival in #28357
- Android Libraries Ecosystem Updates 20250502 by @moljac in #29331
- Revert "[Android][NET 10] Fix: Ensure Image consumes touches properly (#28429)" by @kubaflo in #29363
- Revert "Remove InternalsVisibleTo for Toolkit (#28994)" by @jfversluis in #29321
- Add Accessibility Selected for iOS CollectionView by @tj-devel709 in #29014
- [Android] Fixed Setting a Label visible after having had focus on a InputView will increase the Label's height by @Ahamed-Ali in #29210
- Remove by @MartyIX in #29256
- Update ListViewViewCellBinding.cs by @HarishKumarSF4517 in #29409
Testing
- [tests] Add coreclr test for SF sample by @rmarinho in #29327
- Run Categories Separately by @PureWeen in #29362
- [UI Test] Create a new UITest for ModalPageMarginCorrectAfterKeyboardOpens by @jsuarezruiz in #21897
- Fixed Test case failure in PR 29399 - Merge main to net10 by @rmarinho in #29608
- Fixed Test case failure in PR 29473 - [2025/05/19] Candidate by @prakashKannanSf3972 in #29457
- [Testing] Fix for UITest Catalyst screenshot dimension inconsistency and image cropping issue by @anandhan-rajagopal in #29204
- [Testing] Fix for flaky UITests in CI that occasionally fail - 10 by @anandhan-rajagopal in #29360
- [Testing] Update failing CarouselView2 tests to use CarouselView1 in sample by @nivetha-nagalingam in #29315
- [testing] Ignore ConnectivityChanged_Does_Not_Crash while crashing on net10 preview5 by @rmarinho in #29679
- [net 10.0 Testing] Enabled BuildsWithSpecialCharacters Test by @HarishKumarSF4517 in #29466
- Setup Stage for Validating CarouselView2 by @PureWeen in #29283
- Update LabelShouldSizeProperly.png by @anandhan-rajagopal in #29733
Dependency Updates
- Bump to 1.7.250513003 of WindowsAppSDK by @PureWeen in #29597
- Update dependencies from https://github.com/dotnet/macios build 20250604.8 by @dotnet-maestro[bot] in #29830
- Update dependencies from https://github.com/dotnet/android build 10.0.0-ci.net10.25303.1+azdo.11697806 by @dotnet-maestro[bot] in #29811
- Update dependencies from https://github.com/dotnet/macios build 20250530.1 by @dotnet-maestro[bot] in #29747
- Update dependencies from https://github.com/dotnet/android build 10.0.0-ci.net10.25272.1+azdo.11638978 by @dotnet-maestro[bot] in #29630
- [net10.0] Update dependencies from dotnet/macios by @dotnet-maestro[bot] in #29613
- [net10.0] Update dependencies from dotnet/dotnet by @dotnet-maestro[bot] in #29602
- Update dependencies from https://github.com/dotnet/android build 10.0.0-ci.net10.25270.1+azdo.11621833 by @dotnet-maestro[bot] in #29593
- Update dependencies from https://github.com/dotnet/android build 10.0.0-ci.net10.25269.1+azdo.11618129 by @dotnet-maestro[bot] in #29586
- Update dependencies from https://github.com/dotnet/android build 10.0.0-ci.net10.25269.1+azdo.11615454 by @dotnet-maestro[bot] in #29576
- [net10.0] Update dependencies from dotnet/dotnet by @dotnet-maestro[bot] in #29511
- [net10.0] Update dependencies from dotnet/android by @dotnet-maestro[bot] in #29503
- [net10.0] Update dependencies from dotnet/dotnet by @dotnet-maestro[bot] in #29386
- [net10.0] Update dependencies from dotnet/dotnet by @dotnet-maestro[bot] in #29341
- [net10.0] Update dependencies from dotnet/dotnet by @dotnet-maestro[bot] in #29176
- Changed Syncfusion toolkit version from 1.0.4 to 1.0.5 by @PaulAndersonS in #29659
Docs
- [docs] Add doc with info about release process by @rmarinho in #29478
- Add API XML Docs for Graphics by @jfversluis in #29146
- Add API XML Docs for Graphics.Skia by @jfversluis in #29148
- Add API XML Docs for Graphics.Skia.WPF by @jfversluis in #29150
- Add API XML Docs for Graphics.Skia.GtkSharp by @jfversluis in #29149
- Add API XML Docs for Graphics.Text.Markdig by @jfversluis in #29151
- Page.OnBackButtonPressed remove outdated API documentation by @jfversluis in #29543
Housekeeping
- Update bug-report.yml with latest releases by @PureWeen in #29482
- Update Versions.props to 9.0.80 by @PureWeen in #29408
- [iOS] Move to 16.3 by @rmarinho in #29718
- Update breaking change tag to PMs by @jfversluis in #29326
- Localized file check-in by OneLocBuild Task: Build definition ID 13330: Build ID 11709525 by @dotnet-bot in #29839
- [api] Fix PublicApi shipped file by @rmarinho in #29840
- [create-pull-request] automated change by @github-actions[bot] in #29758
- [housekeeping] Automated PR to fix formatting errors on net10.0 by @rmarinho in #29737
- [net10.0] Merge main to net10 by @rmarinho in #29720
- [create-pull-request] automated change by @github-actions[bot] in #29722
- [net10.0] Update preview5 versions by @rmarinho in #29666
- [create-pull-request] automated change by @github-actions[bot] in #29701
- [ci] Update dependencies from 9.0.4 to 9.0.5 by @rmarinho in #29667
- [net10.0] Merge main to net10 by @rmarinho in #29399
- [ci] Fix Appium provisioning when no global nom exists by @rmarinho in #29607
- [2025/05/19] Candidate - In Flight Branch by @PureWeen in #29473
- [ci] Push metadata rollbacks by @rmarinho in #29401
- [2025/05/12] Candidate - In Flight Branch by @PureWeen in #29335
- [maui-release] Use DevDiv/Xamarin.yaml-templates by @pjcollins in #29385
- updated changes by @LogishaSelvarajSF4525 in #29352
- [2025/0...
9.0.71 SR7.1
What's Changed
- [release/9.0.1xx-sr7] Revert "Add Accessibility Selected for iOS CollectionView (#29014)" by @github-actions in #29854
Full Changelog: 9.0.70...9.0.71
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
- ❤️ [All] Improved reliability by properly disconnecting handlers by @albyrock87 in #27450
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
- 🛠️ [iOS] Fixed footer sizing when the source is empty by @kubaflo in #28610
- 🛠️ [Windows] Fixed crash when
EmptyView
is reused after navigation by @KarthikRajaKalaimani in #28367 - 🛠️ [iOS] Resolved proper rendering of dynamic header/footer updates by @prakashKannanSf3972 in #28641
- 🛠️ [iOS] Fixed
TargetInvocationException
when selecting header/footer after changingItemsLayout
by @Ahamed-Ali in #28890
DatePicker
- ✅ [All] Added nullable support for
Date
,MinimumDate
, andMaximumDate
properties by @jfversluis in #27921 - 🛠️ [Windows] Fixed text and icon color issues when hovering over the DatePicker by @Ahamed-Ali in #27147
Entry
- 🛠️ [iOS] Fixed
CursorPosition
property not being applied correctly by @praveenkumarkarunanithi in #27220
FlyoutPage
- 🛠️ [Windows] Fixed
IsPresented
property not updating correctly by @devanathan-vaithiyanathan in #28471 - 🛠️ [iOS] Fixed FlyoutPage not responding to changes in the
FlyoutLayoutBehavior
property by @devanathan-vaithiyanathan in #28884 - 🛠️ [Windows] Fixed flyout content width not being set correctly after updating to WinUI SDK 1.7 by @Tamilarasan-Paranthaman in #28996
Graphics
- 🛠️ [Android] Fixed
ScalingCanvas.SetBlur
method not working correctly by @NirmalKumarYuvaraj in #28911
ImageButton
- 🛠️ [Android] Fixed padding issues that caused double padding (ContentPadding + Padding) by @jsuarezruiz in #25223
MediaPicker
- ✅ [iOS] Modernized MediaPicker implementation with improved APIs by @jfversluis in #28920
- ✅ [Android] Updated to use new Photo Picker API for modern Android experience by @phunkeler in #24027
- 🛠️ [iOS] Fixed
File.ContentType
from MediaPicker not being in valid MIME format by @SyedAbdulAzeemSF4852 in #28842
Navigation
- 🛠️ [iOS] Fixed back-navigation with swipe gesture navigating back twice by @kubaflo in #28485
- 🛠️ [Windows] Fixed BackButton visibility issue when switching tabs without NavigationPage by @Vignesh-SF3580 in #28371
Picker
- 🛠️ [Windows] Fixed Visual State issue with Picker TextColor after navigation by @prakashKannanSf3972 in #28853
Shadow
- 🛠️ [Windows] Fixed shadow not updating when clipping a view with a shadow by @NirmalKumarYuvaraj in #27873
- ❤️ [Android/iOS] Improved shadow rendering on Android and fixed shadow clipping on iOS by @albyrock87 in #26789
SwipeView
TabbedPage
- 🛠️ [Android] Fixed incorrect text color applied to selected tab by @Ahamed-Ali in #28844
- 🛠️ [iOS] Fixed TabBar disappearing when navigating back from page with hidden TabBar in iOS 18 by @SuthiYuvaraj in #27582
TabBar
- 🛠️ [iOS] [Android] Fixed FontImageSource color not being applied properly to the Tab Icon by @Tamilarasan-Paranthaman in #26757
TimePicker
- ✅ [All] Added nullable support for
Time
property by @jfversluis in #27930
WebView
- 🛠️ [Windows] Fixed
Navigated
event being called even after cancelling the Navigation by @sankaranarayananr in #28340 - 🛠️ [iOS] Fixed transparent
BackgroundColor
not being applied correctly by @Tamilarasan-Paranthaman in #28804
Additional Updates
Dependency Updates
- ℹ️ [Android] Fixed
Android
namespace conflicts by @jonpryor in #28771 - ✅ [Windows] Upgraded to Windows App SDK 1.7 by @MartyIX in #28499
- ❤️ [CI] Updated Arcade to latest version for improved build reliability by @rmarinho in #28701
- ❤️ [CI] Updated Arcade for .NET 10 by @rmarinho in #28980
- ❤️ [CI] Updated Arcade to latest version by @rmarinho in #29000
- 🛠️ [CI] Fixed publishing of files with Arcade by @rmarinho in #28707
- 🛠️ [CI] Fixed internal main build process by @rmarinho in #28709
- ❤️ [CI] Improved CI builds with fixes for dnceng builds by @rmarinho in #28671
- ❤️ [CI] Updated stable versions by @rmarinho in #29124
- ❤️ [CI] Updated AspNet.Security.OAuth.Apple by @rmarinho in #29250
- ❤️ [.NET 10] Updated SDK and runtime for preview4 channel by @rmarinho in #29246
- ❤️ [.NET 10] Updated dependencies from dotnet/android in multiple PRs
- ❤️ [.NET 10] Updated dependencies from dotnet/sdk in multiple PRs
- ❤️ [.NET 10] Updated dependencies from dotnet/macios in multiple PRs
- ❤️ Updated dependencies from dotnet/xharness in multiple PRs
- ❤️ Updated global.json by @rmarinho in #29102
- 🛠️ [All] Fixed
System.MissingMethodException
inPropertyPropagationExtensions
by @albyrock87 in #28456 - ❤️ [iOS] Made
IShape
inMauiCALayer
aWeakReference
to prevent memory leaks by @albyrock87 in #28412 - ❤️ [All] Updated XHarness CLI to version 10.0.0-prerelease.25214.3
Framework Enhancements
- ✅ [XAML] Added
IRootObjectProvider
to support advanced XAML scenarios by @StephaneDelcroix in #28310
Testing Infrastructure
- ❤️ [Testing] Fea...