Core - Added support for GrapeCity License manager add-in in Visual Studio. You can now license a Xuni project using the XML created from this tool.
Calendar
The DayBorderColor and DayBorderWidth properties now apply to all views (Day, Month, Year).
Calendar DaySlots are now refreshed when calling the Refresh() method on Android.
FlexChart - Added support for DateTime values of Annotations in DataCoordinate attachment on iOS.
FlexGrid
Improved performance on Android.
Added properties for GroupHeaderFormat and GroupHeaderConverter.
Added CellLongPressed event.
CollectionView
XuniCollectionView now supports grouping.
ICollectionViewGroup and ISupportGrouping interfaces added.
不具合の修正
Core - Adjusted holding events to raise properly on Windows Phone.
Calendar - Fixed issue where the Year view header is shown in Decade view on iOS.
FlexChart
You can now modify e.Header inside HeaderLoading event when ViewMode == Decade on iOS.
Fixed crash that could occur if the Start and End properties of ChartLineAnnotation were not set on iOS.
Fixed issue where setting the ChartType property for ChartSeries would not take effect on Android.
Fixed issue where setting Min/Max could cause FlexChart to become unresponsive.
FlexGrid
Breaking change - The property IsGroupingEnabled and GroupDisplayBinding properties deprecated, use GroupHeaderFormat or GroupHeaderConverter properties instead.
Fixed Content alignment when Column’s WordWrap property is set to False and Row’s WordWrap is set to true.
Now appear when ColumnHeaderBackgroundColor is set on iOS.
CollectionView - Breaking change - XuniGroupedCollectionView removed, use XuniCollectionView.
Input
Corrected behavior of SelectedIndexChanged event so that it always fires when the value of SelectedIndex is changed.
DropDownBackgroundColor property now works correctly on iOS and Android.