Skip to content

Releases: fivecar/react-native-draglist

Release 3.8.2

17 Jan 00:34
Compare
Choose a tag to compare

3.8.2 (2025-01-17)

Bug Fixes

Release 3.8.1

15 Jan 02:21
Compare
Choose a tag to compare

3.8.1 (2025-01-15)

Bug Fixes

Release 3.8.0

01 Dec 11:38
Compare
Choose a tag to compare

3.8.0 (2024-12-01)

Features

Release 3.7.0

01 Dec 06:23
Compare
Choose a tag to compare

3.7.0 (2024-12-01)

Bug Fixes

Features

  • Autoscroll without needing additional movement (#59) (b01d8e5)
  • Include Bart's article for more details (#56) (87e9049)

Release 3.6.3

30 Nov 00:33
Compare
Choose a tag to compare

3.6.3 (2024-11-30)

Bug Fixes

  • #53 - Active item animation rendering for RN 0.76.3 (#54) (4defc7a)

Release 3.6.2

17 Aug 22:47
Compare
Choose a tag to compare

3.6.2 (2024-08-17)

Bug Fixes

Release 3.6.1

11 Jul 03:21
Compare
Choose a tag to compare

3.6.1 (2024-07-11)

Bug Fixes

  • Fix position of item being dragged (#42) (ffcd825)
  • Remove old reference to horizontal lists (#43) (75df8b6)

Release 3.6.0

18 Mar 04:02
Compare
Choose a tag to compare

3.6.0 (2024-03-18)

Bug Fixes

  • attempt to export generic types differently (6a77d5f)
  • block rapid reordering from using stale indices (3918204)
  • remove typescript bypass on forwardRef (#31) (cfa973c)
  • Use measure instead of measureInWindow to get screen coordinate (#32) (8ff7502)

Features

  • Add simple support for horizontal lists (#33) (86c90bc)
  • make scrolling axis-generic and update README.md (#36) (7cbd958)

Release 3.5.1

21 Jun 21:29
Compare
Choose a tag to compare

3.5.1 (2023-06-21)

Bug Fixes

  • remove console log (a387a9b)
  • update y position upon panResponderGrant in order to capture new list position (e582036)

Release 3.5.0

16 Jun 21:52
Compare
Choose a tag to compare

3.5.0 (2023-06-16)

Features

  • rename onStartDrag to onDragStart and onEndDrag to onDragEnd #17 (4438944)