filepond

🌊 A flexible and fun JavaScript file upload library

MIT License

Downloads
517.3K
Stars
14.6K
Committers
66

Bot releases are visible (Hide)

filepond - 4.28.2 Latest Release

Published by rikschennink over 3 years ago

  • Fix issue where local server files could not be re-uploaded after editing and did not trigger remove of source file.
filepond - 4.28.1

Published by rikschennink over 3 years ago

  • Fix CSS error.
filepond - 4.28.0

Published by rikschennink over 3 years ago

  • Add storeAsFile property, if set to true FilePond will attempt to store the file objects in file input elements allowing file submit along with parent form (no need for server property). This only works if the browser supports the DataTransfer constructor, this is the case on Firefox, Chrome, Chromium powered browsers and Safari version 14.1 and higher.
  • Switch to PostCSS for style output.
filepond - 4.27.3

Published by rikschennink over 3 years ago

  • Fix issue with file.js component leaking state causing allowRemove to impact other instances of FilePond. #713
filepond - 4.27.2

Published by rikschennink over 3 years ago

  • Fix issue with fetch and HEAD no setting server id to hidden input element.
filepond - 4.27.1

Published by rikschennink over 3 years ago

  • Fix issue with allowMinimumUploadDuration set to false throwing error.
filepond - 4.27.0

Published by rikschennink over 3 years ago

  • Add allowMinimumUploadDuration set to false to prevent a minimum upload time of 750ms.
filepond - 4.26.2

Published by rikschennink over 3 years ago

  • setMetadata internal silent bool now does fire internal DID_UPDATE_ITEM_METADATA but doesn't trigger upload or file prepare logic. This fixes an issue with the new image editor and file poster plugins.
filepond - 4.26.1

Published by rikschennink over 3 years ago

  • Add metdata change info to internal SHOULD_PREPARE_OUTPUT call
filepond - 4.26.0

Published by rikschennink over 3 years ago

  • Fix problem with rendering 0 items per row. #676
  • The headers property of the server.process end point can now be a function.
filepond - 4.25.3

Published by rikschennink over 3 years ago

  • Fix issue with chunkRetryDelays. #671
filepond - 4.25.2

Published by rikschennink over 3 years ago

  • Fix issue with fixed with file items not row wrapping correctly #653
  • Fix file info label when remove button positioned to the right #620
filepond - 4.25.1

Published by rikschennink almost 4 years ago

  • Renamed beforePrepareOutput hook to beforePrepareFile
filepond - 4.25.0

Published by rikschennink almost 4 years ago

  • Add beforePrepareOutput hook to intercept and prevent preparing a new output file.
filepond - 4.24.0

Published by rikschennink almost 4 years ago

  • Add action info to internal SHOULD_PREPARE_OUTPUT call
  • Moved edit button CSS to FilePond
filepond - 4.23.1

Published by rikschennink almost 4 years ago

  • When files are dropped in a folder the file type cannot always be determined, this fix prevents FilePond from creating a Blob if it can't guesstimate the file type.
filepond - 4.23.0

Published by rikschennink almost 4 years ago

filepond - 4.22.1

Published by rikschennink almost 4 years ago

  • Fix problem with locale files.
filepond - 4.22.0

Published by rikschennink almost 4 years ago

  • Add internal filter for plugins to manipulate dropped files before adding them to the files list.
filepond - 4.21.1

Published by rikschennink almost 4 years ago

  • Fix calculation of file size when fileSizeBase is set to 1024.