Releases: carlosjorger/vue-fluid-dnd
Releases · carlosjorger/vue-fluid-dnd
v0.6.19
🐞 Bugs Fixed:
- Fix animations removing temp children
v0.6.18
🐞 Bugs Fixed:
- drop animation in group list with horizontal scroll
- remove onScroll events pending onscroll events of the group
v0.6.17
🐞 Bugs Fixed:
- Disable mousedown event from inner images
v0.6.16
🐞 Bugs Fixed:
- make accessible draggable children elements
- drag position on handlers
v0.6.15
🐞 Bugs Fixed:
- Scroll at the end is moved in a horizontal list.
- Drop after scroll the screen on group of lists.
v0.6.14
✨ 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
✨ Features
- Add animations to tempChild.
🐞 Bugs
- Dropping outside groups.
- Drop position on group with nested elements.
v0.6.12
🐞Bugs:
- fix: check touchEvent exists before use it
v0.6.11
🐞 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
Feature
- Add drag and drop feature between list inside a group