Skip to content

Releases: canopas/animated_reorderable_list

v1.1.5

31 Dec 13:37
5c71ba0
Compare
Choose a tag to compare

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

31 Dec 04:11
dfab4d0
Compare
Choose a tag to compare

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

17 Dec 10:41
8925c01
Compare
Choose a tag to compare

Bug fixes

  • Fix flicker/jump issue while reordering different-sized items in the list

v1.1.2: Update readme (#90)

04 Dec 06:24
5288319
Compare
Choose a tag to compare
  • Update readme file to reduce bandwidth consumption

v1.1.1

09 Aug 15:29
Compare
Choose a tag to compare

Enhancement

  • Improve example app

v1.1.0

09 Aug 05:41
d2e4424
Compare
Choose a tag to compare
  • Fix shrinkwrap support

v1.0.9

06 Aug 05:02
Compare
Choose a tag to compare
  • Minor Chnages

v1.0.8

05 Aug 06:47
afe1458
Compare
Choose a tag to compare

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

02 Jul 04:32
5730ac4
Compare
Choose a tag to compare

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

02 Jun 05:04
d4efd42
Compare
Choose a tag to compare

Changes

  • Updated example app and docs to add information around the equality of items.