Skip to content

Release 5.2.2

Compare
Choose a tag to compare
@thellmund thellmund released this 30 Dec 14:19
  • Changed: firstVisibleHour now returns the first partially visible hour as an Int and takes into account minHour. To retrieve the first fully visible hour, you can use firstFullyVisibleHour.
  • Fixed: WeekView now only calls onRangeChanged() when a scroll has finished. Previously, it would call it for every date that it scrolled past.
  • Fixed: WeekView now correctly preserves the first visible date when switching the number of visible days.
  • Fixed: WeekView now scrolls correctly when used in the Fragment of a ViewPager.

Thanks to everyone who reported issues!