filepond

🌊 A flexible and fun JavaScript file upload library

MIT License

Downloads
517.3K
Stars
14.6K
Committers
66

Bot releases are hidden (Show)

filepond - 4.13.0

Published by rikschennink over 4 years ago

  • 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.
filepond - 4.12.2

Published by rikschennink over 4 years ago

  • Fix issue with re-enabling FilePond field from disabled state not applying the appropriate fields to the browse input.
filepond - 4.12.1

Published by rikschennink over 4 years ago

  • Fix issue where browse button wasn't clickable when styleLayoutMode was set to compact.
filepond - 4.12.0

Published by rikschennink over 4 years ago

  • 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.
filepond - 4.11.0

Published by rikschennink over 4 years ago

  • 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.
filepond - 4.10.0

Published by rikschennink over 4 years ago

  • Copy webkitDirectory property to file object.
filepond - 4.9.5

Published by rikschennink over 4 years ago

  • Fix issue with error format in TypeScript types.
filepond - 4.9.4

Published by rikschennink almost 5 years ago

  • Fix problem with API querystring containing multiple questionmarks.
filepond - 4.9.3

Published by rikschennink almost 5 years ago

  • Fix problem where ending the class attribute on a space would throw an error (thanks @jenswittmann)
filepond - 4.9.2

Published by rikschennink almost 5 years ago

  • Add grab cursor to idle items
filepond - 4.9.1

Published by rikschennink almost 5 years ago

  • Fix issue where Chrome on Android would launch pull-to-refresh when trying to drag a file item.
filepond - 4.9.0

Published by rikschennink almost 5 years ago

  • 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.
filepond - 4.8.1

Published by rikschennink almost 5 years ago

  • Fix IE11 bug where adding markup would not work
filepond - 4.8.2

Published by rikschennink almost 5 years ago

  • Fix SSR bug in 4.8.1
filepond - 4.8.0

Published by rikschennink almost 5 years ago

  • Add prepareFile and prepareFiles method. Use to request generating output files (when using image transform plugin).
filepond - 4.7.4

Published by rikschennink almost 5 years ago

  • UTF-8 encode request headers to prevent issues with weird characters.
filepond - 4.7.3

Published by rikschennink almost 5 years ago

  • Switch from setAttribute to cssText for layout changes resulting in better performance and CSP compatibility. #400
filepond - 4.7.2

Published by rikschennink about 5 years ago

filepond - 4.7.1

Published by rikschennink about 5 years ago

  • Fix problem where directories with over 100 files weren't read correctly.
filepond - 4.7.0 Chunked uploads

Published by rikschennink about 5 years ago