Releases: aclassen/ComposeReorderable
Releases · aclassen/ComposeReorderable
0.9.6
- Fixed wrong item detection when using content padding #161
- Added dragged item to canDragOver #180
- Compose is now used via implementation #191
0.9.1
LazyList reverse layout support
0.9.0
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
- Add LazyGrid support
- Version Bumps , AGP 7.2.0 , Kotlin 1.6.21 , compose 1.2-alpha
0.7.2
- Fixed a crash on Android devices
0.7.1
- Fixed bug when using
contentPadding
#39
0.7.0
- 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