HorizonCalendar v1.4.0 Release Notes

Release Date: 2020-08-26 // over 3 years ago
  • โž• Added

    • โž• Added a new API for creating items in the calendar - CalendarItemModel - which simplifies the creation of items while eliminating a class of bugs that were possible due to misconfigured style IDs. CalendarItemModel replaces [the now deprecated] CalendarItem type. Use types conforming to CalendarItemViewRepresentable to create CalendarItemModels. The deprecated CalendarItem type will be removed in the v2.0.0 release.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a crash that could occur when updating the calendar's content while a programmatic scroll is happening

    ๐Ÿ”„ Changed

    • ๐Ÿ—„ Deprecated legacy CalendarItem types in favor of the newly added CalendarItemModel types