Releases: pqina/filepond
Releases · pqina/filepond
4.13.0
- Fix issue where hidden file fields were not in the correct order when files were sorted either automatically or manually.
- Clean up accidental log statement left in 4.12.2 release.
4.12.2
- Fix issue with re-enabling FilePond field from disabled state not applying the appropriate fields to the browse input.
4.12.1
- Fix issue where browse button wasn't clickable when
styleLayoutMode
was set tocompact
.
4.12.0
- Add
styleButtonRemoveItemAlign
to align remove button to the left side of the file item. - Fix issue where list of files could not be scrolled when FilePond was disabled.
4.11.0
- 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.
4.10.0
- Copy webkitDirectory property to file object.
4.9.5
- Fix issue with error format in TypeScript types.
4.9.4
- Fix problem with API querystring containing multiple questionmarks.
4.9.3
- Fix problem where ending the class attribute on a space would throw an error (thanks @jenswittmann)
4.9.2
- Add
grab
cursor to idle items