Skip to content

Releases: mfuu/vue-virtual-drag-list

v2.5.0

11 Apr 07:10
Compare
Choose a tag to compare

The update content is as follows:

  • Fixed the problem that the draggable property did not take effect when changed
  • Add props draggableOnly, check README for more details
  • Separate click events from drag events when mousedown
  • Add packed compressed files: draglist.min.js

v2.4.2

01 Apr 01:48
Compare
Choose a tag to compare
  • Fix the problem of selecting elements when dragging
  • add delay and dragElement props

v2.4.0

31 Mar 12:21
Compare
Choose a tag to compare
  1. Fix bugs mentioned in i3 issue3
  2. Fix the use of debounce method

v2.3.0

30 Mar 03:25
Compare
Choose a tag to compare
  • Fixed an issue that might occur during drag and drop
  • Add the debounce method when scrolling
  • Fixed a bug when using array.slice , more details in #1 (comment)

v2.1.10

02 Mar 01:56
Compare
Choose a tag to compare

The update content is as follows:

  • now you can initialize the component with the reset() method
  • add the method scrollToTop()
  • separate parts of the code

v2.1.8

25 Jan 07:36
Compare
Choose a tag to compare
  • update drag method for sort item

v2.1.7

24 Jan 03:12
Compare
Choose a tag to compare

add methods

  • getSize(key) : get item size by item's key

  • getOffset() : get scroll offset

v2.1.6

13 Jan 02:11
Compare
Choose a tag to compare
  • fix the problem that the index value is undefined

v2.1.5

12 Jan 03:06
Compare
Choose a tag to compare
  • fix the bug that the Item slot is invalid

v2.1.3

11 Jan 13:05
Compare
Choose a tag to compare

Changes

  • Fix: $scopedSlots.item... error without writing item slot