Releases: yuzefovichalex/StackLayoutManager
Releases · yuzefovichalex/StackLayoutManager
1.1.0: fixed issues with two last items:
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
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
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
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
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
Release notes for 1.0.0-alpha01
New Feature
- Implemented stack scrolling with scaling effect