Skip to content

Releases: mfuu/sortable-dnd

v0.2.6

02 Jun 11:49
Compare
Choose a tag to compare

Add HTML5 drag event

v0.2.5

01 Jun 06:21
Compare
Choose a tag to compare
  • Solve the error when use destroy
  • Fix auto scroll problem
  • Add utils and optimize drag and drop performance

v0.2.3

30 May 09:36
Compare
Choose a tag to compare
  • 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

12 May 04:00
Compare
Choose a tag to compare
  • 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

06 May 07:08
Compare
Choose a tag to compare
  • 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

29 Apr 09:36
Compare
Choose a tag to compare
  • 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

27 Apr 13:29
Compare
Choose a tag to compare
  • Add component auto-uninstall function
  • Add destroy method

v0.0.9

22 Apr 09:25
Compare
Choose a tag to compare
add animation methods

Add animation to all nodes before and after dragging

v0.0.8

21 Apr 07:35
Compare
Choose a tag to compare
Fix bug when dragging complex elements

v0.0.7

20 Apr 09:44
Compare
Choose a tag to compare
  • change the init method
  • add options draggable and chosenClass
  • add touch event
  • added and overridden some public methods