All Versions
51
Latest Version
Avg Release Cycle
14 days
Latest Release
1450 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.12.3
February 16, 2020 -
v0.12.2
February 04, 2020 -
v0.12.1
February 02, 2020 -
v0.12.0
January 12, 2020 -
v0.11.2 Changes
January 12, 2020AM/PM symbols localized
"all-day" localized -
v0.11.1
January 10, 2020 -
v0.11.0 Changes
January 09, 2020๐ 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.
- Fix fo issue #159
-
v0.10.0 Changes
January 08, 2020Now CalendarKit passes the date which has been tapped on the timeline.
๐ฅ Breaking API change:Before
func timelinePagerDidTap(timelinePager: TimelinePagerView)func dayViewDidTapTimeline(dayView: DayView)
After
func timelinePagerDidTap(timelinePager: TimelinePagerView, date: Date)func dayViewDidTapTimeline(dayView: DayView, date: Date)
Issue #224
-
v0.9.3
January 08, 2020 -
v0.9.2
January 08, 2020