ver. 0.6.26
What's Changed
- Add
offsetTop
forTimelineStyle
by @rakuyoMo in #372 - Implement TimelineStyle’s
offsetLineRight
by @rakuyoMo in #373 - Use the
willAddNewEvent(_: _:)
method that returnEvent?
instead of the old method that returnBool
. by @rakuyoMo in #370 - Fix
delegate.willAddNewEvent
call issue by @rakuyoMo in #374 - Fixed the issue that the TimeLine height is incorrect after setting
offsetTop
by @rakuyoMo in #378 - Allows creation of event to be triggered by tapping instead of long pressing by @rakuyoMo in #376
- Fixed the issue where
headerScroll.titleDays
was not called whenday.type
was.empty
by @rakuyoMo in #377 - Allows more flexibility in setting year ranges by @rakuyoMo in #375
- Fix the DayCell style error caused by reuse by @rakuyoMo in #379
Full Changelog: 0.6.25...0.6.26