Releases: MatiPl01/react-native-sortables
Releases · MatiPl01/react-native-sortables
v1.9.4
v1.9.3
v1.9.2
v1.9.1
v1.9.0
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
- Add custom shadow example to docs, clean up decoration style (#466) (1169928)
- Add example app build check CIs (#480) (5ad420c)
- Add style property to the handle component (#477) (28c9099)
- Better collapsible auto-scroll behavior (#457) (2d24b14), closes #444
- Collapsible items support (#444) (66c03b6)
- Data provider (#472) (5dc34b6)
- Improved teleported items behavior (#452) (72dadef)
- Make layout update in sync with positions change on grid columns change (#441) (ef37d8c)
- New auto scroll implementation (#454) (c4facec), closes #285 #453 #285
Performance Improvements
v1.8.0
1.8.0 (2025-07-29)
Bug Fixes
- Allow disabling default layer provider (#424) (ded5c92), closes #417 #36877
- Buggy grid swapping in some edge cases (#414) (3617f86)
- DragProvider drag end index assignment (#411) (69ad8a6)
- Hiding of the sortable item when teleported (#436) (4c3796f)
- Invalid flex container height on initial render and other small issues (#437) (48e905b)
- Invalid ScrollView position on input focus (#431) (2693234), closes #ef4444
- Long drop duration reordering issues (#406) (ace7037)
- Multiple minor improvements (#439) (f9d83e3)
- Paper flickering and positioning issues (#426) (744e291)
- Teleported active item flickering (#405) (1413af2)
Features
- Base multi zone provider (#409) (56f0ef3)
- Base zone with event callbacks (#413) (e51ca61)
- Fixed items support in sortable flex (#416) (1d23fcc), closes #374
- Max overscroll settings (#423) (167dc4e), closes #419
- Separate controlled item dimensions from measured dimensions (#433) (cad95e5)
Performance Improvements
v1.7.1
v1.7.0
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)