Releases: omahili/react-native-reorderable-list
Releases · omahili/react-native-reorderable-list
Release 0.11.0
Release 0.10.0
0.10.0 (2025-01-26)
Bug Fixes
- remove console log (b66e306)
Features
- add autoscrollThresholdOffset prop (0d2a889), closes #28
- support all view style animations for cell (f019ab1), closes #27
BREAKING CHANGES
- The scale style animation is now part of the transform property. The default scale animation can be disabled by overriding transform. Similarly, the default opacity animation can be disabled by overriding its value, instead of setting it to false. cellAnimations properties can be either a value or shared value.
Release 0.9.0
Release 0.8.0
0.8.0 (2025-01-16)
Features
- bump peer dependency RNGH (64dcbad)
- improve performance and add new props (05626ef), closes #18
- support animated scroll handlers (e40dfae), closes #21
BREAKING CHANGES
- Updated peer dependency requirement for react-native-gesture-handler to a minimum of 2.12.0
onScroll
event handlers of ReorderableList and ScrollViewContainer now require animated scroll handlers. For this api to work Reanimated minimum version is bumped to 3.12.0.- Items are optimized by reducing shared values in the parent cells and reducing the animated styles. ReorderableListItem animations have moved to the cell itself and are attached to the active cell only. A new prop cellAnimations and onDragStart were added to allow customizing opacity and scale, while ReorderableListItem is removed from the api.