Skip to content

1.0.0-rc02

Pre-release
Pre-release
Compare
Choose a tag to compare
@yuzefovichalex yuzefovichalex released this 17 Oct 10:57
· 6 commits to develop since this release

Release notes for 1.0.0-rc02

Improvement

  • Introduced SmartPagerSnapHelper (old StackPagerSnapHelper): removed StackLayoutManager dependency from it, so it can be used with other LayoutManager implementations (tested with LinearLayoutManager: with full height items behavior same as PagerSnapHelper)
  • Removed bottomOffset param. Now for bottom offset you can use bottom padding in RecyclerView
  • Common behavior improvement

Bug Fix

  • Fixed incorrect behavior on scroll (problems with items' re-measure & re-layout)
  • Fixed incorrect overscroll