← Back to MAUI Releases
6.0.200-preview.13
Preview
Contributors
What’s Changed
- Remove MS.Extensions.Hosting from Maui - #4505 ([@eerhardt](https://github.com/eerhardt))
- Add microsoft.net.workload.mono.toolchain back into the rollback.json - #4481 ([Matthew Leibowitz](https://github.com/mattleibow))
- Ensure that using the AndExpand Grid hack doesn’t null out BindingContext - #4455 ([@hartez](https://github.com/hartez))
- Fix Path for MacCatalyst/macOS apps - #4463 ([Jonathan Dick](https://github.com/Redth))
- Add an item group for all the platform folders - #4430 ([Matthew Leibowitz](https://github.com/mattleibow))
- Move Xaml.VisualDiagnostics to Maui.Core - #4333 ([Tim Miller](https://github.com/drasticactions))
- Fix coherent dependency - #4436 ([Rui Marinho](https://github.com/rmarinho))
- Make sure all @(Compile) items appear in the Solution Explorer - #4411 ([Matthew Leibowitz](https://github.com/mattleibow))
- [Catalyst] Fix OnPlatform and OnIdiom on macOS - #3763 ([Javier Suárez](https://github.com/jsuarezruiz))
- Append a special header to generated files - #4413 ([Matthew Leibowitz](https://github.com/mattleibow))
- add error diagnostics to XamlG sourceGen - #4376 ([Stéphane Delcroix](https://github.com/StephaneDelcroix))
- [WinUI] Fix Alignment and Header Visibility - #4400 ([Shane Neuville](https://github.com/PureWeen))
- Remove legacy TFMs - #4403 ([Jonathan Dick](https://github.com/Redth))
- Correctly register DependencyService entries - #4385 ([Matthew Leibowitz](https://github.com/mattleibow))
- Switches to UIResponder for App/Scene delegates - #4391 ([Jonathan Dick](https://github.com/Redth))
- Update template so you can find it under Windows as well - #2484 ([@dotMorten](https://github.com/dotMorten))
- Update api-tools to support roll-forward - #4387 ([Matthew Leibowitz](https://github.com/mattleibow))
- ScrollView and Activityindicator interfaced Handlers - #4382 ([Shane Neuville](https://github.com/PureWeen))
- [iOS] Use GetWrappedView to get the native view - #4389 ([Rui Marinho](https://github.com/rmarinho))
- Publish the API diffs to the Extensions tab - #4383 ([Matthew Leibowitz](https://github.com/mattleibow))
- Improve consistency with resizetizer - #4367 ([Matthew Leibowitz](https://github.com/mattleibow))
- Support Blazor Android WebView
BackNavigation - #4364 ([@TanayParikh](https://github.com/TanayParikh)) - Add
[.NET](/community-contributors/dotnet/)/dotnet-maui-blazor-engto Blazor Desktop CODEOWNERS - #4365 ([@TanayParikh](https://github.com/TanayParikh)) - Adding API diffs to the build - #4354 ([Matthew Leibowitz](https://github.com/mattleibow))
- WinUI TabbedPage Tests/Cleanup/BarBackground - #4360 ([Shane Neuville](https://github.com/PureWeen))
- [android] update built-in AOT profile - #4355 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- [Android] Changes to reduce unnecessary layout requests - #4229 ([Javier Suárez](https://github.com/jsuarezruiz))
- Support opening a new window in iOS Blazor WebView - #4268 ([@TanayParikh](https://github.com/TanayParikh))
- [iOS, Android, Windows] Implement Border properties in ImageButton - #3641 ([Javier Suárez](https://github.com/jsuarezruiz))
- Update Maui.Graphics - #4301 ([Matthew Leibowitz](https://github.com/mattleibow))
- Make Essentials lifecycle registration happen by default - #4221 ([Jonathan Dick](https://github.com/Redth))
- First pass at porting doc comments from Forms API docs - #4099 ([@hartez](https://github.com/hartez))
- [Windows] Fix issue not rendering ProgressBar control - #4191 ([Javier Suárez](https://github.com/jsuarezruiz))
- Implement Eval method in WebViewHandlers - #4284 ([Javier Suárez](https://github.com/jsuarezruiz))
- Modify existing rectangle rather than creating a new one - #4321 ([@hartez](https://github.com/hartez))
- Account for spacing when determining available space for star rows/columns - #3871 ([@hartez](https://github.com/hartez))
- Introduce IPlatformApplication - #4320 ([Tim Miller](https://github.com/drasticactions))
- Update IOSWebViewManager.cs - #4158 ([@chenrensong](https://github.com/chenrensong))
- Implement CanGoBack and CanGoForward properties in WebViewHandlers - #4288 ([Javier Suárez](https://github.com/jsuarezruiz))
- [Android] Fix Switch color issues - #4134 ([Javier Suárez](https://github.com/jsuarezruiz))
- Add ExecutionPolicy and NoProfile to powershell command - #4295 ([@eerhardt](https://github.com/eerhardt))
- restore compiled converters on Core types - #4255 ([Stéphane Delcroix](https://github.com/StephaneDelcroix))
- WinUI TabbedPage Handler - #4257 ([Shane Neuville](https://github.com/PureWeen))
- Frame Compatibility Handlers - #4210 ([Shane Neuville](https://github.com/PureWeen))
- Implement GoBack, GoForward and Reload methods in WebViewHandler - #3316 ([Javier Suárez](https://github.com/jsuarezruiz))
- [workload] move all build tasks out of library-packs - #4235 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- Update Maui Graphics and SkiaSharp - #4220 ([Matthew Leibowitz](https://github.com/mattleibow))
- [Android] Fix SetSemanticFocus - #3993 ([Rachel Kang](https://github.com/rachelkang))
- Rename old Xamarin -> MAUI android resource/provider - #4211 ([Jonathan Dick](https://github.com/Redth))
- Added dependency to _CollectHotRestartBundleResources for hiding/unhi… - #4185 ([@mauroa](https://github.com/mauroa))
- Update .NET installer links to 200 band - #4234 ([David Ortinau](https://github.com/davidortinau))
- Remove CarouselPage - #4204 ([Shane Neuville](https://github.com/PureWeen))
- Button Padding - #3575 ([Matthew Leibowitz](https://github.com/mattleibow))
- Fix SwipeView Handler on iOS - #4224 ([Shane Neuville](https://github.com/PureWeen))
- add preview 12 to news - #4223 ([@SimonCropp](https://github.com/SimonCropp))
- Better BlazorWebView Custom IFileProvider design - #4219 ([@Eilon](https://github.com/Eilon))
- IBorder - #4035 ([James Clancey](https://github.com/Clancey))
- TableView Handler WinUI - #4202 ([Shane Neuville](https://github.com/PureWeen))
- Fixes hang waiting for cancelled Essentials TextToSpeech on Android - #4183 ([Gerald Versluis](https://github.com/jfversluis))
- [iOS] ListView/TableView Handler - #4193 ([Shane Neuville](https://github.com/PureWeen))
- [Windows] Fix crash using pan gesture with ScrollView - #4178 ([Javier Suárez](https://github.com/jsuarezruiz))
- GridLayout -> Grid to reduce confusion - #3865 ([@hartez](https://github.com/hartez))
- Clip layouts to bounds - #3709 ([@hartez](https://github.com/hartez))
- [Windows] Avoid crash using DisconnectHandler method with Layouts - #4177 ([Javier Suárez](https://github.com/jsuarezruiz))
- Skip some mappings when using formatted text - #4174 ([Jonathan Dick](https://github.com/Redth))
- ListView Handler for WinUI - #3916 ([Shane Neuville](https://github.com/PureWeen))
- Add FormattedText property support to Label in Controls - #3637 ([Jonathan Dick](https://github.com/Redth))
- [iOS] SwipeViewHandler - #4064 ([Shane Neuville](https://github.com/PureWeen))
- TableView handler android - #4104 ([Shane Neuville](https://github.com/PureWeen))
- Unify Windows shared source for BlazorWebView - #4159 ([@Eilon](https://github.com/Eilon))
- [Android] Listview handler via
Compatibility.ViewRenderer- #3817 ([Shane Neuville](https://github.com/PureWeen)) - Remove unused WebViewManagerCreated event and types - #4160 ([@Eilon](https://github.com/Eilon))
- SwipeViewHandler WinUI - #4026 ([Shane Neuville](https://github.com/PureWeen))
- Invalidate GraphicsView if the FlowDirection changes - #4133 ([Javier Suárez](https://github.com/jsuarezruiz))
- Sign TTF files in template - #4156 ([Jonathan Dick](https://github.com/Redth))
- Remove GetNative and wrapped overload - #4150 ([Shane Neuville](https://github.com/PureWeen))
- WinUI Flyout Handler - #3735 ([Shane Neuville](https://github.com/PureWeen))
- View to Handler Converter for WinUI - #4070 ([Shane Neuville](https://github.com/PureWeen))
- [sourcegen] use GetText() instead of opening files from disk - #4128 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- Use raster images with Android adaptive icons - #4069 ([Matthew Leibowitz](https://github.com/mattleibow))
- [Android] Changes to improve Border control drawing performance - #3620 ([Javier Suárez](https://github.com/jsuarezruiz))
- Implement CursorPosition in IEditor/ITextInput Handlers - #3196 ([Andreas Nesheim](https://github.com/andreas-nesheim))
- Essentials: Port xamarin/Essentials#1846 - #2605 ([@dimonovdd](https://github.com/dimonovdd))
- Swipe View Handler - #3987 ([Shane Neuville](https://github.com/PureWeen))
- Ensure that changing RowSpacing/ColumnSpacing invalidates grid - #3873 ([@hartez](https://github.com/hartez))
- [core] remove Try/AddHandlers() APIs for linker-friendliness - #3825 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- Implement TextTransform for Controls.Button - #3869 ([@hartez](https://github.com/hartez))
- [build] don’t use intermediate @(_MauiCompileToAdd) - #4034 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- Update Microsoft.Maui.Dependencies.csproj - #4022 ([Rachel Kang](https://github.com/rachelkang))
- [iOS] Add AutoresizingMask to WindowOverlay GraphicsView - #3804 ([Tim Miller](https://github.com/drasticactions))
- Radiobutton Handler - #3784 ([Shane Neuville](https://github.com/PureWeen))
- Remove layout resolution - #3818 ([@hartez](https://github.com/hartez))
- [WinUI] Allow Hot Reload In-App Selector to work with WindowOverlay - #3914 ([Tim Miller](https://github.com/drasticactions))
- Move SwipeView Gallery into Maui Samples Gallery - #4002 ([Shane Neuville](https://github.com/PureWeen))
New Contributors
- Andreas Nesheim made their first contribution in https://github.com/dotnet/maui/pull/3196
- @SimonCropp made their first contribution in https://github.com/dotnet/maui/pull/4223
- @mauroa made their first contribution in https://github.com/dotnet/maui/pull/4185
- @chenrensong made their first contribution in https://github.com/dotnet/maui/pull/4158
- @TanayParikh made their first contribution in https://github.com/dotnet/maui/pull/4268
- @dotMorten made their first contribution in https://github.com/dotnet/maui/pull/2484
Full Changelog: https://github.com/dotnet/maui/compare/6.0.200-preview.12…6.0.200-preview.13.2