Releases: mfuu/sortable-dnd
Releases · mfuu/sortable-dnd
v0.2.5
- Solve the error when use
destroy
- Fix auto scroll problem
- Add utils and optimize drag and drop performance
v0.2.3
- Add options with
autoScroll
, scrollStep
, scrollThreshold
- Add throttle when element exchange
- Fix bug that mobile devices could not be dragged
- Fix the problem that
delay
does not take effect
v0.2.2
- Remove options
dragEnd
- Add optoins with
onDrag
, onMove
, onDrop
, onChange
- Fix bug that the default selected event does not take effect
- Fixed an issue where elements could not be swapped while dragging sometimes
more details can be found in the documentation
v0.1.3
- Add options
disabled
, forceFallback
, stopPropagation
, ghostAnimation
, delay
, delayOnTouchOnly
- Restructure the class, and updated some internal methods, also modified the ghost element code logic
- Support some mobile devices
- Continuous clicks do not trigger drag events
v0.0.12
- Fix the problem of scrolling disorder when dragging
- Increase the judgment of whether there is a change before and after dragging
- Add offset value in dragEnd method
v0.0.11
- Add component auto-uninstall function
- Add destroy method
v0.0.9
add animation methods
Add animation to all nodes before and after dragging
v0.0.8
Fix bug when dragging complex elements
v0.0.7
- change the init method
- add options
draggable
and chosenClass
- add touch event
- added and overridden some public methods