Releases: formkit/drag-and-drop
Releases · formkit/drag-and-drop
v0.0.37
🚀 Features
- Adds same touch scroll behavior to drag events as well - by @sashamilenkovic (51f15)
- Adds optional property to prevent scroll when dragging outside of scrollable parent - by @sashamilenkovic (9564f)
🐞 Bug Fixes
- Fixes issue where with wrong scroll parent, now considers offet for scroll - by @sashamilenkovic (7d9c8)
- Restores longtouch scroll functionality - by @sashamilenkovic (0ca64)
- Fixes assortment of scroll issues - by @sashamilenkovic (b85e5)
- Addresses issue #51 by not preventing default on touchstart when not drag handle - by @sashamilenkovic in #51 (50cae)
View changes on GitHub
v0.0.36
v0.0.35
🐞 Bug Fixes
- Fixes issue #37, fixes issue with multi-drag not being position fixed - by @sashamilenkovic in #37 (18ecc)
View changes on GitHub
v0.0.34
🚀 Features
- Adds feature to useDragAndDrop to allow updating of config, reworks vue wrapper tests - by @sashamilenkovic (d5636)
- Adds update config function to useDragAndDrop React, refactors tests - by @sashamilenkovic (d6ac9)
- Removes updateConfig as return value in useDragAndDrop, updateConfig now exported from root - by @sashamilenkovic (854b0)
- Adds back updateConfig return from useDragAndDrop - by @sashamilenkovic (851cd)
View changes on GitHub
v0.0.33
v0.0.32
🐞 Bug Fixes
- Fixes issue #35, changes touched node to position fixed - by @sashamilenkovic in #35 (3b525)
View changes on GitHub
v0.0.31
🐞 Bug Fixes
- Attempts to address issue #22 - by @sashamilenkovic in #22 (2926b)
View changes on GitHub
v0.0.30
🐞 Bug Fixes
- Fixes issue #39 - by @sashamilenkovic in #39 (000cd)
- Fixes state typing error - by @sashamilenkovic (2ed2a)