← Back to MAUI Releases
6.0.200-preview.12
Preview
We are on a monthly cadence of previewing .NET MAUI, and we are happy to announce the availability of preview 12.
Highlights
- Windows Fluent Design Title Bar on Windows Platform
- Android performance improvements
- Android Flyout Page handler
What’s Changed
- Put BoundsConverter on accessor in AbsoluteLayout - #3930 ([@hartez](https://github.com/hartez))
- [Android] Only set click listener if the item is indeed clickable - #1884 ([Shane Neuville](https://github.com/PureWeen))
- Added Shell Page dependency resolution with DataTemplate and Shell global routes… - #3375 ([@brunck](https://github.com/brunck))
- [iOS] Updated SearchBarHandler native events - #3728 ([Javier Suárez](https://github.com/jsuarezruiz))
- Remap Automationid to contentDesc for Xamarin.UITests and mitigate the accessibility issues around this - #3835 ([Shane Neuville](https://github.com/PureWeen))
- [controls] Brush.Foo should return immutable instances - #3824 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- [core] cleanup PropertyMapper.PopulateKeys() - #3823 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- Enable
InternalsVisibleToforCommunityToolkit.Maui.Core- #3798 ([@brminnick](https://github.com/brminnick)) - [android] compute HasRtlSupport once on startup - #3801 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- Essentials fix DeviceDisplay and DeviceInfo - #3738 ([Shane Neuville](https://github.com/PureWeen))
- Window extend toolbar - #3693 ([Shane Neuville](https://github.com/PureWeen))
- [android] stop using Build.VERSION.SdkInt - #3783 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- Flyout apis android - #3782 ([Shane Neuville](https://github.com/PureWeen))
- Remove no longer used LaunchScreen.xib files from templates - #3780 ([Gerald Versluis](https://github.com/jfversluis))
- Fix keyboard navigation with modal pages - #3631 ([Shane Neuville](https://github.com/PureWeen))
- Execute Screenshot tests on the main thread - #3752 ([Shane Neuville](https://github.com/PureWeen))
- [android] reduce JNI calls by moving logic into Java - #3372 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- Return a blank Label when LoadTemplate is null to prevent Hot Reload crashes - #3692 ([@hartez](https://github.com/hartez))
- Hide maui templates in VS 17.0 and lower - #3734 ([@japarson](https://github.com/japarson))
- [Android, iOS] Implement IsTextPredictionEnabled property in SearchBar - #3713 ([Javier Suárez](https://github.com/jsuarezruiz))
- Register compatibilty handlers for RelativeLayout and AbsoluteLayout - #3723 ([@hartez](https://github.com/hartez))
- Organize and centralize HandlerExtensions - #3716 ([Shane Neuville](https://github.com/PureWeen))
- Close stream instead of dispose and fix unit test - #3705 ([Shane Neuville](https://github.com/PureWeen))
- Fix publishing WPF/WinForms Blazor apps with MSIX - #3582 ([@Eilon](https://github.com/Eilon))
- Fix warnings from #3519 - #3656 ([@hartez](https://github.com/hartez))
- Bump JDK to JDK 11 - #3674 ([@mcumming](https://github.com/mcumming))
- Use android listener and TaskCompletionSource instead of starting new task - #3671 ([Jonathan Dick](https://github.com/Redth))
- Item Template updates for C# 10isms - #3659 ([David Ortinau](https://github.com/davidortinau))
- Added missing references - #3640 ([James Clancey](https://github.com/Clancey))
- WinUI3 Interop for share and file picker - #3232 ([James Montemagno](https://github.com/jamesmontemagno))
- ZIndex proof-of-concept - #3635 ([@hartez](https://github.com/hartez))
- [Windows] Fix ImageButton Background - #3642 ([Javier Suárez](https://github.com/jsuarezruiz))
- Switch to use CollectionView for Essentials Sample - #3646 ([Jonathan Dick](https://github.com/Redth))
- Validate Handler Type getting assigned to View - #3627 ([Shane Neuville](https://github.com/PureWeen))
- FlyoutView Handler Android - #3513 ([Shane Neuville](https://github.com/PureWeen))
- Use GetActivity inside AlertManager to get Context - #3629 ([Shane Neuville](https://github.com/PureWeen))
- iOS set UserInteractionEnabled to true when adding gestures - #3623 ([Shane Neuville](https://github.com/PureWeen))
New Contributors
- @halter73 made their first contribution in https://github.com/dotnet/maui/pull/2841
- @mcumming made their first contribution in https://github.com/dotnet/maui/pull/3674
- @japarson made their first contribution in https://github.com/dotnet/maui/pull/3734
Full Changelog: https://github.com/dotnet/maui/compare/6.0.101-preview.11.3…6.0.200-preview.12