The type returned from the Commands property is changed from CommandCollection to ObservableCollection. The change is necessary to prevent XAML compilation errors when registering user commands from XAML.
The affected controls are RadListView, RadDataGrid, RadCalendar, RadMaskedInput, RadSideDrawer, RadSlideView.
Calendar
FIXED
[Android] Setting the AppointmentsStyle before the control is loaded is not respected.
[Android] Changing the AppointmentsSource causes the AppointmentsStyle to not be respected.
[iOS]: All day appointments does not respect the MaxVisibleLines property from TKCalendarDayViewAllDayEventsViewStyle.
ListView
FIXED
[UWP] Reordering by dragging input control triggers NullReferenceException.
SideDrawer
FIXED
[iOS] The control causes contained RadListView to lose scroll position on navigating back to the page.
[iOS] RadListView inside SideDrawer raises ObjectDisposedException when navigating away.
SlideView
FIXED
The newly added item to empty ItemsSource is not visible.