Releases: mfuu/vue-virtual-drag-list
Releases · mfuu/vue-virtual-drag-list
v2.6.14
- Fix bug of offset change when scrolling down or right
- Fix bug of dom duplication
v2.6.13
- Fixed an infinite loop when the number of renders is less than keeps
- Fix bug that
ondragstart
triggers multiple times
v2.6.12
- 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
- Add props: autoScroll, scrollStep, scrollThreshold
- Optimized initialization logic
v2.6.9
- 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
- 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
- Fix bug of wrong value in ondragend method
- Fix the problem of list jitter when starting to drag
v2.6.0
- 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
- Replace drag and drop components
- Solve the possible problem of scrolling during dragging
- Fix bug when initializing drag and drop
v2.5.1
Fix possible problems when dragging