All Versions
17
Latest Version
Avg Release Cycle
38 days
Latest Release
1680 days ago
Changelog History
Page 2
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- #1446: Fix dropEffect
-
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
, andinvertedSwapThreshold
. 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
andset
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'sghostClass
, not that of the source sortable - ๐ Many bug fixes
- ๐
(#869, #592, #1358, #1119, #1378, etc): Dragover revamp, added options
-
v1.7.0
January 09, 2019