Skip to content

Releases: formkit/drag-and-drop

v0.2.5

22 Oct 17:11
7a4ee69
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Fixes issue where request animation frames during synth drag was not cancelled because it was referencing the global prop and not the state obj  -  by @sashamilenkovic (a1860)
    View changes on GitHub

v0.2.4

14 Oct 15:40
c653199
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.2.3

14 Oct 10:58
73093d6
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.2.2

10 Oct 11:39
3ca44e5
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.2.1

09 Oct 14:27
aa3a8f9
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.2.0

07 Oct 14:22
0a6adc6
Compare
Choose a tag to compare

    🚨 Breaking Changes

  • Multi-drag and selections plugin now removed and part of core functionality. To enable multi drag, set the multiDrag to true in the parent configuration.

  • Swap plugin has been removed in favor of dropOrSwap plugin.

  • Drag and drop class names for synthetic dragging (non native drag events) have been changed.

   💪 New Features

   🐞 Bug Fixes and improvements

  • Addresses issue #16. makes accessibility improvements to the core of @formkit/drag-and-drop.

  • Addresses issues #62, #54 and #29 by introducing workaround to use non-native implementation by setting nativeDrag to false in parent configuration.

  • Addresses issue #94. When picking up an element synthetically for dragging purposes, we clone the element and append it to the document body. In order to ensure that styles that were applied at its origiinal position within the dom are applied when it is moved up the document, we recurse over the computed styles and apply it to the cloned node. There is now a configuration property to skip the application of these computed styles deepCopyStyles .

  • Addresses issue #77. Now uses pointer events to synthetically moved the dragged element as opposed to touch events.

  • Addresses issue #46. Adds event handlers that can be configured at the global or parent level: https://drag-and-drop.formkit.com/events

  • General improvements to synthetic scrolling

v0.1.5

01 Jul 14:32
891dfae
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Exports multidrag dragstart function, fixes types definitions in docs and config  -  by @sashamilenkovic (b597d)
    View changes on GitHub

v0.1.4

20 Jun 15:23
f40b69f
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.1.3

20 Jun 14:02
95ef08c
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.1.2

20 Jun 13:47
73b917f
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Fixes issue related to animations. removes concept of preventEnter except in animations plugin usage  -  by @sashamilenkovic (25e17)
    View changes on GitHub