Releases: formkit/drag-and-drop
Releases · formkit/drag-and-drop
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)
View changes on GitHub
v0.0.29
v0.0.28
v0.0.27
🐞 Bug Fixes
- Removes programmatic vertical scroll for now until a better solution is implemented - by @sashamilenkovic (fe15c)
- Removes unused variable - by @sashamilenkovic (6b3ac)
View changes on GitHub
v0.0.26
🚀 Features
- Adds functionality for smoother horizontal and vertical scroll while dragging - by @sashamilenkovic (e60a9)
- Adds new scroll mechanism for touch events as well - by @sashamilenkovic (aef7f)
🐞 Bug Fixes
- Fixes typing issue - by @sashamilenkovic (de2eb)
- Removes issue where scrollIntoView was being called erroneously - by @sashamilenkovic (168e4)
View changes on GitHub
v0.0.25
🐞 Bug Fixes
- Fixes issue with custom-plugins example for React, exports all utils in main entry point - by @sashamilenkovic (a69dd)
View changes on GitHub
v0.0.24
🐞 Bug Fixes
- Fixes issue #24 where React wrapper was not responding to state change properly - by @sashamilenkovic in #24 (81661)
View changes on GitHub
v0.0.23
🚀 Features
- Rewrites animatinos plugin to use animations api as opposed to class assignment - by @sashamilenkovic (73401)
🐞 Bug Fixes
- Arrow key navigation at the end of lists - by Kaleb Ercanbrack (81a83)
- Fixes issue where nested elements could not be drag and dropped - by @sashamilenkovic (0f305)
View changes on GitHub
v0.0.21
🚀 Features
- Removes unused import in selections plugin - by @sashamilenkovic (f0f5b)
🐞 Bug Fixes
- Adds back command key functionality for non-touch - by @sashamilenkovic (50f8b)
- Fixes deselection issue on touch selection, adds flag on touchstart to say isTouch - by @sashamilenkovic (03dd5)