Skip to content

Releases: bcakmakoglu/revue-draggable

v0.0.6

14 Jul 10:36
Compare
Choose a tag to compare
  • feat: export different components based on vue version 2b18d5a
  • feat: add Draggable Plugin refactor: move files into subdirs fix: couple of type fixes c6b355e
  • feat: add DraggableDirective.ts & DraggableCoreDirective.ts * works just like the wrapper, just pass the directive 4b5ab0e
  • update: draggable-core.md and draggable.md with some info about useDraggable and useDraggableCore 93ad358
  • update: README.md add docs link c4587a8
  • feat: add docs 629f8cf
  • update: README.md 50e45cb

v0.0.5...v0.0.6

v0.0.5

13 Jul 22:59
Compare
Choose a tag to compare
  • fix: element not having correct transform on first render 90104cc
  • update: README.md bce1bf5
  • update: README.md with instructions for Vue3 and Vue2 6c27be6

v0.0.4...v0.0.5

v0.0.3

13 Jul 22:18
Compare
Choose a tag to compare
  • update: rollup.config.js to inlineDynamicImports and external vue-demi e6a7c45
  • fix: typing issues feat: check if vue3 before importing components (hopefully avoids some warnings for vue2) e97dd1c

v0.0.2...v0.0.3

v0.0.2

13 Jul 21:42
Compare
Choose a tag to compare
  • feat: add useDraggableCore (renamed from useDraggable.ts) * add useDraggable 1f5a172
  • fix: add defaults to useDraggable * fix typings feat: add UseDraggable type 41abf72

v0.0.1...v0.0.2

Initial release

13 Jul 19:29
Compare
Choose a tag to compare
  • fix: remove class extensions from types file feat: use vue-demi for packaging 6828dba
  • update: anyclick is now true by default to allow dragging on touch 3fda6e2
  • feat: add useDraggable.ts to abstract draggable functionality into composable 127ae46
  • update: move types to types file feat: add barrel file 8fab10a
  • update: move files to example dir * move files from lib to src * README.md d09b6c2
  • update: remove console logs * remove unused imports ec33644
  • update: package.json * vite.config.ts specifies build dir fa31f31
  • feat: add rollup.config.js de82885
  • chore: remove old components db6fa33
  • fix: default for position prop is undefined d197f90

5fd99ec...v0.0.1