Skip to content

Latest commit

 

History

History
95 lines (69 loc) · 4.4 KB

CHANGELOG.md

File metadata and controls

95 lines (69 loc) · 4.4 KB

Change Log

All notable changes to this project will be documented in this file. JTAppleCalendar adheres to Semantic Versioning.

3.x Releases

2.x Releases

1.x Releases


  • Fixed issue: Cell Inset was borken with 3.0.0 release
  • Fixed issue: canSelectDate always returned true.
  • 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.
  • 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
  • Crash on using NSDate() without a formatter for date ranges Issue 11
  • Calendar paging is now an option
  • Scroll to date method will now scroll to a date if paging is set to off. Issue 10
  • Fixed visual bug. Now there should be no flickering when scrolling dates.
  • Updated sample code
  • Added functionality to not trigger delegates on selecting dates
  • Updated sample code
  • Added function to handle date selection in Arrays

Released on 2016-04-5. All issues associated with this milestone can be found using this filter

Updated

  • fixed date selection method.
  • made didSelectDate function return an optional object. The value can be nil if the selected date is off the screen.

Released on 2016-03-20.

Updated

  • Updated packages
  • Updated by JayT.

Released on 2016-03-28.

Updated

  • Added functionality to query current date section
  • Calendar-view now reloads on datasource change

Released on 2016-03-27.

Added

  • Initial release of JTAppleCalendar.