Horizontal Calendar v1.2.5 Release Notes

Release Date: 2017-12-21 // over 6 years ago
  • ๐Ÿ’ฅ Breaking changes

    • MonthName renamed to TopText
    • DayNumber renamed to MiddleText
    • DayName renamed to BottomText
    • ๐Ÿ— customization through HorizontalCalendar.Builder requires calling builder.configure() method to start then end() method to finish customization.

    ๐Ÿ†• New Features

    • ๐Ÿ’… Specific Dates can be disabled and styled with a custom style with CalendarPredicate.
    • Text color can now be changed individually for each text (top, middle and bottom).

    ๐Ÿ› Bugs Fixed

    • Method OnDateSelected() is called once the view is created.