Telerik UI for .NET MAUI 2024 Q1 (v6.8.0)

Released: Mar 13, 2024

2024 Q1 (v6.8.0) での更新項目

機能

  • DataGrid
    • Added support for nested properties with null values.
    • Added support for dynamic data types.
    • Implemented indentation for group headers based on their level and exposed a new 'GroupLevelIndentation' property.
  • PdfProcessing
    • Introduced support for fonts that use simulated bold and italic forms.
  • Pickers
    • Exposed Command parameters for 'AcceptCommand' and 'CancelCommand' in 'PickerPopupSettings' and 'PickerDropDownSettings'.
  • ToolBar
    • Implemented new OverflowMode - Clip. With this mode the items that do not fit in the toolbar strip will get clipped and the overflow button will not get shown.
    • You can now respect the set 'ToolTipProperties.Text' for label toolbar item views.
  • ZipLibrary
    • Added support for creating AES-encrypted archives.

不具合の修正

  • BusyIndicator
    • [iOS][MacCatalyst][WinUI] Cannot interact with the content behind the control even if IsBusy is false.
  • CheckBox
    • [WinUI] The CheckBox renders a small checkmark when IsAnimated="False".
  • DataGrid
    • [WinUI] ArgumentOutOfRange exception when columns are not auto generated and IWindowCreator approach is used.
    • [WinUI] Focus is no longer in the Cell when clicking the clear button.
    • [iOS] Search entry disappears when typing long text.
    • [WinUI] Page with DataGrid does not dispose.
  • ListView
    • [iOS] Exception when collapsing group with selected item.
    • [WinUI] The content swipe operation on touch devices hangs the swipe content.
  • PdfProcessing
    • Wrong glyph measurement results in overlapping text.
    • A symbol is added as a name when embedding a file with an empty string as its name argument.
    • A NullReferenceException is thrown when importing a document with embedded files.
    • A NullReferenceException is thrown when importing a document with a signature and parsing the linejoin operator.
    • A NullReferenceException is thrown when importing and then exporting a document containing Type1Font with a missing FontInfo table.
    • Merging two documents having embedded files with same names repeats adding number 2.
    • Unicode characters from Supplementary Multilingual Plane are skipped during the PDF export.
  • SegmentedControl
    • [iOS] SelectedSegmentBackgroundColor is not applied on iOS.
  • SideDrawer
    • [WinUI] Main Content is not active when Drawer is open and TapOutisideToClose is False.
  • WordsProcessing
    • A StackOverflowException is thrown when importing an RTF document with a style based on itself.
    • HtmlFormatProvider: margin-left, margin-right, margin-top, margin-bottom CSS property is not respected when it is defined as unitless.
  • ZipLibrary
    • An IOException: Cannot access file after ZipFile.CreateFromDirectory.
    • A NullReferenceException is thrown when updating a zip with a password.