Skip to content

Releases: carlosjorger/vue-fluid-dnd

v0.6.14

05 Jun 12:32
Compare
Choose a tag to compare

✨ features

  • set pointer-events: none to draggable element while it is droping

🐞 bugs

  • fix mousedown event if the handler is a svg

v0.6.13

02 Jun 14:32
Compare
Choose a tag to compare

✨ Features

  • Add animations to tempChild.

🐞 Bugs

  • Dropping outside groups.
  • Drop position on group with nested elements.

v0.6.12

27 May 18:55
Compare
Choose a tag to compare

🐞Bugs:

  • fix: check touchEvent exists before use it

v0.6.11

25 May 13:31
Compare
Choose a tag to compare

🐞 Fixing bugs

  • Animate the size of the list when an element is dragged to another list
  • Dropping position at the end from one list to another

✨ Features

  • Add delay before dragging an element on touch devices

v0.6.10

19 May 21:25
Compare
Choose a tag to compare

Feature

  • Add drag and drop feature between list inside a group

v0.6.9

24 Apr 12:44
Compare
Choose a tag to compare

Fix bug

Auto scroll behavioral

v0.6.8

24 Apr 11:29
Compare
Choose a tag to compare

Fix bugs

Fix item position when is dragged out of the list and then back

v0.6.7

22 Apr 00:42
Compare
Choose a tag to compare

Fix bug

Fix TouchEvent is not defined error on Firefox

v0.6.6

20 Apr 16:52
Compare
Choose a tag to compare

New Feature

Pass a handler selector instead a class to config

v0.6.5

13 Apr 14:46
Compare
Choose a tag to compare

Features

  • Add IsDraggable config