Skip to content

Releases: aclassen/ComposeReorderable

0.9.6

13 Nov 01:03
Compare
Choose a tag to compare
  • 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

26 Oct 23:01
86a5900
Compare
Choose a tag to compare
  • Update dependencies

0.9.2

16 Jun 13:53
Compare
Choose a tag to compare

Fix #109

0.9.1

14 Jun 23:42
Compare
Choose a tag to compare

LazyList reverse layout support

0.9.0

01 Jun 14:37
83e650e
Compare
Choose a tag to compare

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

21 May 03:27
Compare
Choose a tag to compare
  • Add LazyGrid support
  • Version Bumps , AGP 7.2.0 , Kotlin 1.6.21 , compose 1.2-alpha

0.7.4

17 Nov 15:04
Compare
Choose a tag to compare
Missing changes

0.7.2

16 Nov 22:18
Compare
Choose a tag to compare
  • Fixed a crash on Android devices

0.7.1

15 Nov 23:14
279f091
Compare
Choose a tag to compare
  • Fixed bug when using contentPadding #39

0.7.0

13 Oct 01:59
29496a2
Compare
Choose a tag to compare
  • 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