Releases: canopas/animated_reorderable_list
Releases · canopas/animated_reorderable_list
v1.3.0
v1.2.0
v1.2.0
- Android example app - migrated Android Gradle Plugin from imperative to declarative syntax.
- Resolved an issue where
dragStartDelay
was not working correctly when set to 0, to enable
instant drag in vertical scroll direction.
Update documentation
Improvements
- Update documentation
- Refactor code
v1.1.5
Improvements
- Add
lockedItems
to make items locked and non-draggable.
Bug Fixes
- Fix issue with
nonDraggableItems
for different instances of the list.
v1.1.4
Improvements
- Add swap animation when changing the order of items in the list.
- Add 'enableSwap' to enable/disable swap animation.
- Add 'nonDraggableItems' to make items non-draggable and enable/disable reordering.
- Add
dragStartDelay
to delay the start of the drag gesture. - Deprecate 'longPressDrag' in favor of
dragStartDelay
. - Update Example App.
v1.1.3
Bug fixes
- Fix flicker/jump issue while reordering different-sized items in the list
v1.1.2: Update readme (#90)
- Update readme file to reduce bandwidth consumption
v1.1.1
Enhancement
- Improve example app
v1.1.0
- Fix shrinkwrap support
v1.0.9
- Minor Chnages