Skip to content

Releases: MatiPl01/react-native-sortables

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)

v1.2.1

19 Feb 11:06
Compare
Choose a tag to compare

1.2.1 (2025-02-19)

Bug Fixes

  • Don't skip entering and exiting animations on user's views, improve layout animations docs (#271) (464756a)
  • Items stacking issue (#273) (3fa07c6), closes #270 #272

v1.2.0

17 Feb 23:46
Compare
Choose a tag to compare

1.2.0 (2025-02-17)

Bug Fixes

  • Flex layout flickering, lower drag fail offset (#258) (3d381a3)
  • Invalid item activation on iOS Fabric after container scroll (#266) (3ae207d)
  • Remaining web implementation issues (#247) (d48820b)
  • Sortable flex fragment children (#265) (4352be9), closes #36877
  • Sortable flex sizing in horizontal scrollable (#259) (468baeb), closes #257
  • Web flex layout and mobile drop animation issues (#250) (c2dc5aa)
  • Web sortables resizing and drop animation on web, change to absolute layout on Android (#267) (44d66db)

Features

  • Add a possibility to disable layout transition on item addition/removal (#262) (385b196), closes #36877
  • Custom drag handle, better drag gesture handling (#246) (0bbedff)
  • Expose layout transition prop (#256) (df109fa)
  • Horizontal auto scroll and horizontal parent scrollables support (#257) (538d99b), closes #244
  • OverDrag disabling per direction (#252) (c239fa3), closes #249
  • Possibility to disable container overflow by the dragged item (#249) (57cdab6)

v1.1.1

05 Feb 12:12
Compare
Choose a tag to compare

1.1.1 (2025-02-05)

Bug Fixes

  • Animated sortable container height not working (#243) (d4034d6)

v1.1.0

03 Feb 13:42
Compare
Choose a tag to compare

1.1.0 (2025-02-03)

Bug Fixes

  • A bunch of small issues I noticed (#225) (fe329bd)
  • Base web-example app issues (#217) (4d30f24)
  • Crash when haptic feedback is not installed in expo managed app (#231) (fd39c71), closes #227
  • Invalid layout on web when visibility of sortable changes (#235) (fdd750b)
  • Major implementation issues (#234) (fdb8cbd)
  • View drop animation on native after adding shouldAnimateLayout (#237) (3b78f83)

Features

  • Add missing sortEnabled props in docs, allow to pass shared value (#222) (d5b3380), closes #220
  • Make drag activation timings and drop animation duration customizable (#226) (dac417e)
  • Web example app (#214) (1fd05d3)

v1.0.0

29 Jan 00:56
Compare
Choose a tag to compare

1.0.0 (2025-01-29)

Bug Fixes

  • Absolute flex layout (also reverse) calculation issues, restore paddings support (#185) (8b120b3)
  • Animation of items added to the sortable component (#200) (aa8e21c), closes #196
  • Auto scroll infinite updates issue (#111) (91b90c2)
  • Auto scroll not working when item is not dragged (#56) (6375847)
  • Circular dependencies (#178) (767ddb0)
  • Column flex layout, add layout example screen (#180) (dd321c6)
  • Don't trigger press animation when sorting is disabled (#168) (b6737d0)
  • Drop indicator dimensions and position (#97) (d86b4e1), closes #82
  • Example app screen flickering caused by safe area (#25) (371aef5)
  • eslint: Fix eslint config by downgrading to v8 (#3) (ad1f2ac)
  • Fix flex ordering for flex with alignment, prepare for release (#206) (e83e53a)
  • Incorrect auto scroll bounds when container measurements were outdated (#173) (2e4edca)
  • Initial render flickering and content overflow (#89) (b6f0e1f)
  • Item overlapping issue (#76) (9483b79)
  • Item removal and grid layout calculation (#161) (a1cbcd9)
  • Package path in the release workflow (#207) (6cf7e0c)
  • Pan gesture being beginning but not being activated on iOS (#114) (a932cc8)
  • Reanimated iOS and Android crashes by bumping version (#99) (5b4b2bd)
  • Release workflow working directory (#208) (09660d3)
  • Require cycle (#75) (388bfc3)
  • Reverse flex ordering and flex debug box (#203) (e2012ac)
  • Semantic release setup (#67) (3eb70df)
  • Set npm registry in publishConfig (#210) (5f77a6a)
  • Smaller and bigger issues (#176) (85c01f4)
  • SortableFlex items overflowing parent container (#123) (d37092b)
  • Transition from relative to absolute flex layout (#150) (3740542)
  • Unmounted view measurements on the UI thread showing warnings (#110) (d21dabc)

Features

Read more