Releases: carlosjorger/vue-fluid-dnd
Releases · carlosjorger/vue-fluid-dnd
v0.12.3
✨ Features
- Add delayBeforeInsert config
v0.12.2
🐞 Fixing bug:
- 22fcb Add smooth transition when an element is added.
v0.12.1
🐞 Fixing bug:
- 112f9 Implement insert feature to empty lists
v0.12.0
✨ Features
- Add Insert element functionality
v0.11.6
🐞 Fixing bug:
- 2c65a Avoid remove temp children on source droppable while dragging
v0.11.5
🐞 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
🐞 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
🐞 Fixing bug:
- 02b87 drop position on a empty list
v0.11.2
🐞 Fixing bug:
- efbd4 calculate offset between child dn the handler
v0.11.1
🐞 Fixing bug:
- Remove temp childrens when an element is dragged oustside from droppable.
- Remove excess translate styles.