HorizonCalendar v1.9.0 Release Notes

Release Date: 2021-09-04 // over 2 years ago
  • โž• Added

    • โž• Added a .pageScrolled accessibility notification when the calendar scrolls due to an accessibility gesture
    • โž• Added a _didEndDragging closure that includes a willDecelerate parameter. The didEndDragging closure has been deprecated.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug that caused the z-positions of views to be incorrect when snapshotting the CalendarView
    • ๐Ÿ›  Fixed a visual issue that occurred when programmatically scrolling to a day or month and using partial-month-visibility
    • ๐Ÿ›  Fixed a bug that caused the three-finger-accessibility-scroll gesture to not work
    • ๐Ÿ›  Fixed a bug that caused the current scroll position to be lost on device rotation or when the layout margins change

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved the example project to better demonstrate how to implement day selection
    • ๐Ÿ‘Œ Improved accessibility support the example project
    • ๐Ÿ—„ Deprecated the didEndDragging closure in favor of _didEndDragging