← Back to MAUI Releases
6.0.100-preview.7.3
Preview
- Restore Rectangle parameter for ArrangeChildren - #2014 ([@hartez](https://github.com/hartez))
- [workload] add missing Microsoft.Maui.Controls.aar - #2007 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- Add shell parameters for passing complex objects - #2004 ([Shane Neuville](https://github.com/PureWeen))
- Implement Safe Area handling for iOS - #2001 ([@hartez](https://github.com/hartez))
- Add Modal Stack to Live Visual Tree - #1997 ([Shane Neuville](https://github.com/PureWeen))
- Fix issues measuring ScrollView content for horizontal scrolling - #1987 ([@hartez](https://github.com/hartez))
- Use new overload of UIApplication.Main - #1974 ([Matthew Leibowitz](https://github.com/mattleibow))
- Allow .NET MAUI Community Toolkit to Access Internal APIs - #1970 ([@brminnick](https://github.com/brminnick))
- Call cross-platform measure in LayoutView.LayoutSubviews - #1963 ([@hartez](https://github.com/hartez))
- Add VisualDiagnostics calls to new Layout base - #1948 ([@hartez](https://github.com/hartez))
- [Android] Lay out the nested scroll view correctly - #1952 ([Matthew Leibowitz](https://github.com/mattleibow))
- Add VisualDiagnostics calls to new Layout base - #1948 ([@hartez](https://github.com/hartez))
- Clamp Grid coordinates for child views - #1947 ([Matthew Leibowitz](https://github.com/mattleibow))
- Try a workaround for #1935 - #1936 ([Matthew Leibowitz](https://github.com/mattleibow))
- Restore LogicalChildren for Hot Reload - #1913 ([Matthew Leibowitz](https://github.com/mattleibow))
- Migration is just build tasks so NoWarn=NU1701 - #1925 ([Matthew Leibowitz](https://github.com/mattleibow))
- Fix incorrect base class for CommandMapper - #1928 ([@hartez](https://github.com/hartez))
- When measuring legacy layouts (including Frame), inlcude the margins - #1926 ([@hartez](https://github.com/hartez))
- Add custom overrides for measurement to legacy BoxView renderers - #1923 ([@hartez](https://github.com/hartez))
- Copy Layout to Compatibility to see if that fixes resources IDs - #1924 ([Shane Neuville](https://github.com/PureWeen))
- Use StaticWebAssets v2 w/ MauiAssets - #1905 ([@Eilon](https://github.com/Eilon))
- Update the versions in the templates to the real values - #1912 ([Matthew Leibowitz](https://github.com/mattleibow))
- Merge IFrameworkElement and IView and Remove IPage - #1875 ([Matthew Leibowitz](https://github.com/mattleibow))
- Don’t copy the System.*.dll to .nuspec as this is no longer needed in .nuspec - #1873 ([Matthew Leibowitz](https://github.com/mattleibow))
- Don’t let ScrollView call Layout
’s ArrangeOverride - #1911 ([@hartez](https://github.com/hartez)) - Remove obsolete code from Xaml sources - #1637 ([Stéphane Delcroix](https://github.com/StephaneDelcroix))
- Do not try load native views for null scrollview content - #1910 ([Matthew Leibowitz](https://github.com/mattleibow))
- Make GridLayoutManager honor explicit height/width - #1909 ([@hartez](https://github.com/hartez))
- Use the new Grid in Shell - #1894 ([Matthew Leibowitz](https://github.com/mattleibow))
- [Controls] Remove obsolete methods from Controls - #1644 ([Rui Marinho](https://github.com/rmarinho))
- Apply Accessibility traits to controls that have TapGestureRecognizers - #1886 ([Shane Neuville](https://github.com/PureWeen))
- Hook up the new layouts to LogicalChildren - #1899 ([Matthew Leibowitz](https://github.com/mattleibow))
- Layout indexer parents - #1898 ([@hartez](https://github.com/hartez))
- Use AppCompatTextView instead of TextView - #1900 ([Shane Neuville](https://github.com/PureWeen))
- Updated the CSS prefix from
-xf-to-maui-- #1877 ([Matthew Leibowitz](https://github.com/mattleibow)) - Make sure that Star rows/columns get an auto-sizing measure when constraints are infinite - #1883 ([@hartez](https://github.com/hartez))
- Simplify layout further - #1885 ([@hartez](https://github.com/hartez))
- BlazorWebView: Don’t override GetDesiredSize to avoid iOS/MacCatalyst crash - #1878 ([@Eilon](https://github.com/Eilon))
- Fix incorrect arithmetic for determining End alignment - #1868 ([@hartez](https://github.com/hartez))
- Add the template to the sample - #1867 ([Matthew Leibowitz](https://github.com/mattleibow))
- Add Visual Tree Helper (Based on #1820) - #1845 ([Tim Miller](https://github.com/drasticactions))
- Swap layout namespaces - #1838 ([@hartez](https://github.com/hartez))
- Merge fixes from XF 5.0.0 SR4 into MAUI - #1830 ([Shane Neuville](https://github.com/PureWeen))
- Introduce SetSemanticFocus API via SemanticExtensions - #1829 ([Shane Neuville](https://github.com/PureWeen))
- Fix logic for concatenating hints in Android - #1837 ([Shane Neuville](https://github.com/PureWeen))
- Fix traits on Checkbox so they are settable - #1836 ([Shane Neuville](https://github.com/PureWeen))
- Add traits to iOS Checkbox so it reads as Switch - #1832 ([Shane Neuville](https://github.com/PureWeen))
- Introduce AutomationProperties.ExcludedWithChildren - #1815 ([Rachel Kang](https://github.com/rachelkang))
- Use the correct variable - #1834 ([Matthew Leibowitz](https://github.com/mattleibow))
- Make StaticWebAssets not fail in RCLs referenced by MAUI projects - #1828 ([@Eilon](https://github.com/Eilon))
- [CI] Only wait 30 minutes for VS insertion task - #1826 ([@pjcollins](https://github.com/pjcollins))
- [workload] support $(UseMaui) from a net6.0 TFM - #1788 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- Update layout system to ensure native measure/arrange are called for all controls - #1819 ([@hartez](https://github.com/hartez))
- [CI] Add NuGet MSI conversion and VS insert stage - #1618 ([@pjcollins](https://github.com/pjcollins))
- Ensure no references to Xamarin.Forms in a .NET Maui app - #1816 ([Matthew Leibowitz](https://github.com/mattleibow))
- Navigation Events - #1812 ([Shane Neuville](https://github.com/PureWeen))
- [templates] remove Directory.Build.targets, add @(ProjectCapability) - #1433 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- Move New Navigation Handler to Core and make it internal - #1800 ([Shane Neuville](https://github.com/PureWeen))
- Switch to System.ComponentModel.TypeConverter - #1725 ([Jonathan Dick](https://github.com/Redth))
- Add net6.0 to the projects - #1810 ([Matthew Leibowitz](https://github.com/mattleibow))
- Font AutoScalingEnabled - #1774 ([Shane Neuville](https://github.com/PureWeen))
- Introduce Announce method in Essentials - #1760 ([Rachel Kang](https://github.com/rachelkang))
- Delete all the TabIndex, TabStop, Focusable things! - #1777 ([Rachel Kang](https://github.com/rachelkang))
- Shell Android Handler - #979 ([Shane Neuville](https://github.com/PureWeen))
- IContainer as IList
- #1724 ([@hartez](https://github.com/hartez)) - new xharness - #1768 ([Matthew Leibowitz](https://github.com/mattleibow))
- Window lifecycle - #1754 ([Shane Neuville](https://github.com/PureWeen))
- Disable device tests on DevDiv until we get a new xharness - #1758 ([Matthew Leibowitz](https://github.com/mattleibow))
- Implement Layout padding for new StackLayouts and GridLayout - #1749 ([@hartez](https://github.com/hartez))
- Essentials: Port xamarin/Essentials#1765 - #1639 ([Jonathan Dick](https://github.com/Redth))
- Essentials: Port xamarin/Essentials#1734 - #1640 ([Jonathan Dick](https://github.com/Redth))
- Essentials: Port xamarin/Essentials#1756 - #1642 ([Jonathan Dick](https://github.com/Redth))
- Lower the Blazor Desktop WPF/WinForms TFM down to Win7 - #1694 ([@Eilon](https://github.com/Eilon))
- Rename Font Properties - #1755 ([Matthew Leibowitz](https://github.com/mattleibow))
- Pass the path around - #1757 ([Matthew Leibowitz](https://github.com/mattleibow))
- Implement Themes - #1657 ([Javier Suárez](https://github.com/jsuarezruiz))
- Parent Changing/Changed Life Cycle Events - #1695 ([Shane Neuville](https://github.com/PureWeen))
- Essentials: Port xamarin/Essentials#1731 - #1643 ([Jonathan Dick](https://github.com/Redth))
- Essentials: Port xamarin/Essentials#1837 - #1638 ([Jonathan Dick](https://github.com/Redth))
- Subclass WinUI Window to hook native win32 events - #1687 ([Jonathan Dick](https://github.com/Redth))
- Essentials: Port xamarin/Essentials#1754 - #1641 ([Jonathan Dick](https://github.com/Redth))
- Add a public IList
Children to new Layout base class - #1722 ([@hartez](https://github.com/hartez)) - Run page’s content measurement through handler/native control - #1700 ([@hartez](https://github.com/hartez))
- Scrollview handler - #1669 ([@hartez](https://github.com/hartez))
- Make Spacing a bindable property on the base StackLayout class - #1737 ([@hartez](https://github.com/hartez))
- Convert Handler Events to Changing/Changed - #1692 ([Shane Neuville](https://github.com/PureWeen))
- [WinUI] ScrollView Resize + Window Handler Resize - #1676 ([Jonathan Dick](https://github.com/Redth))
- Fix cake to launch vs2022 - #1751 ([Shane Neuville](https://github.com/PureWeen))
- [workload] include Design/Microsoft.Maui.Controls.Xaml.DesignTools.dll - #1711 ([Jonathan Peppers](https://github.com/jonathanpeppers))
- Add CodeOwners for Blazor Desktop - #1713 ([@Eilon](https://github.com/Eilon))
- Add tests for Collapsed/Hidden views in layout managers - #1740 ([@hartez](https://github.com/hartez))
- Remove left over Platform Effect from WinUI compatibility - #1696 ([Shane Neuville](https://github.com/PureWeen))
- EnableDefaultItems on Compatibility project - #1615 ([Shane Neuville](https://github.com/PureWeen))
- Disable interpreter for p6 templates on android - #1670 ([Jonathan Dick](https://github.com/Redth))
- Delete Entitlements for MacCatalyst - #1580 ([Jonathan Dick](https://github.com/Redth))
- Update Maui.Graphics - #1655 ([Matthew Leibowitz](https://github.com/mattleibow))
- Update Reunion to 0.8.1 - #1673 ([Jonathan Dick](https://github.com/Redth))
- Implement TextColor in WinUI SearchBar - #1546 ([Javier Suárez](https://github.com/jsuarezruiz))
- Implement Keyboard property in WinUI Editor - #1553 ([Javier Suárez](https://github.com/jsuarezruiz))
- Effects - #1574 ([Shane Neuville](https://github.com/PureWeen))
- Implement TextAlignments properties in WinUI Entry - #1476 ([Javier Suárez](https://github.com/jsuarezruiz))
- Fix IndicatorView crash on Android - #1613 ([Javier Suárez](https://github.com/jsuarezruiz))
- Android legacy hack - #1604 ([Shane Neuville](https://github.com/PureWeen))