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

Released: Jan 31, 2024

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

機能

  • What's New
    • Updated SkiaSharp to 2.88.7.
    • Added a new Slider component that displays a value in a predefined min-max range. The end user can change the value by dragging the thumb, and a tooltip is displayed while doing so.
  • DataGrid
    • Added functionality to search as you type. Search matches are highlighted for readability, and there are various settings, like filtering, in the built-in search panel.
  • PdfProcessing
    • Exposed the IsBold property of FontBase.
    • Added support for embedding ZUGFeRD invoices.
    • Introduced support for embedding file streams.
    • Introduced support for embedding file streams with PdfProcessing library.
  • PdfViewer
    • Exposed API for styling the PdfViewerSearchContentView toolbar.
    • Implemented selection with customizable context menu.
  • RichTextEditor
    • Added default context menu for RichTextEditor with the option to customize it.
  • Scheduler
    • Introduced new dates formatting properties for all view definitions as well as an option to control the time ruler width.
    • Added built-in dialogs for adding, editing and deleting appointments.
  • ZipLibrary
    • Added support for extracting AES-encrypted archives.
    • Changed GetCryptoProvider() method signature. It now accepts EncryptionSettingsBase instead of EncryptionSettings.
    • Removed long-time obsoleted classes: CompressionType, ZipCompression, ZipInputStream, ZipOutputStream, ZipPackage, ZipPackageEntry. Use ZipArchive, CompressedStream, and ZipArchiveEntry instead.

不具合の修正

  • ComboBox
    • [iOS] ArgumentOutOfRangeException is raised when programmatically adding items to SelectedItems and the ComboBox is hidden.
  • Common
    • Runtime exception on iOS simulators with Microsoft .NET iOS SDK 8.0.100 (17.0.8490).
  • DataGrid
    • [Android] Control is not visualized after returning to the previous page with Back button and navigating again to the DataGrid page.
  • Entry
    • [Android] [iOS] Keyboard remains open when taping outside of the control when HideSoftInputOnTapped of ContentPage is set to true.
  • ImageEditor
    • [Android] [iOS] [MacCatalyst] Saved JPG images are not visible or corrupted.
  • PdfProcessing
    • An unwanted Stopwatch is contained in the DocumentCatalog class.
    • A NullReferenceException is thrown when getting the hash code of CFF font's UnderlineThickness.
    • A NullReferenceException is thrown on import because the value of the TransformMethod property is not obtained when Refence is set as an indirect reference.
    • A NullReferenceException is thrown on export because the value of TransformMethod property is not obtained.
    • A NotSupportedException is thrown when decoding a CalRgb ColorSpace image.
    • Missing characters when exporting a document containing different font types but with the same name and properties.
    • Import-export specific document with Type1Font mangles text.
    • DrawTable is not setting the HasPendingContent property correctly.
    • Some characters in Wingdings (or custom) font are exported with a different font.
  • Pickers
    • [Android] AM/PM and minutes are not displayed on Android 14.
  • Popup
    • [MacCatalyst] Size doesn't change when the size of the elements in the ContentTemplate changes.
  • SpreadProcessing
    • The XlsxFormatProvider.Import method closes the stream passed to it as an argument.
    • An InvalidOperationException is thrown: The axes are incorrectly paired exception on import.
    • Left and Top-most borders are not rendered when exporting to PDF.
  • WordsProcessing
    • Inline image surrounded by bookmarks is incorrectly measured when the document contains numbering fields.