All Versions
58
Latest Version
Avg Release Cycle
83 days
Latest Release
-

Changelog History
Page 5

  • v4.1.1 Changes

  • v4.1.0 Changes

    • ๐Ÿ”‹ Feature Added: Devs can now configure the width and height of a dateCell.
    • ๐Ÿ›  Fixed issue: Synchonization issues on calendar start
    • ๐Ÿ›  Fixed issue: Fixed layout Bug
    • ๐ŸŽ performance fixes
  • v4.0.3 Changes

    • ๐Ÿ›  Fixed issue: Performance fixes - Library should work smooth on an iPhone 4s
    • ๐Ÿ›  Fixed issue: Scroll to segments were not calling completion handlers
    • ๐Ÿ›  Fixed issue: Added fix for device orientation
    • โž• Added missing functionality: Devs can now register cells by type
  • v4.0.2 Changes

    • ๐Ÿ›  Fixed issue: Layout issue in 4.0.1.
  • v4.0.1 Changes

    • ๐Ÿ›  Fixed issue: Performance fixes
    • ๐Ÿ›  Fixed issue: Layout issues
  • v4.0.0 Changes

    • ๐Ÿ›  Fixed issue: Performance fixes
    • ๐Ÿ›  Fixed issue: Changed way numberOfRows is configured. New way solves concurrency issues
  • v3.0.1 Changes

    • ๐Ÿ›  Fixed issue: Cell Inset was borken with 3.0.0 release
    • ๐Ÿ›  Fixed issue: canSelectDate always returned true.
  • v3.0.0 Changes

    • ๐Ÿ›  Fixed: Issue #20. Layout should be set to needsUpdate when firstDayOfWeek changes
    • โšก๏ธ Update: Issue #19. DidScroll delegate will now only get called when user scolls. This makes clear system actions vs user actions.
    • ๐Ÿ›  Fixed: Issue #18. Selecting out-dates now also select their date counterparts.
    • โšก๏ธ Update: Issue #16. Headers are now added to the project.
  • v2.1.2 Changes

    • ๐Ÿ›  Fixed: When selecting date with delegates disabled, calendar shifted to month offset. This was due to the newly added smooth scrolling feature
    • โšก๏ธ Update: The CellState for a date now returns more information. It now returns (added to its previous info) a date and a day.
    • โšก๏ธ Update: New function added so user can query the visible dateCells on the screen: cellStatusForDateAtRow(_: Int, column: Int)
    • โšก๏ธ Update: With paging disbled, the scrolling now snaps to day
  • v2.1.1 Changes

    • Crash on using NSDate() without a formatter for date ranges Issue 11