Skip to content

Commit

Permalink
add file input support, switch to post-css
Browse files Browse the repository at this point in the history
  • Loading branch information
rikschennink committed Jun 8, 2021
1 parent f69bf4f commit e7faa68
Show file tree
Hide file tree
Showing 41 changed files with 21,548 additions and 21,326 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.28.0

- 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](https://caniuse.com/mdn-api_datatransfer_datatransfer), 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

- Fix issue with file.js component leaking state causing `allowRemove` to impact other instances of FilePond. #713
Expand Down
Loading

0 comments on commit e7faa68

Please sign in to comment.