Releases: Calvin-LL/Reorderable
Releases · Calvin-LL/Reorderable
v2.2.0
v2.1.1
- fix scrolling too fast when moving first visible item of size greater than half the viewport (#4 (comment))
- fix not being able to move item to the first position (#4 (comment))
- fix scrolling stuck when dragging second visible item of size greater than half of the viewport
- fix item being moved backwards when scrolling is triggered
v2.1.0
- add grid scroller enhancement, now when scrolling is triggered in a grid, it will now use the cross axis position to find an item in the last row instead of just using the last visible item
- fix scroll handling when item dragged off the list's bounds
- fix moving the wrong items when scrolling in rare conditions
v2.0.4
v2.0.3
v2.0.1
v2.0.0
- add support for
LazyVerticalGrid
,LazyHorizontalGrid
,LazyVerticalStaggeredGrid
, andLazyHorizontalStaggeredGrid
(#28) - [BREAKING] move
Modifier.draggableHandle
andModifier.longPressDraggableHandle
fromReorderableItemScope
toReorderableCollectionItemScope
. - [BREAKING] remove
scrollSpeed
fromrememberReorderableLazyColumnState
andrememberReorderableLazyRowState
, use the newscroller
argument instead - [BREAKING] remove
ignoreContentPaddingForScroll
fromrememberReorderableLazyColumnState
andrememberReorderableLazyRowState
, use the newscrollThresholdPadding
argument instead