Skip to content

Releases: anish2690/vue-draggable-next

2.2.1

20 Jun 09:12
Compare
Choose a tag to compare

Fix: Typescript definition files missing (#53)

v2.2.0

03 Jun 08:16
01d1408
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

v2.1.0

10 Oct 07:49
Compare
Choose a tag to compare

Feat: Future index support for multiple draggable instance while cloning from between different instances (#19)

(2020-11-07)

07 Nov 06:23
4895f57
Compare
Choose a tag to compare

#4 added support for type definition

(2020-09-20)

20 Sep 09:37
Compare
Choose a tag to compare

Fix: Handle error on element destroy() function for nested component with respect to new beforeUnmount hook

(2020-09-19)

19 Sep 14:13
Compare
Choose a tag to compare

Update peer dependency
Rename vue API beforeDestroy to beforeUnmount

(2020-08-30)

30 Aug 14:45
Compare
Choose a tag to compare
  1. (#2) Resolve vue component as a draggable element

(2020-08-29)

29 Aug 09:51
Compare
Choose a tag to compare
  1. (9da8d02) support for v-model and fix for the computed property data sync issue (get() and set(val) events).

(2020-08-29)

29 Aug 08:17
Compare
Choose a tag to compare
  1. Live Demo
  2. Support for move property.
<draggable :list="list" :move="checkMove">
checkMove: function(evt){
    return (evt.draggedContext.element.name!=='apple');
}```

1.0.2

14 Aug 10:52
Compare
Choose a tag to compare
updated: package