Skip to content

Releases: Calvin-LL/Reorderable

v2.1.1

13 May 03:14
1469489
Compare
Choose a tag to compare
  • 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

09 May 06:26
76f63e7
Compare
Choose a tag to compare
  • 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

07 May 18:58
5e34e2c
Compare
Choose a tag to compare
  • fix first item loses drag in specific conditions (#32)

v2.0.3

07 May 01:42
3295a8c
Compare
Choose a tag to compare
  • fix dragging item flickering on move
  • fix rememberReorderableLazyXXXXState causing constant recompositions
  • fix row scrolling too fast/slow
  • make onMove in rememberReorderableLazyXXXXState a suspend function

v2.0.1

04 May 08:55
85a2c06
Compare
Choose a tag to compare
  • fix Reorderable not working in LazyRow #30
  • fix rows in RTL #31
  • fix Reorderable not working in LazyVerticalStaggeredGrid in RTL

Big thanks to @wesjon for finding #30 and #31

v2.0.0

03 May 08:45
433f553
Compare
Choose a tag to compare
  • add support for LazyVerticalGrid, LazyHorizontalGrid, LazyVerticalStaggeredGrid, and LazyHorizontalStaggeredGrid (#28)
  • [BREAKING] move Modifier.draggableHandle and Modifier.longPressDraggableHandle from ReorderableItemScope to ReorderableCollectionItemScope.
  • [BREAKING] remove scrollSpeed from rememberReorderableLazyColumnState and rememberReorderableLazyRowState, use the new scroller argument instead
  • [BREAKING] remove ignoreContentPaddingForScroll from rememberReorderableLazyColumnState and rememberReorderableLazyRowState, use the new scrollThresholdPadding argument instead

v1.5.2

21 Apr 19:38
92d8621
Compare
Choose a tag to compare
  • fix item snapping back when moved #24

v1.5.1

20 Apr 16:17
8808717
Compare
Choose a tag to compare
  • minor fixes

v1.5.0

12 Apr 16:46
b60c551
Compare
Choose a tag to compare
  • expose isAnyItemDragging in ReorderableLazyListState (See #20)

v1.4.0

03 Apr 05:30
ca1f5cf
Compare
Choose a tag to compare

add wasm support