Skip to content

Releases: canopas/animated_reorderable_list

v1.3.0

10 Apr 08:37
4a6810d
Compare
Choose a tag to compare

1.3.0

Performance Improvement

  • Reduced excessive rebuilds in GridView during scrolling

v1.2.0

10 Mar 05:03
9ebe014
Compare
Choose a tag to compare

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

06 Mar 13:05
02fd04d
Compare
Choose a tag to compare

Improvements

  • Update documentation
  • Refactor code

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