Release 5.0.2
- Changed: WeekView no longer throws an
IllegalArgumentException
whengoToHour()
is called with an hour outside the accepted time range. Instead, it coerces the provided argument into the range ofminHour
andmaxHour
. - Fixed: WeekView no longer renders very short events incorrectly.
- Fixed: WeekView no longer scrolls to the wrong time when calling
goToCurrentTime()
.