Syncfusion Toolkit for .NET MAUI Release Notes
SfBottomSheet
Bug Fixes
-
Fixed an issue where opening the bottom sheet multiple times blocked touch interactions with the underlying content, which had its visibility managed previously.
-
Fixed an issue where, during initial load, setting the AllowedState to FullExpanded while the State was set to Collapsed caused inconsistent behavior.
-
Fixed an issue where scrolling within a scrollable content inside the bottom sheet resulted in both the scroll view (or collection view) and the bottom sheet responding to touch interactions.
SfButton
Bug Fixes
-
Fixed an issue where the SfButton did not properly wrap text or adjust its height when the WidthRequest was not specified.
-
Fixed an issue where the SfButton pressed state could become stuck in the visual state while inside a scroll view on both Android and iOS.
SfCalendar
Bug Fixes
-
Fixed an issue where the selection was not applied when setting a mode other than single selection in SfCalendar.
-
Resolved an issue where setting
PaddingandShowTrailingAndLeadingDatesto false would cause a crash in the.NET MAUI Calendar control. -
Special datescan now be rendered ontoday’s datein the.NET MAUI Calendar control.
SfCarousel
Bug Fixes
- Fixed the issue where carousel animations did not render correctly after the first item swipe on Android.
SfCartesianChart
Features
DateTimeCategoryAxis:
- #FB59662 -
DateTimeCategoryAxisis a specialized axis type primarily used in financial series. Similar toCategoryAxis, all data points are plotted with equal spacing, eliminating gaps for missing dates. The intervals and ranges are calculated similarly toDateTimeAxis. There are no visual gaps between points, even if the difference between two points exceeds a year.
MaximumLabels per 100 pixel:
- #FB41459 - The
MaximumLabels per 100 pixelsupport controls the number of axis labels rendered for every 100 pixels of the chart axis for better visualization.
SfCircularChart
Features
CapStyle:
- #FB49746 - The cap style customization support is now available for the doughnut series, which is used to specify the shape of the start and end points of the doughnut segment.
Spacing:
- #FB56736 - Provided spacing support for the doughnut series, allowing adjustment of the gap between individual doughnut segments.
SfDatePicker
Bug Fixes
-
Fixed an issue where
ColumnHeaderTextproperties were not working when initially set onSfDatePicker. -
Fixed an issue where a
NullReferenceExceptionwas thrown in the.NET MAUI SfDatePickercontrol when applying custom style.
SfEffectsView
Bug Fixes
- Fixed an issue where the long press detection was relying on platform-specific gesture recognizers, which exhibited inconsistent behavior across platforms.
SfExpander
Bug Fixes
- The expand/collapse icon color now displays correctly during a long press on the header.
SfOtpInput
Features
- Added support to adjust the box size for SfOtpInput allowing users to customize the dimensions of the OTP input box, improving user experience and flexibility in design.
Bug Fixes
-
Fixed an exception issue that occurred while copy-pasting the OTP on Mac and iOS platforms.
-
Fixed an issue in SfOtpInput where setting the Type to Number and entering a single character (e.g., “1”) resulted in the Value containing null characters (\0) in the remaining positions (e.g., “1\0\0” for Length=3).
SfPicker
Bug Fixes
-
Fixed an issue when setting
Heightexplicitly causes selection becomes inconsistent inSfPicker. -
Fixed an issue where unable to set narrow column widths.
-
Fixed an issue where the picker selection becomes inconsistent when changing the orientation.
-
Fixed an issue where the picker footer view action buttons get removed after clicking them in dialog mode.
SfSegmentedControl
Bug Fixes
- The
SegmentBackgroundproperty now applies correctly whenStrokeThicknessis set to 0. - Resolved the issue where the last segmented item’s right side was cropped when
StrokeThicknesswas set to 0.
SfTextInputLayout
Bug Fixes
-
Fixed an issue where screen readers (VoiceOver, Narrator) could not access HelperText and ErrorText in SfTextInputLayout.
-
Fixed an accessibility issue where Entry fields within SfTextInputLayout were not focusable using the Tab key on MacCatalyst.
-
Fixed a crash in SfTextInputLayout occurring on Android when container widths are extremely small.