Releases: fivecar/react-native-draglist
Releases · fivecar/react-native-draglist
Release 3.8.2
3.8.2 (2025-01-17)
Bug Fixes
Release 3.8.1
3.8.1 (2025-01-15)
Bug Fixes
Release 3.8.0
3.8.0 (2024-12-01)
Features
Release 3.7.0
3.7.0 (2024-12-01)
Bug Fixes
Features
- Autoscroll without needing additional movement (#59) (b01d8e5)
- Include Bart's article for more details (#56) (87e9049)
Release 3.6.3
3.6.3 (2024-11-30)
Bug Fixes
- #53 - Active item animation rendering for RN 0.76.3 (#54) (4defc7a)
Release 3.6.2
3.6.2 (2024-08-17)
Bug Fixes
Release 3.6.1
3.6.1 (2024-07-11)
Bug Fixes
- Fix position of item being dragged (#42) (ffcd825)
- Remove old reference to horizontal lists (#43) (75df8b6)
Release 3.6.0
3.6.0 (2024-03-18)
Bug Fixes
- attempt to export generic types differently (6a77d5f)
- block rapid reordering from using stale indices (3918204)
- remove typescript bypass on forwardRef (#31) (cfa973c)
- Use measure instead of measureInWindow to get screen coordinate (#32) (8ff7502)
Features
- Add simple support for horizontal lists (#33) (86c90bc)
- make scrolling axis-generic and update README.md (#36) (7cbd958)
Release 3.5.1
3.5.1 (2023-06-21)
Bug Fixes
- remove console log (a387a9b)
- update y position upon panResponderGrant in order to capture new list position (e582036)
Release 3.5.0
3.5.0 (2023-06-16)
Features
- rename onStartDrag to onDragStart and onEndDrag to onDragEnd #17 (4438944)