Skip to content

Releases: carlosjorger/vue-fluid-dnd

v0.12.3

25 Feb 23:01
Compare
Choose a tag to compare

✨ Features

  • Add delayBeforeInsert config

v0.12.2

25 Feb 13:25
Compare
Choose a tag to compare

🐞 Fixing bug:

  • 22fcb Add smooth transition when an element is added.

v0.12.1

20 Feb 17:04
Compare
Choose a tag to compare

🐞 Fixing bug:

  • 112f9 Implement insert feature to empty lists

v0.12.0

19 Feb 14:50
Compare
Choose a tag to compare

✨ Features

  • Add Insert element functionality

v0.11.6

15 Feb 22:49
Compare
Choose a tag to compare

🐞 Fixing bug:

  • 2c65a Avoid remove temp children on source droppable while dragging

v0.11.5

14 Feb 16:28
Compare
Choose a tag to compare

🐞 Fixing bug:

  • d162 Remove grab cursor for all draggable elements while grabbing.
  • fa0eb Fix drop position of elements dragged in another droppable and drop outside this droppable.
  • 77c3c Remove restricction cannot drop draggable while other elements are animated

v0.11.4

10 Feb 14:18
Compare
Choose a tag to compare

🐞 Fixing bug:

  • 639c8 Avoid calculate gap with a list with only one element
  • c230f Fix drop position in groups of lists with elements with margins

v0.11.3

21 Jan 12:40
Compare
Choose a tag to compare

🐞 Fixing bug:

  • 02b87 drop position on a empty list

v0.11.2

13 Jan 13:46
Compare
Choose a tag to compare

🐞 Fixing bug:

  • efbd4 calculate offset between child dn the handler

v0.11.1

04 Jan 15:23
Compare
Choose a tag to compare

🐞 Fixing bug:

  • Remove temp childrens when an element is dragged oustside from droppable.
  • Remove excess translate styles.