Skip to content

Releases: mfuu/vue-virtual-drag-list

v2.6.14

10 Jun 09:35
Compare
Choose a tag to compare
  • Fix bug of offset change when scrolling down or right
  • Fix bug of dom duplication

v2.6.13

10 Jun 03:04
Compare
Choose a tag to compare
  • Fixed an infinite loop when the number of renders is less than keeps
  • Fix bug that ondragstart triggers multiple times

v2.6.12

09 Jun 09:40
Compare
Choose a tag to compare
  • Fix bug that the mobile terminal cannot be dragged
  • Fix bug that the original array was changed due to data changes when dragging
  • Fix bug of incorrect size calculation when size prop is not set
  • Add emits ondragstart, add props keepOffset #5

v2.6.11

02 Jun 02:49
Compare
Choose a tag to compare
  • Add props: autoScroll, scrollStep, scrollThreshold
  • Optimized initialization logic

v2.6.9

26 May 11:57
Compare
Choose a tag to compare
  • Delete props height, rootClass, rootStyle
  • Fix the height change of the list after drop
  • Fix the animation disappears when dragging and the element disappears after drop
  • Fix the problem of error when loading data asynchronously

v2.6.6

23 May 02:56
Compare
Choose a tag to compare
  • Fix props error
  • Fix bug that ondragend function emit error
  • Fix the problem that dataKey cannot find the value from number type to string type

v2.6.3

20 May 12:28
Compare
Choose a tag to compare
  • Fix bug of wrong value in ondragend method
  • Fix the problem of list jitter when starting to drag

v2.6.0

06 May 09:19
Compare
Choose a tag to compare
  • Add usefull props: disabled, draggable, dragging, animation e.g
  • Add parameters with ondragend method
  • Removed some unused props: dragElement, draggableOnly, dragStyle
  • The usage of the draggable parameter has changed

v2.5.2

19 Apr 02:16
Compare
Choose a tag to compare
  • Replace drag and drop components
  • Solve the possible problem of scrolling during dragging
  • Fix bug when initializing drag and drop

v2.5.1

15 Apr 01:08
Compare
Choose a tag to compare

Fix possible problems when dragging