react-sortable-hoc
Advanced tools
Changelog
0.6.3
Fixes issues caused by a disabled SortableElement being moved when distance
is set to a value other than 0
Changelog
0.6.2
Use prop-types
package for PropType validation for compatibility with React ^15.5
Changelog
0.4.10
Fix: This version fixes issues with nested SortableContainer
elements using drag handles from also dragging their parent #112, #127(https://github.com/clauderic/react-sortable-hoc/pull/127). Thanks @DeadHeadRussell!