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.21.0

Published by rikschennink about 4 years ago

  • Add fileSizeBase use to adjust the way files sizes are displayed. Default is 1000.
filepond - 4.20.1

Published by rikschennink about 4 years ago

  • Add allowRemove option so it actually works.
filepond - 4.20.0

Published by rikschennink about 4 years ago

  • Add allowRemove, set to false to disable remove button.
  • Improve TypeScript definitions.
  • Fix issue where removeFiles would not remove all files.
filepond - 4.19.2

Published by rikschennink about 4 years ago

  • Fix problem with locale files not ending up on npm.
filepond - 4.19.1

Published by rikschennink about 4 years ago

  • Fix issue where removal of a server file was requested when setting new files to the files property.
filepond - 4.19.0

Published by rikschennink about 4 years ago

  • Add locale folder, can now import different locales.
  • Improve supports method, now correctly detects MacOS Safari 8.
  • Improve type definitions file.
  • Fix issue with removeFiles({ revert: false }) not working.
  • Fix issue where content pasted in a textarea or input would be interpreted as a file.
filepond - 4.18.0

Published by rikschennink over 4 years ago

  • Add fallback for fetch when loading remote URLs, if no custom fetch supplied, will use default request.
  • Add TypeScript dynamic label types.
  • Fix issue where order of files wasn't correct when setting initial files.
filepond - 4.17.1

Published by rikschennink over 4 years ago

  • Fix issue where reorder event was fired on each drag interaction, now only fires when order changes.
filepond - 4.17.0

Published by rikschennink over 4 years ago

  • Add allowProcess, set to false to remove processing button and related abort / retry processing controls.
  • Fix issue where hidden inputs didn't reflect visual order of files in list.
filepond - 4.16.0

Published by rikschennink over 4 years ago

  • Add allowSyncAcceptAttribute, set to false to prevent FilePond from setting the file input field accept attribute to the value of the acceptedFileTypes.
filepond - 4.15.1

Published by rikschennink over 4 years ago

  • Fix state.request.abort is not a function error #516
filepond - 4.15.0

Published by rikschennink over 4 years ago

  • Add support for reording items in grid layout. Thanks @jwsinner ❤︎
filepond - 4.14.0

Published by rikschennink over 4 years ago

  • Add oninitfile, called when file is first initialised, can be used to immediately set metadata.
filepond - 4.13.7

Published by rikschennink over 4 years ago

  • Fix backwards compatibility problem with 4.13.5 and 4.13.6 where removeFile would revert upload.
  • Add { revert: true } as parameter to removeFile and removeFiles methods. Where in the previous two fix versions reverting was added to be done automatically this new parameter now needs be set to revert the upload.
filepond - 4.13.6

Published by rikschennink over 4 years ago

  • Fix problem where revert wasn't called for user added files.
filepond - 4.13.5

Published by rikschennink over 4 years ago

  • Fix trigger of revert handler to removeFile API.
  • Fix problem where circular layout wouldn't work on latest Safari.
filepond - 4.13.4

Published by rikschennink over 4 years ago

  • Fix issue where FilePond internal event mechanism would be in slowmotion mode when running in an inactive tab because of setTimeout use.
filepond - 4.13.3

Published by rikschennink over 4 years ago

  • Fix issue where FilePond would excessivly pause in between processing files while running in an inactive tab.
filepond - 4.13.2

Published by rikschennink over 4 years ago

  • Fix issue where FilePond running in an inactive tab would be very slow to pick up new files.
filepond - 4.13.1

Published by rikschennink over 4 years ago

  • Fix issue where HEAD fetch request would try turn response into zero byte file.