Skip to content

Releases: MatiPl01/react-native-sortables

v1.9.4

24 Nov 23:07

Choose a tag to compare

1.9.4 (2025-11-24)

Bug Fixes

  • Expo doctor check failures (#516) (3b11dc7)
  • Webpack bundling issue caused by TurboModule import (#522) (2c58bfd)

v1.9.3

27 Oct 00:50

Choose a tag to compare

1.9.3 (2025-10-27)

Bug Fixes

v1.9.2

16 Sep 11:11

Choose a tag to compare

1.9.2 (2025-09-16)

Bug Fixes

v1.9.1

15 Sep 00:49

Choose a tag to compare

1.9.1 (2025-09-15)

Bug Fixes

  • Active item getting stuck on iOS 26 (#494) (55b5269)
  • Invalid item position after release in reduced motion (#495) (9ebee4c)

v1.9.0

13 Sep 14:26

Choose a tag to compare

1.9.0 (2025-09-13)

Bug Fixes

  • A bunch of issues, like shaky scroll, invalid grid layout, added items flickering (#463) (3b160b6)
  • Active item touch start position on Android (#462) (7704729)
  • Autoscroll exceeding bounds (#473) (eddd21b)
  • Collapsible items implementation on the web (#485) (4d261db)
  • Collapsible items shift when size changes (#451) (e816b6a)
  • Incorrect drag start position, no item size animation when teleported (#456) (1730fb8)
  • Invalid builder bob config (#475) (11cf84a)
  • Invalid grid layout on mount (#461) (a47ed72)
  • onActiveItemDropped not being fired when item is touched quickly (#449) (f66d980)
  • Pre-release fixes and improvements (#476) (736fb7b)
  • Prevent auto scroll from over scrolling content container (#484) (db586d7), closes #473

Features

Performance Improvements

  • Optimize rerenders caused by inlined callbacks, clean up drag state management (#474) (f5e3c89)
  • Reduce the number of layout calculations (#442) (f9c9875)

v1.8.0

29 Jul 00:31

Choose a tag to compare

1.8.0 (2025-07-29)

Bug Fixes

Features

Performance Improvements

  • Merge item decoration styles with position styles (#407) (5066edd)
  • More performant items reordering (#435) (be78141)
  • Reduce the number of unnecessary onLayout calls (#434) (ce56159), closes #431
  • Replace useSharedValue with useMutableValue (#408) (6994c7a)

v1.7.1

16 Jun 00:03

Choose a tag to compare

1.7.1 (2025-06-16)

Bug Fixes

v1.7.0

26 May 16:36

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

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

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)