Skip to content

Releases: MatiPl01/react-native-sortables

v1.7.1

16 Jun 00:03
Compare
Choose a tag to compare

1.7.1 (2025-06-16)

Bug Fixes

v1.7.0

26 May 16:36
Compare
Choose a tag to compare

1.7.0 (2025-05-26)

Bug Fixes

  • Invalid call to gesture manager when item is no longer available (#385) (5e5e1ca)
  • Invalid custom handle measurement (#384) (ad03d2b), closes #377
  • onPress not fired when activation delay is low (#377) (07065b5), closes #375
  • Order change callback invalid keyToIndex and shadow color interpolation (#380) (c0b3c03)
  • Stop passing excessive data to the item context (#383) (0b466ac)

Features

  • Active item dropped callback, more props in drag start callback (#381) (ef6e6cd)
  • Add keyToIndex and indexToKey to the item context (#379) (9166043)
  • Add more params to the item drop callback (#382) (36fe591)
  • Add more touch events to the touchable (#378) (c60500f)

v1.6.0

27 Apr 20:39
Compare
Choose a tag to compare

1.6.0 (2025-04-27)

Bug Fixes

Features

  • Customizable dimensions animation type - layout and worklet (#355) (1d06c6f)
  • Item context and docs (#363) (ae212ba)

v1.5.2

14 Apr 06:35
Compare
Choose a tag to compare

1.5.2 (2025-04-14)

Bug Fixes

  • Numeric precision error in flex grouping (#347) (b9cfd65)
  • Sortables not working on web when commonjs format is used (#348) (50710a1)

v1.5.1

01 Apr 23:03
Compare
Choose a tag to compare

1.5.1 (2025-04-01)

Bug Fixes

  • Remove react-native-builder-bob patch (#339) (32ae8c6)

v1.5.0

31 Mar 12:46
Compare
Choose a tag to compare

1.5.0 (2025-03-31)

Bug Fixes

  • Active portal not working on Android (#330) (0edd622)
  • Data change example animated height conflicting with layout transition (#333) (d8f95bd)
  • Drag end callback invalid data array (#332) (e5fe29b)
  • fade drop indicator on snap (#323) (3178583)

Features

  • Add a possibility to enable or disable the portal provider (#331) (5526e29)
  • Delayed absolute layout initialization before sorting is enabled for the first time (#329) (57668f7)
  • onDragMove prop (#324) (98a9e9d)
  • Smart drag callbacks handling on UI or JS thread (#326) (f53f5d7)

v1.4.0

23 Mar 18:41
Compare
Choose a tag to compare

1.4.0 (2025-03-23)

Bug Fixes

Features

v1.3.2

05 Mar 02:19
Compare
Choose a tag to compare

1.3.2 (2025-03-05)

Bug Fixes

  • Add missing changes after deps upgrade, fix example app issues (#288) (f4ca42c)
  • Android crashes on gesture failure, horizontal scrollable issues (#294) (ef3e39f), closes #291

v1.3.1

26 Feb 15:20
Compare
Choose a tag to compare

1.3.1 (2025-02-26)

Bug Fixes

  • Invalid fromIndex in onDragEnd callback (#284) (8ac4ea3)

v1.3.0

26 Feb 01:43
Compare
Choose a tag to compare

1.3.0 (2025-02-26)

Bug Fixes

Features

  • Add horizontal direction support to the Sortable Grid (#277) (8706955)
  • Container overflow customization (#278) (fb6de0f)
  • Customizable reorder trigger origin (#274) (21a23ce)
  • Implement better grid reordering (#280) (c7e5daf)