Skip to content

Releases: bcakmakoglu/revue-draggable

v0.1.12

Choose a tag to compare

@bcakmakoglu bcakmakoglu released this 17 Jul 19:04
  • fix: naming collision between OnDrag Prop an onDrag as Event-Emitter for JSX 8ad6eb7

v0.1.11...v0.1.12

v0.1.11

Choose a tag to compare

@bcakmakoglu bcakmakoglu released this 17 Jul 18:54
  • fix: Add correct type for draggable event emitter * Renamed to DraggableData update: docs with new description of event 03f9d63

v0.1.10...v0.1.11

v0.1.9

Choose a tag to compare

@bcakmakoglu bcakmakoglu released this 15 Jul 18:49
  • hotfix: typing of DraggableEvent to match Keyboard and MouseEvents 3a1f904

v0.1.8...v0.1.9

v0.1.8

Choose a tag to compare

@bcakmakoglu bcakmakoglu released this 15 Jul 17:24
  • update: np config to use ci script as test baa6656
  • update: README.md with info about test 647977d
  • update: check if position actually changed after drag 45bc9dc
  • update: ci.yml to create a build 155ffbd
  • fix: remove types for cypress/chai/mocha (already included) * remove from tsconfig.json f40b50d
  • feat: add issue templates 6bb49da
  • feat: add ci workflow * add dependabot.yml 58e39fb
  • fix: add all event emitters to components * remove fragments (not necessary like in react) * check if currentInstance exists before calling lifecycle hooks * bind lifecyclehooks to currentInstance 9a9b4e7
  • feat: add cypress and a basic test e8f1ad4
  • fix: small regression in directive emitting event, this is done by the composable now bf5cd4e
  • update: add an eventhandler example 7565489
  • update: docs with info on events 1e3f324
  • feat: add event emitters to draggable composables so we can alternatively use events instead of callbacks * drawback is that callback return value can't be used to cancel an update 59ed348

v0.1.7...v0.1.8

v0.1.7

Choose a tag to compare

@bcakmakoglu bcakmakoglu released this 15 Jul 10:35
  • feat: install plugin differently for vue2 / vue3 * Check what vue version before exporting draggable component d9822ba
  • update: docs with more info in index.md cda4735
  • update: beautify README.md * Add some info for nuxt * Extended info on registration of draggable 1793b1a
  • refactor: Foo.vue to ExampleComponent.vue, same component just with a slot and different name to demonstrate the example usage better 4068529
  • update: remove onMounted hooks from directives (handled in useDraggable(Core) hooks) 44091c8

v0.1.6...v0.1.7

v0.1.5

Choose a tag to compare

@bcakmakoglu bcakmakoglu released this 14 Jul 23:44
  • fix: import from vue-demi to avoid warnings in vue2 a3ad5eb
  • refactor: move updated and beforedestroy hooks to useDraggable.ts/useDraggableCore.ts * add some warnings if nodeRefs are missing 02aef89

v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@bcakmakoglu bcakmakoglu released this 14 Jul 23:18
  • refactor: instead of a computed property we wait for the mounted hook and a certain noderef before calling useDraggable/useDraggableCore
  • update: README.md 6201f4c
  • Create LICENSE e0b76ea
  • update: draggable-core.md de869b6
  • update: README.md 0487908

v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@bcakmakoglu bcakmakoglu released this 14 Jul 14:09
  • update: docs with more inf o on directives fix: classes not being toggled correctly c7431a2
  • fix: touchidentifier not reacting 3fa96ac

v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@bcakmakoglu bcakmakoglu released this 14 Jul 13:38
  • fix: package.json having wrong dependency 2541327
  • refactor: small change in rollup.config.js 4dc0cab
  • fix: small reactivity issue in example 7872ceb

v0.1.1...v0.1.2

v0.1.0

Choose a tag to compare

@bcakmakoglu bcakmakoglu released this 14 Jul 11:54
  • fix: directives 40869d9
  • fix: vue components not passed as elements so draggability wasnt added properly * check if VNode was passed before adding draggable update: remove refs from useDraggableCore.ts 78cd8bf
  • update: docs with directive info 63e74a5

v0.0.6...v0.1.0