Skip to content

Releases: SortableJS/Sortable

v1.10.1

01 Oct 21:50
Compare
Choose a tag to compare
  • #1640: Fix OnSpill destroy error
  • Fix errors if imported in NodeJS context

v1.10.0

15 Sep 19:00
Compare
Choose a tag to compare
  • #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

27 Jun 00:53
Compare
Choose a tag to compare
  • Fixed IE compatibility
  • #1517: Fixed delay issue (again)
  • #1539: Better loop safety

v1.10.0-rc2

07 Jun 01:47
Compare
Choose a tag to compare
  • Better documentation of plugin usage
  • Fixed issues where Sortable dependency was not available in plugins

v1.10.0-rc1

06 Jun 01:06
Compare
Choose a tag to compare

v1.9.0

20 Apr 01:43
Compare
Choose a tag to compare
  • #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

11 Mar 20:02
Compare
Choose a tag to compare
  • #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

11 Feb 22:46
Compare
Choose a tag to compare

v1.8.2

10 Feb 20:59
Compare
Choose a tag to compare
  • #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

16 Jan 00:42
41e3394
Compare
Choose a tag to compare
  • 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