Skip to content

Releases: nil/v-drag

v3.0.7

22 Jun 15:53
@nil nil
Compare
Choose a tag to compare

Bug fixes

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

v3.0.6

21 Jun 12:30
@nil nil
a4390ea
Compare
Choose a tag to compare

Test automatic deployment to npm

v3.0.0

04 Jun 08:35
@nil nil
92d52d0
Compare
Choose a tag to compare

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

24 Dec 15:18
@nil nil
Compare
Choose a tag to compare
  • 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

23 Dec 11:09
@nil nil
Compare
Choose a tag to compare

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

11 Sep 09:59
@nil nil
Compare
Choose a tag to compare

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

30 Jul 11:52
@nil nil
Compare
Choose a tag to compare

Initial release