Skip to content

Releases: computerjazz/react-native-draggable-flatlist

v4.0.1

22 Feb 19:51
Compare
Choose a tag to compare
  • Fix missing onPlaceholderIndexChange
  • Fix missing onRelease callback when drag does not move

v4.0.0

20 Nov 15:25
Compare
Choose a tag to compare
  • Port to Reanimated v2+
  • Port to RNGH v2

#335

v3.1.2

17 Jun 22:46
Compare
Choose a tag to compare
  • Forward ref in NestableDraggableFlatList

v3.1.1

21 Apr 17:37
Compare
Choose a tag to compare
  • Fix circular import

v3.1.0

13 Apr 22:57
Compare
Choose a tag to compare
  • Support multiple DraggableFlatLists within single parent ScrollView (#373 )

v3.0.6

18 Feb 17:50
Compare
Choose a tag to compare
  • Fix onLayout crash (#346)

v3.0.4

24 Dec 23:05
Compare
Choose a tag to compare
  • Fixes bug when activating an item without moving on android (#342)

v3.0.3

23 Nov 23:37
Compare
Choose a tag to compare
  • Conditionally render PlaceholderItem. Fixes #337

v3.0.2

17 Nov 20:14
Compare
Choose a tag to compare
  • fix ref type

v3.0.0

13 Nov 19:14
Compare
Choose a tag to compare
  • Move logic from a single huge class component into several smaller, more maintainable components and hooks
  • Add "cell decorators" to provide an easy way to add common hover animations -- for example, wrapping renderItem in a <ScaleDecorator> component will automatically scale the active item (see above gif). Added scale, shadow, and opacity decorators, and developers may create their own custom decorators via useOnCellActiveAnimation hook.
  • Remove onRef prop in favor of forwardRef
  • Remove layoutInvalidationKey: we no longer need to force re-measurement, each cell now automatically re-measures on layout
  • Translate actual component instead of copy. Allows us to maintain state during drag. The following behavior would not have been possible before, since the swiped state would have been lost in the copy:
    rndfl-samecell