Releases: Aletheios/v-drag-drop
Releases · Aletheios/v-drag-drop
4.0.0
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
Major update because of incompatibility with Vue < 3.0.1. Dynamic drag data is now supported.
2.0.0
Support for Vue 3
Breaking changes:
None. However, version 2 for v-drag-drop is not compatible with Vue 2 anymore.
1.0.2
Removed webpack path alias
1.0.0
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.2.0
Added support for dynamic namespaces and the drag-move event. Improved documentation and demos.
0.1.0
Added support for namespaces, added enter, over and leave events