Telerik UI for .NET MAUI 2025 Q3 (v11.1.0)

Released: Aug 13, 2025

2025 Q3 (v11.1.0) 中的更新

特性

  • What's New:
    • Added a new BottomSheet control. It slides up from the bottom of the screen to reveal additional content. Use it to display complementary information, provide the users with contextual actions or give them the option of secondary navigation.
    • Added a new SpeechToTextButton component that provides speech-to-text functionality using the built-in platform speech recognizers. The button provides an event with the recognized text and confidence score. It also has the ability to work with a custom recognizer implementation.
    • Added support for .NET 10 Preview 6.
    • Added a Telerik MAUI AI Coding Assistant that can be used through a GitHub Copilot extension or an MCP server.
    • RadListView will be removed in Q2 2026. Use RadCollectionView instead, which provides better performance, enhanced features, and a modernized approach to managing data lists.
    • Updated Telerik Document Processing Library (DPL) version to 2025.3.806.
  • CollectionView:
    • Implemented the AutoExpandGroups property in the RadCollectionView.
    • [MacCatalyst] [WinUI] Introduced accessibility screen reader support.
    • [MacCatalyst] [WinUI] Added support for sticky group headers.
    • [Android] Screen reader improvements - respect client set Description and Hint properties for items and groups, announce the text of the label when DisplayMemberPath is used and default accessibility behavior is applied, and others.

修补程序

  • Calendar:
    • [MacCatalyst] Fixed issue where the current date is not fully visible when it is not selected and the mouse hovers over it in the Release build.
  • CollectionView:
    • [Android] [iOS] Fixed issue where Sticky Group headers are not visible in GridLayout.
    • [Android] [iOS] Fixed issue where Group size is miscalculated in GridLayout when SpanCount is greater than one.
    • Fixed issue where Group disappears in GridLayout when the property of an item that it is grouped by is changed.
  • DataGrid:
    • Fixed issue where a NullReferenceException is thrown during the measure phase of DataGridTextColumn with assigned CellRenderer.
    • Fixed issue where Group Header Aggregates are misaligned upon data changes when they are next to headers.
    • Fixed issue where Currency functionality throws NullReferenceException when bound collection changes.
    • Fixed issue where rows may occasionally appear blank when the control is initialized with ListenForNestedPropertyChange set to true.
  • Licensing:
    • Fixed issue where watermark is displayed when using Hot Restart and an active license is present.
  • RichTextEditor:
    • Fixed issues with RichTextEditor that occasionally appear starting from .NET MAUI 9.0.70. On Android - a popup with error message: Cannot open url: "file:///android_asset/" is displayed. On iOS and MacCatalyst - the RichTextEditor is empty even when Source is set.