Releases: richardtop/CalendarKit
Releases Β· richardtop/CalendarKit
Fix overscroll on TimelineContainer
Bugfix: crash if current date is close to the New Year
Fixed issue described in #128:
CalendarKit is crashing on new year. The DayHeaderView is not getting set correctly and when we navigate by swiping left or right, the app crashes.
Improve integration
- Made a number classes, properties and functions public to cater for different users' needs
- Added example with a Notification view
12/24 hour support
- 12/24 hour support, #86
Swift 4
0.2.0 Add .swift-version file
Support for custom fonts and attributed text
Route date selection through state
- Route date selection through state (in header):
Now selecting a particular day in header triggers method call inDayViewState
which updates the header.
This change fixed bugs #71, #55, #77. Now it is possible to configure DayView with any desired date as well as jump between dates. - Fix for #75 by setting default color for the event.
All the relevant changes has been made in pull request #78
Fix empty screen when scrolling, Fix text clipping
- Fixed bug when sometimes Timeline was empty after user has navigated the calendar
- Fixed bug when text in UITextView could be clipped because of the view reuse.
Relevant SO question:
https://stackoverflow.com/questions/18696706/large-text-being-cut-off-in-uitextview-that-is-inside-uiscrollview
0.1.19: Merge pull request #69 from richardtop/remove-dynamic-color
- Introduce shared state
- Remove Dynamic Color dependency
Bugfixes
- When preparing event views, start by releasing all existing event views
- Decouple Timeline from DayView
- Simplify TimeChunk initializer
- Fix autoscroll not working
- Fix Overlapping Events Not Being Detected