Skip to content

4.28.0

Compare
Choose a tag to compare
@rikschennink rikschennink released this 09 Jun 08:45
· 166 commits to master since this release
  • 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.