All Versions
199
Latest Version
Avg Release Cycle
12 days
Latest Release
-

Changelog History
Page 7

  • v4.8.1 Changes

    December 12, 2019
    • Fix IE issue where adding markup would not work.
  • v4.8.0 Changes

    December 09, 2019
    • Add prepareFile and prepareFiles methods to the FilePond instance, use to request output files of the current items in the files list.
  • v4.7.4 Changes

    November 01, 2019
    • UTF-8 encode request headers to prevent issues with weird characters.
  • v4.7.3 Changes

    October 28, 2019
    • ๐ŸŽ Switch from setAttribute to cssText for layout changes resulting in better performance and CSP compatibility. #400
  • v4.7.2 Changes

    September 27, 2019
    • ๐Ÿ›  Fix issue where iOS 10 would throw an error when calling delete on a dataset property #385
    • ๐Ÿ›  Fix issue with onwarning being called on incorrect element
  • v4.7.1 Changes

    September 12, 2019
    • Fix problem where directories with over 100 files weren't read correctly.
  • v4.7.0 Changes

    September 10, 2019

    ๐Ÿ— Thanks to Ryan Olson (@ams-ryanolson) Arctic Media for donating the funds to build this.

  • v4.6.1 Changes

    September 04, 2019
    • Add missing Blob type to TypeScript server config.
  • v4.6.0 Changes

    September 02, 2019
    • TypeScript Declarations added thanks to @Hawxy
  • v4.5.2 Changes

    September 02, 2019
    • If Blob has name attribute use name attribute instead of URL for file name.