Releases: formkit/drag-and-drop
Releases · formkit/drag-and-drop
Release list
v0.0.14
🚀 Features
- Adds basic react wrapper - by @sashamilenkovic (c831b)
- Adds react wrapper - by @sashamilenkovic (e180c)
- Sets up render function with arrow for native JS examples - by @sashamilenkovic (35919)
- React wrapper now handles template refs - by @sashamilenkovic (4e3b3)
🐞 Bug Fixes
- Fixes type error in react index - by @sashamilenkovic (e742d)
- Fixes issue with animation, removes unnecessary preventSortValue variable - by @sashamilenkovic (213af)
- Fixes issue where sorting without animations plugin was not working properly - by @sashamilenkovic (41566)
- Improves module export declarations - by @justin-schroeder (94423)
View changes on GitHub
v0.0.11
🚀 Features
- Adds some default css transitions - by @sashamilenkovic (f4dbe)
- Adds animations as plugin, adds animation to multi drag - by @sashamilenkovic (81b24)
- Style sheet is now created during runtime - by @sashamilenkovic (ffb10)
- Gives animation classes more specific names - by @sashamilenkovic (7ad57)
- Exports animations plugin from index - by @sashamilenkovic (93a9f)
- Adds type attribute to appended style sheet - by @sashamilenkovic (0bbef)
- Refactors animations plugin, makes setup parent and teardown parent properties of plugin type optional - by @sashamilenkovic (dfa7a)
🐞 Bug Fixes
- Adds back missing event handlers, fixes display style prop issue with touchmove - by @sashamilenkovic (a47f2)
- Fixes issue where dropZoneClass was not removed in dragend because of misdefined isTouch bool - by @sashamilenkovic (5279b)
- Fixes issue where private class was erroneously being appended during reapplyDragClasses - by @sashamilenkovic (5a927)
- Fixes bug where state on setTimeout could be undefined - by @sashamilenkovic (cff2d)
- Fixes sortability buts, adds preventEnter flag back to state - by @sashamilenkovic (5849c)
- Refactors handleClass back to separate add and removeClass functions. - by @sashamilenkovic (340f6)
- Fixes issue where touch move transfer to sort was not firing - by @sashamilenkovic (bedfd)
- Fixes issue where multi drag would not work with newest sort functionality - by @sashamilenkovic (73dfe)
- Fixes ts issue animations plugin - by @sashamilenkovic (9375e)
- Corrects class definitions in animations css text - by @sashamilenkovic (400ca)
- Removes console log - by @sashamilenkovic (dcf8d)
- Fixes typing issue with multiDrag handlers, adds zIndex modifier for dragstart - by @sashamilenkovic (e2b7d)
View changes on GitHub
v0.0.10
No significant changes
View changes on GitHub
v0.0.9
🐞 Bug Fixes
- Changes dependencies back to devDependencies - by @sashamilenkovic (4bbe6)
View changes on GitHub
v0.0.8
🚀 Features
- Adds drag handles along with refactor - by @sashamilenkovic (c3e2e)
- Adds back tearDownDropZone from vue wrapper of dz plugin - by @sashamilenkovic (d2da4)
🐞 Bug Fixes
- Fixes TS issue in core index - by @sashamilenkovic (5cc4b)
View changes on GitHub
v0.0.7
No significant changes
View changes on GitHub
v0.0.6
🐞 Bug Fixes
- Fixes bug where disabled state would trigger console.warn of enabledNodes to values - by @sashamilenkovic (e8b05)
- 🐛 fixes issue where referencing TouchEvent in safari would throw exception - by @sashamilenkovic (2ecc1)
View changes on GitHub
v0.0.5
🐞 Bug Fixes
- Fixes bug where touchmove action would misform private classes on node data - by @sashamilenkovic (483ce)
View changes on GitHub
v0.0.4
🐞 Bug Fixes
- Fixes bug where scroll parent was not being reset on end. fixes issue where class was not being removed on end - by @sashamilenkovic (8ac3e)
View changes on GitHub
v0.0.3
No significant changes