Releases: bcakmakoglu/revue-draggable
Releases · bcakmakoglu/revue-draggable
Release list
v0.1.12
- fix: naming collision between OnDrag Prop an onDrag as Event-Emitter for JSX 8ad6eb7
v0.1.11
- fix: Add correct type for draggable event emitter * Renamed to DraggableData update: docs with new description of event 03f9d63
v0.1.9
- hotfix: typing of DraggableEvent to match Keyboard and MouseEvents 3a1f904
v0.1.8
- 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
- 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