Skip to content

4.9.0

Compare
Choose a tag to compare
@rikschennink rikschennink released this 13 Dec 13:10
· 412 commits to master since this release
  • Add drag to reorder file items, enable by setting allowReorder to true.
    • Only works in single column mode (for now).
    • It also works when the list of files is showing a scrollbar, but dragging + scrolling isn't working correctly at the moment.
    • Limited to browsers supporting Pointer events.
  • Add moveFile(query, index) method. Use to move a file to a different index in the file items array.