Skip to content

v2.0.0

Compare
Choose a tag to compare
@Calvin-LL Calvin-LL released this 03 May 08:45
· 73 commits to main since this release
433f553
  • 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