All Versions
17
Latest Version
Avg Release Cycle
38 days
Latest Release
1311 days ago

Changelog History
Page 2

  • v1.9.0 Changes

    April 20, 2019
    • #1471: Use real event properties when doing empty insert
    • ๐Ÿ›  #1475: Fixed _lastChild failing to ignore display:none
    • ๐Ÿ‘ #1476: Stricter requirements for supportPointer
    • ๐Ÿ‘ Better fix for unwanted IE event capturing
    • โšก๏ธ Optimize nearestEmptyInsertDetectEvent callback (#1483)
    • #1472: Added oldDraggableIndex + newDraggableIndex
    • #1487: Detect for empty insert always if not inserted
    • #1489: Fix infinite loop in detecting shadow DOM
    • #1492: Improved repaint trigger
    • ๐Ÿ›  #1469: Fixed delay option on Android
    • #1482: Added delayOnTouchOnly option
  • v1.8.4 Changes

    March 11, 2019
    • #1451: Automatic direction detection for grids
    • ๐Ÿ’ป #659: Better cross-browser compatibility for delay option
    • ๐Ÿ›  Fixed text selection in fallback on MacOS Safari
    • ๐ŸŽ #1458: Fixed auto-scrolling in MacOS Safari
    • โž• Added compensation for Chrome's adjustment of scroll position if swapped element is out of viewport
    • โž• Added pullMode to event object
    • #1457: Improved detection of empty sortables
    • ๐Ÿ‘ฏ #1462: Fixed setting of ghostClass, as well as animating items only after clones are shown
  • v1.8.3 Changes

    February 11, 2019
  • v1.8.2 Changes

    February 10, 2019
    • #1431: Dragging in iframe fix
    • #1012: Firefox drag and drop opening tab issue fix
    • ๐Ÿ›  #1434: Fixed target detection
    • ๐Ÿ›  Fixed direction detection for floating elements
    • ๐Ÿ”„ Changed "is ghost last" check to no longer be fixed along axis
    • #1436: Safari fix
    • ๐Ÿ‘ Allowed empty Sortable detection while dragging for touch devices
  • v1.8.1 Changes

    January 16, 2019
    • Pull/Put options that are functions can now properly return arrays and have them evaluated as such
    • โช Reverted back to old method of preventing scroll on mobile while dragging
  • v1.8.0 Changes

    January 15, 2019
    • ๐Ÿ’… (#869, #592, #1358, #1119, #1378, etc): Dragover revamp, added options direction, swapThreshold, invertSwap, and invertedSwapThreshold. Read more. Resolved many of the issues where sorting is "not realistic". Grid-style sorting should work as well.
    • ๐Ÿ’ป #1373: Autoscroll revamp, added option bubbleScroll, and better cross-browser compatibility
    • #1303: dragoverBubble for fallback
    • Bubbling of dragover event will only be stopped when element is inserted into a sortable if dragoverBubble=false
    • ๐Ÿ‘ Automatic detection for pointer event support
    • #1389: Touch delay fix on mobile
    • #1382: Firefox event path fix
    • ๐Ÿ›  Cloning fixes
    • ๐Ÿ›  Pull/Put function fixes
    • #1352: Saving on both Sortables if dragged from one to another
      • get and set don't both need to be defined to work properly
    • #1276 : Native Drag and Drop ghost fix
    • Firefox: prevent selection when dragging
    • (#1409, #1323, #1095, #1204, #1087): Added onChange event
    • ๐Ÿ”„ Changed when dragstart and dragstarted are fired in fallback to match native HTML
    • Made pointer events mutually exclusive with mouse and touch events, to prevent duplicate event firing
    • #1151: Added easing option for animation easing
    • #1184: Click event no longer fired on drop when using fallback
    • ๐Ÿ›  #1404: Fixed ghost element dimensions
    • (#1123, #1423): Ghost element is relative to containing block (prevents unwanted ghost element offset when using CSS translate)
    • #1301: Ghost element adheres to CSS scaling
    • ๐Ÿšš (#1093, #1236, #1054, #1214): Added removeCloneOnHide option
    • ๐Ÿ‘ #1321: Much better support for nested sortables
    • #1305: Made it easier to add items to empty sortables with emptyInsertThreshold option
    • 0๏ธโƒฃ #1416: Solidified pull/put behavior. Pull/Put are false by default when dealing with different groups, but true by default when dealing with the same group. They can be overridden in both cases.
    • #1079: The ghostClass that is applied is the target sortable's ghostClass, not that of the source sortable
    • ๐Ÿ›  Many bug fixes
  • v1.7.0

    January 09, 2019