Skip to content

Releases: yuzefovichalex/StackLayoutManager

1.1.0: fixed issues with two last items:

25 Oct 13:16
Compare
Choose a tag to compare

Release notes for 1.1.0

Improvement

  • There were some issues with two last items in list, because there wasn't same adding logic as for the rest. This logic was improved (every item added in one way), so now it works properly
  • Fixed item scaling-on-scroll issues

1.0.0

24 Oct 09:00
c90b116
Compare
Choose a tag to compare

Release notes for 1.0.0

Glad to present a finished version of the StackLayoutManager! I hope it will be useful to someone, as it became useful to me :)

1.0.0-rc02

17 Oct 10:57
Compare
Choose a tag to compare
1.0.0-rc02 Pre-release
Pre-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

1.0.0-rc01

10 Oct 13:45
Compare
Choose a tag to compare
1.0.0-rc01 Pre-release
Pre-release

Release notes for 1.0.0-rc01

New Feature

  • Added StackPagerSnapHelper for supporting pager feature with StackLayoutManager

Bug Fix

  • Fixed crash when items count less than 2
  • Fixed incorrect smooth scroll in upward direction
  • Fixed issue of incorrect item's children updates (ex. resizing)
  • Fixed issue of data reset

Imrovements

  • StackLayoutManager saves scrolled state after layout changes

1.0.0-alpha02

03 Oct 12:32
Compare
Choose a tag to compare
1.0.0-alpha02 Pre-release
Pre-release

Release notes for 1.0.0-alpha02

New Feature

  • Implemented scrollToPosition

Bug Fix

  • Fixed incorrect calculating of children measurment
  • Added logic of child re-layout event handling

1.0.0-alpha01

02 Oct 08:39
Compare
Choose a tag to compare
1.0.0-alpha01 Pre-release
Pre-release

Release notes for 1.0.0-alpha01

New Feature

  • Implemented stack scrolling with scaling effect