Updated to .NET MAUI version 6.0.400 (Service Release 1).
Updated to SkiaSharp version 2.88.1-preview.63.
Important! - Know issue - some layout problems in components appear under Android and WinUI related to Microsoft issue. The fix will be available with the next Microsoft .NET MAUI Release.
CHANGED
All Telerik.XamarinForms.* namespaces are renamed to Telerik.Maui.Controls.Compatibility.* .
Telerik.XamarinForms.DataControls.ListView.DelegateFilterDescriptor is renamed to Telerik.Maui.Controls.Compatibility.DataControls.ListView.ListViewDelegateFilterDescriptor.
Telerik.XamarinForms.DataControls.ListView.DelegateGroupDescriptor is renamed to Telerik.Maui.Controls.Compatibility.DataControls.ListView.ListViewDelegateGroupDescriptor.
Telerik.XamarinForms.DataControls.ListView.DelegateSortDescriptor is renamed to Telerik.Maui.Controls.Compatibility.DataControls.ListView.ListViewDelegateSortDescriptor.
Telerik.XamarinForms.DataControls.ListView.PropertyGroupDescriptor is renamed to Telerik.Maui.Controls.Compatibility.DataControls.ListView.ListViewPropertyGroupDescriptor.
Telerik.XamarinForms.DataControls.ListView.PropertySortDescriptor is renamed to Telerik.Maui.Controls.Compatibility.DataControls.ListView.ListViewPropertySortDescriptor.
Barcode
NEW
Implemented DataMatrix symbology.
Exposed Version property for setting the version of a QRCode.
ComboBox
NEW
[Windows] [MacCatalyst] Added mouse hover.
DatePicker
FIXED
[Windows] Cannot scroll with the mouse pad.
DateTimePicker
FIXED
[Windows] Cannot scroll with the mouse pad.
ListPicker
FIXED
[Windows] Cannot scroll with the mouse pad.
PdfProcessing
NEW
Introduced Signature flags support.
FIXED
Block inside a table cell with content that exceeds the cell's width breaks the rendering of a text on the next line in the cell.
Popup
FIXED
IndexOutOfRangeException is thrown when RadPopup or RadComobBox is instantiated in MainPage's OnAppearing method.
SegmentedControl
FIXED
[Android] Disabling a segment does not work.
SpreadProcessing
FIXED
A NullReferenceException is thrown on exporting a file with an unsupported theme color type.
Upon export, sheet reference in formulas is lost when using whole row/column references.
TabView
FIXED
[Windows] Header tabs are not visible when adding TabView items dynamically.
[Android] [Windows] Tab content is not visible, when removing a tab that is not selected.
TimePicker
FIXED
[Windows] Cannot scroll with the mouse pad.
TimeSpanPicker
FIXED
[Windows] Cannot scroll with the mouse pad.
WordsProcessing
FIXED
PdfFormatProvider: Wrongly exported table width when table preferred width is set to Fixed and it is greater than the available page width.
PdfFormatProvider: An extra empty space appears below the inner table added when a Table is merged into a TableCell.