Syncfusion Toolkit for .NET MAUI - v1.0.7 Release Notes
SfCartesianChart
Bug Fixes
-
Fixed an issue where the Y-axis minimum range did not update correctly when the item source was changed dynamically for multiple area series.
-
Resolved an issue where horizontal axis labels were being skipped even when there was sufficient space to render them.
SfDatePicker
Features
-
#I720180
,#I720174
- Improved selection behavior inDialog
andRelativeDialog
modes. Selection is confirmed only via OK button when the footer is visible and the OK button is enabled, avoiding unintended selection during scroll.
SfDateTimePicker
Features
-
#I720180
,#I720174
- Improved selection behavior inDialog
andRelativeDialog
modes. Selection is confirmed only via OK button when the footer is visible and the OK button is enabled, avoiding unintended selection during scroll.
SfNavigationDrawer
Features
- Added support for animation easing in the Navigation Drawer, allowing developers to customize the transition behavior for open and close animations, enhancing the visual fluidity and user experience of navigation interactions.
SfOtpInput
Bug Fixes
- Fixed an issue in SfOtpInput where a mismatch occurred between the displayed characters and the internal value when using text and password input types.
SfPicker
Features
-
#I720180
,#I720174
- Improved selection behavior in SfPicker, theSelectedIndex
andSelectedItem
properties are updated only when the OK button in the footer view is tapped. This behavior applies when theMode
is set to Dialog or RelativeDialog, theHeight
of the PickerFooterView is greater than zero, andShowOkButton
is enabled. This applies only when there is a single picker column.
SfPopup
Features
- Added support to customize the color of the close button icon in
PopupView
.
Bug Fixes
- [Android] Resolved an issue that impacted the initial loading performance of
PopupView
.
Breaking Changes
- [iOS] When the
UseSafeArea
property ofContentPage
is set to false, the Popup will now appear from the status_bar, covering the entire device screen.
SfSegmentedControl
Features
- Added support for the
Tapped event
, enabling retrieval of details about the tapped segment item. - Introduced functionality to determine whether segmented items are selected in the
SegmentedItem
control. - Implemented a
Selection Mode
feature, allowing configuration of eitherSingle
orSingleDeSelect
selection modes.
Bug Fixes
- Resolved an issue where a
FirstChanceException
was thrown during rapid scrolling within theSfListView
.
SfSparkChart New
The Syncfusion® .NET MAUI Sparkline Chart (SfSparkChart) is a lightweight micro control designed to display data trends in compact spaces. It’s ideal for dashboards, data grids, or cards, offering a clean visualization of patterns without detailed labels.
Features
-
Data Binding: Supports binding to ObservableCollection, List, or any IEnumerable data source.
-
Sparkline Chart Types
- SparkLine Chart: Renders continuous data points connected by straight lines, ideal for showing trends over time.
- SparkArea Chart: Displays data points connected by lines with filled area beneath, perfect for showing volume or cumulative totals.
- SparkColumn Chart: Presents data using vertical bars, excellent for comparing discrete values.
- SparkWinLoss Chart: Displays positive and negative outcomes, ideal for financial or sports data visualization.
-
Markers: Highlight data points using customizable shapes and colors to improve visual clarity.
- Data point styling: Customize the appearance of first, last, high, low, and negative data points using dedicated color properties.
SfSunburstChart New
The Syncfusion® .NET MAUI Sunburst Chart (SfSunburstChart) is used to visualize hierarchical data. It displays multi-level relationships using concentric rings, where each ring represents a level in the hierarchy. This makes it ideal for showing structures like organizations, file systems, or nested categories.
Features
-
Hierarchical Data Visualization: Effectively represents multi-level data structures with nested circular segments.
-
Data Labels: Enhances data readability with customizable labels that automatically adjust to segment size.
-
Legend: Provides clear identification of data segments with flexible legend positioning and customization options.
-
Tooltips: Displays detailed information about segments on hover or touch interactions.
-
Selection: Supports interactive segment selection with visual highlighting on tap gesture.
-
Customization: Offers segment appearance customization with custom palette brushes.
-
Center View Capabilities: Supports elevated center view for highlighting key information or summaries.
SfTabView
Features
-
Added HeaderContent support for tab items in the .NET MAUI Tab View, enabling developers to include custom headers, improving flexibility in tab design and layout customization.
-
Added support to disable the ripple effects in .NET MAUI Tab View, allowing users to experience visual feedback on tab interactions, enhancing the overall responsiveness and user experience.
-
Added support for animation easing in TabView, giving developers control over the transition behavior between tabs, resulting in smoother and more customizable navigation animations.
Bug Fixes
- Fixed an issue in SfTabView where the SelectionChanged event was not triggered correctly on iOS due to improper handling of touch event propagation within the UI hierarchy.
SfTimePicker
Features
-
#I720180
,#I720174
- Improved selection behavior inDialog
andRelativeDialog
modes. Selection is confirmed only via OK button when the footer is visible and the OK button is enabled, avoiding unintended selection during scroll.