ComposeReorderable Versions Save

Enables reordering by drag and drop in Jetpack Compose (Desktop) LazyList & LazyGrid.

0.9.6

1 year ago
  • Fixed wrong item detection when using content padding #161
  • Added dragged item to canDragOver #180
  • Compose is now used via implementation #191

0.9.4

1 year ago
  • Update dependencies

0.9.2

1 year ago

Fix #109

0.9.1

1 year ago

LazyList reverse layout support

0.9.0

1 year ago

Refactored to provide better support for animations. To provide a better desktop ux it's now also possible to un/lock the drag axis in a list.

0.8.1

1 year ago
  • Add LazyGrid support
  • Version Bumps , AGP 7.2.0 , Kotlin 1.6.21 , compose 1.2-alpha

0.7.4

2 years ago

0.7.2

2 years ago
  • Fixed a crash on Android devices

0.7.1

2 years ago
  • Fixed bug when using contentPadding #39

0.7.0

2 years ago
  • To make the handling of non reorderable items (e.g. header) easier, the callbacks canDragOver and onMove are now using a new type ItemPosition which provides index and the key of an item.
  • Added a new sample