All Versions
198
Latest Version
Avg Release Cycle
12 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v4.11.0 Changes
February 11, 2020- Add
relativePath
property to file item. - Add
onreorderfiles
callback. - Fix issue where unkown type was
"null"
instead of an empty string. - Fix issue where
onactivatefile
was fired on drag end.
- Add
-
v4.10.0 Changes
February 06, 2020- Copy webkitDirectory property to file object.
-
v4.9.5 Changes
January 21, 2020- Fix issue with error format in TypeScript types.
-
v4.9.4 Changes
January 14, 2020- Fix problem with API querystring containing multiple questionmarks.
-
v4.9.3 Changes
December 27, 2019- ๐ Fix problem where ending the class attribute on a space would throw an error (thanks @jenswittmann)
-
v4.9.2 Changes
December 13, 2019- Add
grab
cursor to items so there's and indicator that items are grabbable.
- Add
-
v4.9.1 Changes
December 13, 2019- Fix issue where Chrome on Android would launch pull-to-refresh when trying to drag a file item.
-
v4.9.0 Changes
December 13, 2019- Add drag to reorder file items, enable by setting
allowReorder
totrue
.- 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.
- Add drag to reorder file items, enable by setting
-
v4.8.2 Changes
December 12, 2019- Fix problem with 4.8.1 fix not working with SSR.
-
v4.8.1 Changes
December 12, 2019- Fix IE issue where adding markup would not work.