Skip to content

Releases: carlosjorger/fluid-dnd

v2.6.3

10 Nov 01:55

Choose a tag to compare

🐞 Fixing bugs

  • 9b250 Dispatch endDragging event after all animations

v2.6.2

06 Aug 00:32

Choose a tag to compare

🐞 Fixing bugs

  • 0e2da Include the case if the ancestor has willChange property equal to transform when the position is calculated

v2.6.1

03 Aug 19:22

Choose a tag to compare

🐞 Fixing bugs

  • 6f49e Taking in account if there is an acentor with translate to recalculate the position of de dragged element

v2.6.0

27 Jul 15:32

Choose a tag to compare

✨ Features

  • Add dragOver event a0c8e

🦄 Refactor

  • Add Array.from to addedNodes to avoid problems with others browsers like Safari 0ba9

v2.5.1

23 Jul 22:02

Choose a tag to compare

🐞 Fixing bugs

  • c5822 Fix the positioning of an element if its parent or an ancestor has a transform

v2.5.0

20 Jul 17:25

Choose a tag to compare

🎈 Performance

  • Import dynamically insert and remove methods

v2.4.0

26 May 23:31

Choose a tag to compare

🦄 refactor: project strucure

v2.3.0

25 May 12:34

Choose a tag to compare

✨ feat: improve autoscroll beahvior:

  • Change funcion of scroll amount change relative to position
  • Limit the change of the scroll amount
    e2c69

v2.2.1

22 May 15:54

Choose a tag to compare

✨ Features

  • 81468 Export more CoordinateMap, Coordinate types

v2.2.0

21 May 22:53

Choose a tag to compare

✨ Features

  • 62f1b Add coordinateTransform config. A list of mapping functions that transform the coordinates of the dragged element, which are applied one after another.