Skip to content

Releases: richardtop/CalendarKit

Swift 5.7+

20 Mar 20:17
Compare
Choose a tag to compare
  • iOS 11 is now a minimum deployment target
  • Library code simplified for Swift 5.7

DateInterval API

26 Nov 21:05
Compare
Choose a tag to compare

startDate and endDate properties in EventDescriptor have been replaced with DateInterval API:
https://developer.apple.com/documentation/foundation/dateinterval

This version requires iOS 10+

CalendarKit 1.0

21 Apr 17:09
Compare
Choose a tag to compare
1.0.0

Fix issue #301

Removed dependencies from CalendarKit

15 Nov 18:52
5afaf13
Compare
Choose a tag to compare
Merge pull request #286 from GargoyleSoft/master

Removed dependency on DateToolsSwift

Updated library API

18 Feb 21:19
Compare
Choose a tag to compare

This version contains updated library API. Methods and properties that are not recommended to be used by the clients are hidden with the private keyword now. On the other hand, a big portion of the library has been exposed with the public modifiers, so that it's now possible to use CalendarKit's components to create an own custom user interface.

#242

Improved gesture recognition in EventViews

18 Feb 19:44
Compare
Choose a tag to compare
0.12.5

Fix long press event gesture not being recognized

Add support for resize handles when editing an event

02 Feb 19:48
Compare
Choose a tag to compare

Improved editing API

12 Jan 21:32
Compare
Choose a tag to compare
0.12.0

Release new version

Improved localization

12 Jan 17:46
Compare
Choose a tag to compare

AM/PM symbols localized
"all-day" localized

API Improvements: Editing & Styling

09 Jan 23:33
Compare
Choose a tag to compare
  1. Moved CalendarStyle to use structs instead of classes with NSCopying protocol support.
  2. It is possible to move an event to the day before or after the currently visible on a timeline by dragging past midnight, either all the way up or down.
  3. Fix fo issue #159