Releases: kizitonwose/Calendar
Releases · kizitonwose/Calendar
0.3.4
- Fix: Wrong pagination logic when the Calendar size is larger than the month size.
- Fix: Calendar height does not match the current month's height in vertical, paged mode.
- Add
cv_wrappedPageHeightAnimationDuration
attribute for adjusting the duration of the animation used to change the CalendarView's height when needed. This is also available programmatically via thecalendarView.wrappedPageHeightAnimationDuration
property.
0.3.3
- Fix: Clipped cells in the calendar don't respond to click events.
- Update dependencies.
0.3.2
0.3.1
0.3.0
Fix logic for generating OutDates (thanks @germinator)
0.2.9
- Add
updateStartMonth
,updateEndMonth
andupdateMonthRange
methods for partial updates. (thanks @msimonides) - Optimize calendar setup logic.
0.2.8
- Optimize performance when generating long date ranges (thanks @varhastra)
0.2.7
- Fix crash when setup is called in some cases.
0.2.6
- Retain currently visible month and scroll offset when
setup()
is called multiple times.
0.2.5
- Fix crash when calculating calendar height in some cases.