All notable changes to this project will be documented in this file.
JTAppleCalendar
adheres to Semantic Versioning.
- Fixed issue: Cell Inset was borken with 3.0.0 release
- Fixed issue: canSelectDate always returned true.
- Updated by JayT.
- 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.
- Updated by JayT.
- 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
- Updated by JayT.
- Calendar paging is now an option
- Scroll to date method will now scroll to a date if paging is set to off. Issue 10
- Updated by JayT.
- Fixed visual bug. Now there should be no flickering when scrolling dates.
- Updated sample code
- Updated by JayT.
- Added functionality to not trigger delegates on selecting dates
- Updated sample code
- Updated by JayT.
- Added function to handle date selection in Arrays
- Updated by JayT.
Released on 2016-04-5. All issues associated with this milestone can be found using this filter
- fixed date selection method.
- made didSelectDate function return an optional object. The value can be nil if the selected date is off the screen.
- Updated by JayT.
Released on 2016-03-20.
- Updated packages
- Updated by JayT.
Released on 2016-03-28.
- Added functionality to query current date section
- Calendar-view now reloads on datasource change
- Updated by JayT.
Released on 2016-03-27.
- Initial release of JTAppleCalendar.
- Added by JayT.