Releases: MatiPl01/react-native-sortables
Releases · MatiPl01/react-native-sortables
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)