Skip to content

Releases: Aletheios/v-drag-drop

4.0.0

19 Jan 12:45
Compare
Choose a tag to compare

Major update because of renamed custom events.

Migration: Rename all drag/drop events and add a prefix v-. For example, @drag-start will become @v-drag-start.

3.0.0

27 Dec 18:03
Compare
Choose a tag to compare

Major update because of incompatibility with Vue < 3.0.1. Dynamic drag data is now supported.

2.0.0

09 Oct 20:41
Compare
Choose a tag to compare

Support for Vue 3

Breaking changes:
None. However, version 2 for v-drag-drop is not compatible with Vue 2 anymore.

1.0.2

13 Feb 15:39
Compare
Choose a tag to compare

Removed webpack path alias

1.0.0

29 Nov 11:31
Compare
Choose a tag to compare

Breaking changes:

  • dragDrop event receives event as third parameter

New features:

  • Enabled local directive registration
  • Pass native event to event handlers
  • Added drag image support

0.3.0

16 Mar 23:32
Compare
Choose a tag to compare
Pushed version to 0.3.0

0.2.1

09 Feb 21:17
Compare
Choose a tag to compare
Updated dependencies

0.2.0

02 Mar 00:01
Compare
Choose a tag to compare

Added support for dynamic namespaces and the drag-move event. Improved documentation and demos.

0.1.0

02 Feb 22:38
Compare
Choose a tag to compare

Added support for namespaces, added enter, over and leave events

0.0.1

02 Feb 20:54
Compare
Choose a tag to compare

Initial release