Releases: formkit/drag-and-drop
Releases · formkit/drag-and-drop
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)
View changes on GitHub
v0.0.20
🐞 Bug Fixes
- Removes return early conditional preventing click in selections plugin in firefox - by @sashamilenkovic (a2a50)
View changes on GitHub
v0.0.19
🐞 Bug Fixes
- Fixes issue with touch selections. Removes command logic from selections plugin. - by @sashamilenkovic (28063)
- Fixes touch selection mechanism by filtering selected nodes before click event occurs if touch move does not occur - by @sashamilenkovic (f9089)
View changes on GitHub
v0.0.18
🚀 Features
- Begins work on selections plugin, moves remapNodes to after setupParent - by @sashamilenkovic (e1ad8)
- Adds selections plugin - by @sashamilenkovic (396a8)
- Adds useDragAndDrop to react, improves types - by @justin-schroeder (6c168)
- Adds keydown handler for selections plugin - by @sashamilenkovic (04f66)
- Adds selections plugin - by @sashamilenkovic (d26b9)
- Merge docs update - by @sashamilenkovic (f5a31)
- Adds animations for flex-wrap - by @sashamilenkovic (25078)
- Merges in perf branch - by @sashamilenkovic (ea851)
- Adds back drop zone plugin - by @sashamilenkovic (c8536)
- Adds tearDown react useDragAndDrop - by @justin-schroeder (2cf13)
- Adds useDragAndDrop to Vue - by @justin-schroeder (abad5)
- Adds styles for main page container to contrast with hero - by @andrew-boyd (e85a7)
- Adds type inference to values - by @justin-schroeder (478af)
- Adds extra plugin hooks. writes more docs - by @sashamilenkovic (34950)
- Bumps version - by @sashamilenkovic (5ac80)
🐞 Bug Fixes
- Fixes animation issue where default duration of assigned class was different than other default - by @sashamilenkovic (d53dc)
- Fixes bug with multi-drag config - by @sashamilenkovic (80779)
- Makes options optional on useDragAndDrop - by @justin-schroeder (ddfb6)
- Fixes issue with unused import in multi drag - by @sashamilenkovic (f9c35)
- UseDragAndDrop types for react - by @justin-schroeder (284a9)
- Fixes issue with passive flag on add event listener for touchmove - by @sashamilenkovic (4f44e)
- Fixes merge conflig - by @sashamilenkovic (5c2a8)
- Fixes issue where only the dragged and target nodes would be animated - by @sashamilenkovic (46bf0)
- Reassigns class naes in multi drag - by @sashamilenkovic (354bb)
- Fixes broken types - by @sashamilenkovic (46016)
- Fixes bug where setup node of plugins was not called - by @sashamilenkovic (db143)
- Fixes issue where z-index for touch events was getting removed - by @sashamilenkovic (37cd5)
- Fixes bug where last selected class would not get removed on root click - by @sashamilenkovic (40864)
- Fixes issue where non-sortable transfer would allow different placement from original index - by @sashamilenkovic (01e20)
- Fixes bug where sorting was not working because did not consider undefined - by @sashamilenkovic (693d7)
- Attempts to fix issue #1 - by @sashamilenkovic in #1 (bf381)
- Fixes issue where when transferring for first time new element to non-sortable list, new index could be set - by @sashamilenkovic (196cb)
- Fixes issue where selected class was not applied to actively dragging node for multi-drag - by @sashamilenkovic (5d421)
- 🐛 addresses issue #6 by correcting misassigned end handler in multi drag plugin - by @sashamilenkovic in #6 (7f673)
- Fixes issue where selectedNodes and activeNode removal was not included in selectionsEnd function - by @sashamilenkovic (edace)
🏎 Performance
- Consolodate abort controllers - by @justin-schroeder (07772)
- Use el.draggable idl - by @justin-schroeder (0852d)
- Removes unecessary tear downs - by @justin-schroeder (a04b4)
View changes on GitHub
0.0.17
Merge branch 'main' of github.com:formkit/drag-and-drop