Releases: richardtop/CalendarKit
Releases Β· richardtop/CalendarKit
iOS 18 style
1.1.11 Update README.md
Swift 5.7+
- iOS 11 is now a minimum deployment target
- Library code simplified for Swift 5.7
DateInterval API
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
1.0.0 Fix issue #301
Removed dependencies from CalendarKit
Merge pull request #286 from GargoyleSoft/master Removed dependency on DateToolsSwift
Updated library API
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.
Improved gesture recognition in EventViews
0.12.5 Fix long press event gesture not being recognized
Add support for resize handles when editing an event
0.12.1 Update podspec
Improved editing API
0.12.0 Release new version
Improved localization
AM/PM symbols localized
"all-day" localized