Skip to content

Latest commit

 

History

History
67 lines (33 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

67 lines (33 loc) · 2.8 KB

0.7.0 (2024-12-15)

Features

0.6.1 (2024-12-12)

Bug Fixes

  • use a more stable drag end handling (1035e08)

0.6.0 (2024-12-12)

Bug Fixes

  • drag end not triggered if pressed only (45a689e), closes #14

Features

  • add drag end event to root list (d7c19ed), closes #10

0.5.1 (2024-12-09)

Bug Fixes

  • drag end hook not called (bffbe0b), closes #13
  • unstable cell causing remounts (62145dd)

0.5.0 (2024-10-01)

Features

  • refactor and introduce new api (cffcd7e)

0.4.0 (2022-05-01)

Changed

  • Fixed autoscroll not working on iOS
  • Fixed problems when rendering big lists due to cell onLayout not called
  • Omitted unsupported numColumns from props

0.3.0 (2021-12-05)

Added

  • Reorderable list component with draggable items
  • Property isDragged provided to renderItem in order to identify a dragged item
  • Function drag provided to renderItem in order to enable a drag gesture
  • Prop onReorder called on list reorder
  • Autoscroll when dragging an item to the extremeties of the list, based on scrollAreaSize and scrollSpeed props
  • Item scale animation on drag start and drag end, based on dragScale prop
  • Items animation when moving a dragged item
  • Animation to position a dragged item on release