Releases: canopas/animated_reorderable_list
Releases · canopas/animated_reorderable_list
v1.1.5
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
v1.0.8
Enhancement
- Add
isItemSame
callback to compare two items to determine if two items are the same. It should return true if the two compared items are identical. - Add
shrinkWrap
property to allow the widget to size itself to the size of its children in the main axis direction.
v1.0.7
Bug Fixes
- List Will Not Animate When New Item Is Added to the End of the List
Enhancement
- Allow Disabling Long Press to Start Reorder Gesture
v1.0.6
Changes
- Updated example app and docs to add information around the equality of items.