V Drag Versions Save

The simplest way to integrate dragging on Vue.js

v3.0.7

1 year ago

Bug fixes

  • Fixed edge case, where drag would not be set up unless options where passed to it

v3.0.6

1 year ago

Test automatic deployment to npm

v3.0.0

1 year ago

New features

  • Snap dragging to a grid
  • Vue events
  • Keep CSS transitions
  • Support for both Vue2 and Vue3
  • Declare handles with Refs

Bug fixes

  • Improved dragging with touch devices

v2.0.0

5 years ago
  • Replaced data objects with a single, global object
  • Now there is a way, not ideal, to get data on real time
  • Handles now updated as expected
  • Improved method to detect if a handle is invalid

v1.4.0

5 years ago

This are the changes on this release:

  • Rollup is now used to build the package
  • Improved accuracy when getting axis
  • Initial commit and setup for tests

v1.3.0

5 years ago

The improvements done in this version have been:

  • Simplified and renamed some functions
  • All code has an explanatory comment
  • Fixed issues with handles after updating

v1.0.0

5 years ago

Initial release