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

Published by rikschennink about 5 years ago

Add missing Blob type to TypeScript server config

filepond - 4.6.0 TypeScript Declarations Added

Published by rikschennink about 5 years ago

  • TypeScript Declarations added thanks to @Hawxy
filepond - 4.5.2

Published by rikschennink about 5 years ago

If Blob has name attribute use name attribute instead of URL for file name.

filepond - 4.5.1

Published by rikschennink about 5 years ago

  • Fix issue where drag-drop from Firefox download list would not add file to drop area
filepond - 4.5.0

Published by rikschennink about 5 years ago

  • Add option to set server end point headers on a generic level so they're applied to all end points using server.headers.

Related issue: https://github.com/pqina/vue-filepond/issues/102

filepond - 4.4.13

Published by rikschennink about 5 years ago

  • Fix issue with CSS font-size being forced to inherit on all child nodes
filepond - 4.4.12

Published by rikschennink about 5 years ago

  • Fixed memory leaks.

Thanks @LazaroOnline for the detailed error report.

Related issue: https://github.com/pqina/filepond/issues/353

filepond - 4.4.11

Published by rikschennink over 5 years ago

  • Fix problem with abort statement in file loader logic
filepond - 4.4.10

Published by rikschennink over 5 years ago

Fix issue where Promise returned by addFile would not be rejected if file failed to load.

filepond - 4.4.9

Published by rikschennink over 5 years ago

Fix security warning issues with dependencies.

filepond - 4.4.8

Published by rikschennink over 5 years ago

filepond - 4.4.7

Published by rikschennink over 5 years ago

Found out about GitHub releases, so this is the first version published through releases.

  • Fix issue where pasting a file would throw an error.
  • Fix issue where ignored files would be counted as files when dropping a folder.