Fixed the issue where C1Calendar brushes and thickness properties were not updating at runtime.
Fixed the issue where customizing days by using DaySlotTemplate did not take effect in MultiMonthCalendar.
Chart
Breaking changes
The default foreground chart color was changed from black to #666 (the same as in wijmo FlexChart). It improves overal perception as well as visiblity in high contrast schemes.
DataFilter
Improvements
Added Spanish, French and Czech translations.
DateTimeEditors
Bug fixes
Fixed the issue where event calls for Blank Date and cast date.
Fixed the issue where ShowButton property did not work correctly in the TimeEditor control.
Grid
Improvements
Improved FullTextFilterBehavior to update text-box from ItemsSource when it changes.
Implemented in-place recycling to use the same cell after Refresh if the cell is still in viewport.
Bug fixes
Fixed the issue where FullTextFilterBehavior was not filtering correctly if FilterMemberPath was different from Binding.
Fixed the issue where filtering did not work properly on changing ItemsSource after filtering cell value from FullTextFilterBehavior when combo box is used within CellEditingTemplate.
Fixed the issue where same japanese character is entered twice when entered through quick edit mode.
Fixed the issue where GridFilterRow was mixing filters when received a filter changed event and there was more than one filter applied.
Fixed CheckListBehavior to work with grouping.
Fixed the issue where auto-generated column was throwing an exception when editing if the underlying field was an enum.
Fixed the issue where editing cells through checkbox was behaving incorrectly when a filter was applied.
GridControl
Improvements
Added cursor api in GridControlAdapter.
Added keyboard and text-input api in GridControlAdapter.
Bug fixes
Fixed the issue where selected cell was not correct after pressing Down key if source was filtered and edited item was removed.
Removed api related to long-press pointer events since it is not supported.
Fixed layout issue with columns whose MinWidth was Nan.
Fixed the issue where CursorStyle was not updated correctly after changing SelectionStyle.
Fixed the issue where selection adorners were displaced when selecting a merged range.
Fixed the issue where exception was thrown when pressing PgDown key.
Fixed the issue where selection adorners were not working correctly with column-range selection-mode.
Fixed the issue where star-columns were not rendered correctly when a MinWidth was set.
ListView
Bug fixes
Fixed the issue where 'UnSelectAll' text did not changed automatically on checking 'SelectAll' checkbox.
TreeView
Bug fixes
Fixed the issue where selected item can't be deselect by re-clicking selected item when setting SelectionModes to Multiple value.