← Back to MAUI Releases
6.0.101-preview.10
Preview
What’s Changed
- Make Android the default in the templates - #3187 ([Matthew Leibowitz](https://github.com/mattleibow))
- Prep Update to WASDK Preview 3 - #3153 ([Matthew Leibowitz](https://github.com/mattleibow))
- Add ContainerView to Layout if it’s present - #3151 ([Shane Neuville](https://github.com/PureWeen))
- Fix iOS splash screens in partial builds - #3152 ([Matthew Leibowitz](https://github.com/mattleibow))
- [Android] Fix swap EmptyView on CollectionView handler - #3149 ([Rui Marinho](https://github.com/rmarinho))
- Handle query strings in Blazor static assets by trimming them out - #3088 ([@Eilon](https://github.com/Eilon))
- [WIP] Make templates open a default file - #3116 ([Jonathan Dick](https://github.com/Redth))
- Let XAML Hot Reload work with MAUI Samples - #3122 ([Tim Miller](https://github.com/drasticactions))
- Handler-ize CollectionView for Windows - #3115 ([@hartez](https://github.com/hartez))
- [Android] CollectionView handler for android - #3067 ([Rui Marinho](https://github.com/rmarinho))
- [Windows] Add VerticalTextAlignment to SearchBar - #2738 ([Rui Marinho](https://github.com/rmarinho))
- [Android] Add VerticalTextAlignment to Label - #2737 ([Rui Marinho](https://github.com/rmarinho))
- Ensure measure is invalidated when AbsoluteLayout bounds are updated - #3108 ([@hartez](https://github.com/hartez))
- Fix placeholder on iOS Editor so it doesn’t overlap when text is present when text is set in code - #3086 ([Shane Neuville](https://github.com/PureWeen))
- [build] Add maui-blazor to vs-workload.props - #3105 ([@pjcollins](https://github.com/pjcollins))
- Add -NoProfile switch for PowerShell commands - #3036 ([@hartez](https://github.com/hartez))
- Enable GitHub action to apply labels based on who opened the issue/PR - #3055 ([@Eilon](https://github.com/Eilon))
- Use app div instead of app tag for Blazor templates - #3066 ([@Eilon](https://github.com/Eilon))
- Fix multiline InputType on IEditor - #3084 ([Shane Neuville](https://github.com/PureWeen))
- Add
ITextButtonand related Mappers - #2868 ([Shane Neuville](https://github.com/PureWeen)) - Ensure ScrollView performs cross-platform measure - #3050 ([@hartez](https://github.com/hartez))
- Fix Shell Fragment Container - #3068 ([Shane Neuville](https://github.com/PureWeen))
- Remove IPlatformServices.GetHash - #2707 ([Matthew Leibowitz](https://github.com/mattleibow))
- Add Collectionview sample galleries - #3047 ([Rui Marinho](https://github.com/rmarinho))
- Fix VS Stable cake target - #3065 ([Shane Neuville](https://github.com/PureWeen))
- Don’t force GridLayout * weights to integer values; - #3064 ([@hartez](https://github.com/hartez))
- Clean up the Application extensions - #3042 ([Matthew Leibowitz](https://github.com/mattleibow))
- [Handler]Collectionview handler for iOS - #2156 ([Rui Marinho](https://github.com/rmarinho))
- Signal native text changes to Entry on Windows - #3054 ([@hartez](https://github.com/hartez))
- Comment out windows in the templates - #3052 ([Matthew Leibowitz](https://github.com/mattleibow))
- Specify the minimum versions of the platforms - #2905 ([Matthew Leibowitz](https://github.com/mattleibow))
- Add Variable to select provision vs or not - #3045 ([Rui Marinho](https://github.com/rmarinho))
- Customize Android and Windows ScrollView behavior to include Padding inside of scroll area - #2959 ([@hartez](https://github.com/hartez))
- Fix Blazor project Android warnings and set WarningsAsErrors=true on template builds - #2982 ([@Eilon](https://github.com/Eilon))
- Set the min version of windows to 1809/10.0.17763 - #3019 ([Matthew Leibowitz](https://github.com/mattleibow))
- Remove references to an “app window” - #3003 ([Matthew Leibowitz](https://github.com/mattleibow))
- Update GitHub issue templates to use updated labels, syntax - #3015 ([@Eilon](https://github.com/Eilon))
- Apply TextTransform for Controls Label - #2985 ([@hartez](https://github.com/hartez))
- [workload] add support for ‘dotnet test’ and ‘net6.0’ - #3017 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- Make shimmed Frame work on Android/Windows - #2677 ([@hartez](https://github.com/hartez))
- [Android] ToolbarHandler and fixes for various page nesting scenarios - #2781 ([Shane Neuville](https://github.com/PureWeen))
- Bring back windows - #2976 ([Jonathan Dick](https://github.com/Redth))
- WIP: Update Blazor Desktop template to latest .NET 6 content - #2938 ([@Eilon](https://github.com/Eilon))
- Win2D Preview 2 - #2967 ([Matthew Leibowitz](https://github.com/mattleibow))
- Update the Windows App SDK and Win2D - #2668 ([Matthew Leibowitz](https://github.com/mattleibow))
- Prepare for the arrival of the great WASDK update - #2954 ([Matthew Leibowitz](https://github.com/mattleibow))
- [Essentials] Cleanup docs on pick file - #2874 ([James Montemagno](https://github.com/jamesmontemagno))
- [Essentials] Implement the new ConnectivityManager.NetworkCallback for N+ - #2873 ([James Montemagno](https://github.com/jamesmontemagno))
- [Essentials] Fix orientation rotation delay on Android - #2872 ([James Montemagno](https://github.com/jamesmontemagno))
- [Essentials] Update LocationExtensions.ios.tvos.watchos.macos.cs - #2871 ([James Montemagno](https://github.com/jamesmontemagno))
- [Essentials] Set the PopoverPresentationController for files too - #2870 ([James Montemagno](https://github.com/jamesmontemagno))
- Request a re-layout if visibility started as Collapsed - #2909 ([@hartez](https://github.com/hartez))
- Add code to use
@(MauiIcon)instead of@(MauiImage)with several properties - #2869 ([Matthew Leibowitz](https://github.com/mattleibow)) - Un-patch the VS installs - #2926 ([Matthew Leibowitz](https://github.com/mattleibow))
- Use new dispatcher instance in each BlazorWebView - #2847 ([@Eilon](https://github.com/Eilon))
- Load IConfigurationProviders once in WebApplicationBuilder - #2841 ([@halter73](https://github.com/halter73))
- Add the simplest sandbox app - #2886 ([Matthew Leibowitz](https://github.com/mattleibow))
- Apply layout updates to ShellPageContainer child pages - #2876 ([@hartez](https://github.com/hartez))
- [Windows] Add SelectionLength mapping to entry handler - #2757 ([Rui Marinho](https://github.com/rmarinho))
- [Windows] Add IndicatorView handler - #2760 ([Rui Marinho](https://github.com/rmarinho))
- [Windows] Port CursorPosition for Entry handler - #2742 ([Rui Marinho](https://github.com/rmarinho))
- Implement ImageSource property in WinUI ButtonHandler - #1235 ([Javier Suárez](https://github.com/jsuarezruiz))
- Update DEVELOPMENT.md - #2826 ([James Montemagno](https://github.com/jamesmontemagno))
- Rename Development Guide - #2822 ([@lutzroeder](https://github.com/lutzroeder))
- Add ApplicationHandler - #2653 ([Matthew Leibowitz](https://github.com/mattleibow))
- Windows - Added PointerReleasedEvent to match functionality - #1726 ([James Montemagno](https://github.com/jamesmontemagno))
- Remove very old package reference - #2736 ([Jonathan Dick](https://github.com/Redth))
- Add sample code for Entry TextAlignment - #2735 ([Rui Marinho](https://github.com/rmarinho))
New Contributors
- @halter73 made their first contribution in https://github.com/dotnet/maui/pull/2841
Full Changelog: https://github.com/dotnet/maui/compare/6.0.101-preview.9…6.0.101-preview.10