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.
[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.
FIXED
[Android] [iOS] Sticky Group headers are not visible in GridLayout.
[Android] [iOS] Group size is miscalculated in GridLayout when SpanCount is greater than one.
Group disappears in GridLayout when the property of an item that it is grouped by is changed.
DataGrid
FIXED
NullReferenceException is thrown during the measure phase of DataGridTextColumn with assigned CellRenderer.
Group Header Aggregates are misaligned upon data changes when they are next to headers.
Currency functionality throws NullReferenceException when bound collection changes.
Rows may occasionally appear blank when the control is initialized with ListenForNestedPropertyChange set to true.
Licensing
FIXED
Watermark is displayed when using Hot Restart and an active license is present.
RichTextEditor
FIXED
Occasionally appearing issues with RichTextEditor 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.