Skip to content

Releases: pqina/filepond

4.28.2

Choose a tag to compare

@rikschennink rikschennink released this 09 Jun 08:45
  • Fix issue where local server files could not be re-uploaded after editing and did not trigger remove of source file.

4.28.1

Choose a tag to compare

@rikschennink rikschennink released this 09 Jun 08:45
  • Fix CSS error.

4.28.0

Choose a tag to compare

@rikschennink rikschennink released this 09 Jun 08:45
  • 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.

4.27.3

Choose a tag to compare

@rikschennink rikschennink released this 31 May 07:15
  • Fix issue with file.js component leaking state causing allowRemove to impact other instances of FilePond. #713

4.27.2

Choose a tag to compare

@rikschennink rikschennink released this 27 May 10:55
  • Fix issue with fetch and HEAD no setting server id to hidden input element.

4.27.1

Choose a tag to compare

@rikschennink rikschennink released this 27 May 10:55
  • Fix issue with allowMinimumUploadDuration set to false throwing error.

4.27.0

Choose a tag to compare

@rikschennink rikschennink released this 27 May 10:54
  • Add allowMinimumUploadDuration set to false to prevent a minimum upload time of 750ms.

4.26.2

Choose a tag to compare

@rikschennink rikschennink released this 27 May 10:54
  • 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.

4.26.1

Choose a tag to compare

@rikschennink rikschennink released this 29 Mar 14:41
  • Add metdata change info to internal SHOULD_PREPARE_OUTPUT call

4.26.0

Choose a tag to compare

@rikschennink rikschennink released this 19 Mar 12:21
  • Fix problem with rendering 0 items per row. #676
  • The headers property of the server.process end point can now be a function.