Releases: SortableJS/Sortable
Releases · SortableJS/Sortable
v1.10.1
v1.10.0
- #1556: Fix delayOnTouchOnly for android
- Add tests
- #1580: Fix plugins' references to options
- Improve OnSpill support with multiple sortables + fix drop events
- #1611: Remove MultiDrag events on GLOBAL destroy
- #1597: Fix docs for enabling plugins
- #1599: Support for transforms on ghost element
- Animation performance improvements
- #1634: Fix onSpill plugins on mobile
- #1598: Allow selecting with SHIFT key without multiDragKey being down
v1.10.0-rc3
v1.10.0-rc2
- Better documentation of plugin usage
- Fixed issues where Sortable dependency was not available in plugins
v1.10.0-rc1
- Added plugin system
- Added MultiDrag plugin
- Added Swap plugin
- Added default OnSpill plugins
- Better detection of empty Sortable
- #1435: Animate all items
- Only update ghostClass when necessary
- Scroll adjustment after swap for Chrome
v1.9.0
- #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
- #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 - Drop effect hotfix
- #1446: Fix dropEffect
v1.8.2
- #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