← Back to MAUI Releases
6.0.400
6.0.400 (Service Release 1)
What’s Changed
- Avoid having every access of Bounds or Frame allocate a new Rect by @hartez in https://github.com/dotnet/maui/pull/7049
- [Housekeeping] Fix issue in Shapes Transform sample by Javier Suárez in https://github.com/dotnet/maui/pull/7042
- Bump Microsoft.AspNetCore.Authentication.Google from 6.0.4 to 6.0.5 by @dependabot in https://github.com/dotnet/maui/pull/7092
- Bump Microsoft.AspNetCore.Authentication.MicrosoftAccount from 6.0.4 to 6.0.5 by @dependabot in https://github.com/dotnet/maui/pull/7088
- Bump Microsoft.AspNetCore.Authentication.Facebook from 6.0.4 to 6.0.5 by @dependabot in https://github.com/dotnet/maui/pull/7093
- [main] Update dependencies from dotnet/Microsoft.Maui.Graphics by @dotnet-maestro in https://github.com/dotnet/maui/pull/7065
- [main] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/maui/pull/7067
- Bump Microsoft.VisualStudio.DesignTools.Extensibility from 17.1.32210.191 to 17.2.32505.113 by @dependabot in https://github.com/dotnet/maui/pull/7086
- Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 by @dependabot in https://github.com/dotnet/maui/pull/7094
- Update README.md by @lutzroeder in https://github.com/dotnet/maui/pull/7098
- Bump Xamarin.Google.Android.Material from 1.5.0.2 to 1.6.0 by @dependabot in https://github.com/dotnet/maui/pull/7090
- Update ASPNETCORE Dependencies to 6.0.5 by @TanayParikh in https://github.com/dotnet/maui/pull/7109
- [Windows] Fix GraphicsView to support gestures by Javier Suárez in https://github.com/dotnet/maui/pull/7077
- Update URL for MAUI support by @mairaw in https://github.com/dotnet/maui/pull/7043
- Remove RootPanel by @hartez in https://github.com/dotnet/maui/pull/7172
- Fix iOS Shell Tests (still no CI <3) by Shane Neuville in https://github.com/dotnet/maui/pull/7110
- Update README.md by @lutzroeder in https://github.com/dotnet/maui/pull/7178
- Bump Microsoft.Web.WebView2 from 1.0.1210.30 to 1.0.1210.39 by @dependabot in https://github.com/dotnet/maui/pull/6991
- Allow AbsoluteLayout children to auto size when height/width are not proportional by @hartez in https://github.com/dotnet/maui/pull/7183
- Bump Microsoft.CodeAnalysis.CSharp from 4.1.0 to 4.2.0 by @dependabot in https://github.com/dotnet/maui/pull/7223
- Bump Microsoft.Net.Compilers.Toolset from 4.1.0 to 4.2.0 by @dependabot in https://github.com/dotnet/maui/pull/7224
- Added pending lifecycle events hooks by Javier Suárez in https://github.com/dotnet/maui/pull/7225
- Fix Android FormattedText and related platforms by Matthew Leibowitz in https://github.com/dotnet/maui/pull/7219
- Bump Castle.Core from 4.4.1 to 5.0.0 by @dependabot in https://github.com/dotnet/maui/pull/7256
- Add a Semaphore for AttachAndRun by Shane Neuville in https://github.com/dotnet/maui/pull/7269
- Allow LayoutView to pass touches to child controls when CascadeInputTransparent is false by @hartez in https://github.com/dotnet/maui/pull/7236
- Enable creating blank issues by @lutzroeder in https://github.com/dotnet/maui/pull/7282
- Cleanup cake file, add targets, fix for iOS Pair by Shane Neuville in https://github.com/dotnet/maui/pull/7241
- Ensure that the z-index sort also preserves original add order by @hartez in https://github.com/dotnet/maui/pull/7270
- [Android] Render Border without set a Stroke by Javier Suárez in https://github.com/dotnet/maui/pull/7247
- Propagate layout requests up the tree for Content/Layout Views by @hartez in https://github.com/dotnet/maui/pull/7297
- Setup WinUI to run window scoped tests in new window by Shane Neuville in https://github.com/dotnet/maui/pull/7308
- Update maui blazor template min android version to API 24 by @TanayParikh in https://github.com/dotnet/maui/pull/7342
- [Tizen] Update ShellView by @shyunMin in https://github.com/dotnet/maui/pull/7287
- [Android] Fix Stepper sizing by Javier Suárez in https://github.com/dotnet/maui/pull/7327
- Scoping doc by Shane Neuville in https://github.com/dotnet/maui/pull/4679
- Create Window Specific Orientation Extensions by Shane Neuville in https://github.com/dotnet/maui/pull/7338
- [iOS] Fix some naming cells by Rui Marinho in https://github.com/dotnet/maui/pull/7302
- [main] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/maui/pull/7414
- [Android] Fix crash removing items in ListView by Javier Suárez in https://github.com/dotnet/maui/pull/7411
- [Xaml] Add compiled converters by Stéphane Delcroix in https://github.com/dotnet/maui/pull/7245
- Allow the image handler to measure more accurately WRT aspect ratio by @hartez in https://github.com/dotnet/maui/pull/7389
- Fix RTL in AbsoluteLayout by Rachel Kang in https://github.com/dotnet/maui/pull/7309
- Ensure that Grid is propagating the BindingContext to the row/col definitions by @hartez in https://github.com/dotnet/maui/pull/7301
- [Housekeeping] Added ImageButton sample using VisualStateManager by Javier Suárez in https://github.com/dotnet/maui/pull/7296
- [Windows] Fix grouped ListView ScrollTo crash by Javier Suárez in https://github.com/dotnet/maui/pull/7413
- Remove the padding around checkboxes by Matthew Leibowitz in https://github.com/dotnet/maui/pull/7379
- Android NamedSize.Header changed from 96 to 14 by @beeradmoore in https://github.com/dotnet/maui/pull/7433
- Revert “[Android] Fix crash removing items in ListView” by Rui Marinho in https://github.com/dotnet/maui/pull/7418
- Don’t clear old images. Fixes #6625 by Matthew Leibowitz in https://github.com/dotnet/maui/pull/7348
- [Android] Fixed crash using Path in ControlTemplate ContentView by Javier Suárez in https://github.com/dotnet/maui/pull/7412
- [Windows] Fix Shadows sizing issue by Javier Suárez in https://github.com/dotnet/maui/pull/7336
- Fix BlazorWebView disposal by @MackinnonBuck in https://github.com/dotnet/maui/pull/7349
- Fix WinUI Modal to work with lack of root panel by Shane Neuville in https://github.com/dotnet/maui/pull/7452
- Update bug template to list 6.0 GA by @Eilon in https://github.com/dotnet/maui/pull/7480
- [Android] Fix issues clipping content in Border by Javier Suárez in https://github.com/dotnet/maui/pull/7467
- Bump Xamarin.AndroidX.Migration from 1.0.8 to 1.0.10 by @dependabot in https://github.com/dotnet/maui/pull/7469
- Bump Microsoft.CodeAnalysis.NetAnalyzers from 7.0.0-preview1.22229.1 to 7.0.0-preview1.22274.2 by @dependabot in https://github.com/dotnet/maui/pull/7440
- Remove Unsupported ”!!” null-checking syntax from BlazorWebView by Tim Miller in https://github.com/dotnet/maui/pull/7484
- Fix swapping root page from Shell to Non Shell by Shane Neuville in https://github.com/dotnet/maui/pull/7415
- Use .NET 6 built-in dotnet format tool by Gerald Versluis in https://github.com/dotnet/maui/pull/6371
- Fix Format by Rui Marinho in https://github.com/dotnet/maui/pull/7500
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/dotnet/maui/pull/7506
- [Handlers] Make sure to update Content on handlers when the ControlTemplate changes by Rui Marinho in https://github.com/dotnet/maui/pull/7235
- Resolving TableView/ListView issues by Shane Neuville in https://github.com/dotnet/maui/pull/7485
- Set GenerateDocumentationFile=true for Compatibility and Xaml and pack a special docs artifact by Matthew Leibowitz in https://github.com/dotnet/maui/pull/7511
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/dotnet/maui/pull/7517
- If the FlyoutBehavior is “Flyout” show toolbar by Shane Neuville in https://github.com/dotnet/maui/pull/7544
- Align the controls used in the different templates by Javier Suárez in https://github.com/dotnet/maui/pull/7439
- Avoid crash with invalid cast using RadioButtonGroup.GroupName with a View by Javier Suárez in https://github.com/dotnet/maui/pull/7438
- Just a small styling error I noticed just now by @FriedrichRehren in https://github.com/dotnet/maui/pull/7519
- Bump System.Memory from 4.5.4 to 4.5.5 by @dependabot in https://github.com/dotnet/maui/pull/7533
- [main] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/maui/pull/7605
- Bump Microsoft.CodeAnalysis.NetAnalyzers from 7.0.0-preview1.22274.2 to 7.0.0-preview1.22277.2 by @dependabot in https://github.com/dotnet/maui/pull/7606
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/dotnet/maui/pull/7617
- [iOS] Fix cell size changed on CollectionView by Rui Marinho in https://github.com/dotnet/maui/pull/7447
- [iOS] Fix ActivityIndicator with initial IsRunning value to False by Javier Suárez in https://github.com/dotnet/maui/pull/7609
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/dotnet/maui/pull/7648
- [CollectionView] Make sure we map MapSelectionMode and SelectedITems by Rui Marinho in https://github.com/dotnet/maui/pull/7658
- Updated the VS-target by Pedro Jesus in https://github.com/dotnet/maui/pull/7649
- Revert a type move for net6 by Matthew Leibowitz in https://github.com/dotnet/maui/pull/7642
- Hide non visible shell parts from VO by Shane Neuville in https://github.com/dotnet/maui/pull/7512
- Fix crash setting zero or negative values in Border size by Javier Suárez in https://github.com/dotnet/maui/pull/7665
- Merge the PublicAPI checker into main by Matthew Leibowitz in https://github.com/dotnet/maui/pull/7339
- [Android] Implement quit Application by Javier Suárez in https://github.com/dotnet/maui/pull/7633
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/dotnet/maui/pull/7677
- [Android] Fix Button CornerRadius issue by Javier Suárez in https://github.com/dotnet/maui/pull/7215
- Propagate semantics to CV Item container by Shane Neuville in https://github.com/dotnet/maui/pull/7539
- This is more correct by Matthew Leibowitz in https://github.com/dotnet/maui/pull/7685
- Bump Microsoft.CodeAnalysis.NetAnalyzers from 7.0.0-preview1.22277.2 to 7.0.0-preview1.22301.1 by @dependabot in https://github.com/dotnet/maui/pull/7696
- [housekeeping] Automated PR to fix formatting errors by @github-actions in https://github.com/dotnet/maui/pull/7714
- Bump Xamarin.UITest from 3.2.7 to 3.2.8 by @dependabot in https://github.com/dotnet/maui/pull/7697
- [main] Update dependencies from xamarin/xamarin-android by @dotnet-maestro in https://github.com/dotnet/maui/pull/7630
- [net6.0] Bump iOS versions by Rui Marinho in https://github.com/dotnet/maui/pull/7741
- [net6.0] Update dependencies from dotnet/Microsoft.Maui.Graphics by @dotnet-maestro in https://github.com/dotnet/maui/pull/7740
- More info on templates by Jonathan Dick in https://github.com/dotnet/maui/pull/7430
- [net6.0] Update dependencies from xamarin/xamarin-android by @dotnet-maestro in https://github.com/dotnet/maui/pull/7745
- Update ide.host.json schema. by @phenning in https://github.com/dotnet/maui/pull/7736
- [housekeeping] Fix signing and insertion for net6 branch by Rui Marinho in https://github.com/dotnet/maui/pull/7791
- [Tizen] Fix RendererToHandlerShim.Tizen by @rookiejava in https://github.com/dotnet/maui/pull/7622
- [Android,iOS] Fix Selection on CollectionView and VSM color changes for Layouts by Rui Marinho in https://github.com/dotnet/maui/pull/7689
- [net6.0] Update dependencies from dotnet/Microsoft.Maui.Graphics by @dotnet-maestro in https://github.com/dotnet/maui/pull/7795
- Fix TemplatedView by Matthew Leibowitz in https://github.com/dotnet/maui/pull/7771
- Return VER for PlatformView by Shane Neuville in https://github.com/dotnet/maui/pull/7509
- Bump Microsoft.WindowsAppSDK from 1.0.3 to 1.1.0 by @dependabot in https://github.com/dotnet/maui/pull/7788
- Better handle disappearing content with ViewPager2 by Shane Neuville in https://github.com/dotnet/maui/pull/7425
- Use the new layout system in ContentPresenter by Matthew Leibowitz in https://github.com/dotnet/maui/pull/7807
- Use the SDK band in the rollback files by Matthew Leibowitz in https://github.com/dotnet/maui/pull/7828
New Contributors
- @mairaw made their first contribution in https://github.com/dotnet/maui/pull/7043
- @beeradmoore made their first contribution in https://github.com/dotnet/maui/pull/7433
- @FriedrichRehren made their first contribution in https://github.com/dotnet/maui/pull/7519
- @phenning made their first contribution in https://github.com/dotnet/maui/pull/7736
Full Changelog: https://github.com/dotnet/maui/compare/6.0.312…6.0.400