Fix animation repeating code (Changing Culture right after Month/Year might have caused some bugs)
Add properties for SwipeLeftCommand, SwipeRightCommand, SwipeToChangeMonthEnabled, rename SwipeUpActionEnabled (#14)
Bugfix: Substring on DayNames removed
Use AbbreviatedDayNames instead of DayNames for day titles
Fix TwoWay binding for SelectedDate (not updating UI from VM)
Fix iOS swipe renderer (#10)
Add support for DisableSwipeDetection, SwipeUpActionEnabled and SwipeUpCommand (#10)
Add support for DaysLabelStyle and DaysTitleLabelStyle
Add days' size and corner radius customization
Add day title size customization
Added CalendarSectionShown property
Add DataTemplate for footer, add support for SelectedDateTextFormat
Change sample to be more readable and add ObservableCollection sample
General improvements
EventCollection now reacts to changes of keys (BUGFIX: events not loading on selected date)
Add support for HeaderSectionTemplate and add default implementation
Year and month slider now hidden with calendar
Add support for Today Outline and Fill Colors
Add support for EventIndicatorSelectedColor
Initial release