New
ver. 0.6.26
What's Changed
- Add
offsetTopforTimelineStyleby @rakuyoMo in https://github.com/kvyatkovskys/KVKCalendar/pull/372 - Implement TimelineStyle’s
offsetLineRightby @rakuyoMo in https://github.com/kvyatkovskys/KVKCalendar/pull/373 - Use the
willAddNewEvent(_: _:)method that returnEvent?instead of the old method that returnBool. by @rakuyoMo in https://github.com/kvyatkovskys/KVKCalendar/pull/370 - Fix
delegate.willAddNewEventcall issue by @rakuyoMo in https://github.com/kvyatkovskys/KVKCalendar/pull/374 - Fixed the issue that the TimeLine height is incorrect after setting
offsetTopby @rakuyoMo in https://github.com/kvyatkovskys/KVKCalendar/pull/378 - Allows creation of event to be triggered by tapping instead of long pressing by @rakuyoMo in https://github.com/kvyatkovskys/KVKCalendar/pull/376
- Fixed the issue where
headerScroll.titleDayswas not called whenday.typewas.emptyby @rakuyoMo in https://github.com/kvyatkovskys/KVKCalendar/pull/377 - Allows more flexibility in setting year ranges by @rakuyoMo in https://github.com/kvyatkovskys/KVKCalendar/pull/375
- Fix the DayCell style error caused by reuse by @rakuyoMo in https://github.com/kvyatkovskys/KVKCalendar/pull/379
Full Changelog: https://github.com/kvyatkovskys/KVKCalendar/compare/0.6.25...0.6.26