Releases: JairajJangle/react-native-tree-multi-select
Releases · JairajJangle/react-native-tree-multi-select
v2.0.18
v2.0.17
v2.0.16
v2.0.15
v2.0.14
v3.0.0-beta.3
3.0.0-beta.3 (2026-03-29)
Features
- drag-drop: refine drag-and-drop implementation and tests (b554dd7)
Contributors
- @claude Opus 4.6
v3.0.0-beta.2
3.0.0-beta.2 (2026-03-28)
Bug Fixes
- ci: enable Corepack before setup-node to fix yarn detection (6be37d6)
- drag-drop: multiple UX fixes for drag-and-drop interactions (4b5220d)
- lint: remove unused eslint-disable comment in calculateDropTarget (46747e3)
Contributors
- @claude Opus 4.6
v2.0.13
v2.0.12
v3.0.0-beta.1
3.0.0-beta.1 (2026-03-22)
Drag-and-drop tree node reordering - long-press to lift, drag to reorder, auto-scroll at edges, with full customization support
Bug Fixes
- add default type parameter to DragDropCustomizations (ba4dc61), closes #41 #99
- lint: move inline styles to StyleSheet in NodeList drop indicator (bc1123e), closes #41 #99
- lint: resolve lint warnings in example drag-drop screens (081f030), closes #41 #99
Features
- add drag overlay and drop indicator components (39870dd), closes #41 #99
- add drag state management and checked state recalculation (365a873), closes #41 #99
- add drag-and-drop example screens (62a2cbf), closes #41 #99
- implement drag-and-drop gesture handling and tree view integration (591497b), closes #41 #99
BREAKING CHANGES
- TreeViewProps now accepts dragEnabled, onDragEnd,
and related drag-and-drop configuration props. NodeRowProps extended
with isDragTarget, isDragging, isDraggedNode for custom row components.