Releases: MatiPl01/react-native-sortables
Releases · MatiPl01/react-native-sortables
v1.7.1
1.7.1 (2025-06-16)
Bug Fixes
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)
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
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
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
1.5.1 (2025-04-01)
Bug Fixes
v1.5.0
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
1.4.0 (2025-03-23)
Bug Fixes
Features
v1.3.2
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
1.3.1 (2025-02-26)
Bug Fixes
- Invalid fromIndex in onDragEnd callback (#284) (8ac4ea3)
v1.3.0
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)