You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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