FilePond, Where files go to stretch their bits.
Last release today
28 Aug 2026
Release timing varies
gaps range from 8 days to 2 months
Nearly every release is documented
notes for 60 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
301 releases · first in 2017
Release timeline
301 releases since 201720172019202120232025
20172026
One column per quarter.
Releases
- 3.0.12 Oct 2018
Release notes2 sources agree
Open source →- Fix problem where timeout would incorrectly trigger for uploads.
- 3.0.01 Oct 2018
Release notes2 sources agree
Open source →- Small internal flow changes to facilitate integration with the Image Editor plugin
- Improve performance
- Improve file loader so it now supports
blobURLs - Add
stylePanelLayoutsetting to set layout mode for panel - Add
stylePanelAspectRatiosetting to fix aspect ratio of panel - Add
styleButtonRemoveItemPositionto control remove button position on image preview - Add
styleButtonProcessItemPositionto control item processing position on image preview - Add
styleLoadIndicatorPositionto control load indicator position on image preview - Add
styleProgressIndicatorPositionto control process indicator position on image preview - Add method to automatically update data when file metadata is updated
- Fix animation rest state detection
Please note that this update will require installing new versions of the following plugins:
- File Encode
- Image Crop
- Image Preview
- Image Transform
- 2.3.125 Sept 2018
- 2.3.024 Sept 2018
Release notes2 sources agree
Open source →- Improve browser environment detection #123.
- Add
beforeRemoveFilecallback to allow user confirmation before actual file removal.
- 2.2.114 Sept 2018
Release notes2 sources agree
Open source →- Fix another problem where list overflow would not render correctly.
- 2.2.04 Sept 2018
Release notes2 sources agree
Open source →- Fix problem where
maxFileswas not enforced when dropping a set of files, each file was added in sequence tillmaxFileswas reached while the set as a whole should've been invalidated at once.
- Fix problem where
- 2.1.34 Sept 2018
Release notes2 sources agree
Open source →- Fix problem where max-height of filepond root would not be respected by file list.
- 2.1.24 Sept 2018
Release notes2 sources agree
Open source →- Cleaned up some stray babelHelpers.
- Fix bug in render engine style method, should result in less unnecessary redraws.
- 2.1.127 Aug 2018
Release notes2 sources agree
Open source →- Fix problem where the drop indicator would render at the wrong location.
- Fix problem where calling
removeFiledirectly afterprocessFilewas resolved would throw an error.
- 2.1.027 Aug 2018
Release notes2 sources agree
Open source →- Labels can now be set as functions, these functions will receive context information, this is useful to customize both he load error and processing error labels based on server response.
- 2.0.113 Aug 2018
- 2.0.06 Aug 2018
Release notes2 sources agree
Open source →- Automatically replace undo button counterclockwise arrow icon with remove button icon when
instantUploadis set totrue.
- Automatically replace undo button counterclockwise arrow icon with remove button icon when
- 1.8.813 Jul 2018
- 1.8.713 Jul 2018
Release notes2 sources agree
Open source →- Fix problem where setting
allowReverttofalsewould hide the remove button.
- Fix problem where setting
- 1.8.64 Jul 2018
- 1.8.528 Jun 2018
Release notes2 sources agree
Open source →- Fix casting of input attributes without value to correct boolean
- 1.8.428 Jun 2018
Release notes2 sources agree
Open source →- Fix problem where response timeout would throw an error
- Improve handling of returned value by processing onload function
- 1.8.326 Jun 2018
- 1.8.225 Jun 2018
Release notes2 sources agree
Open source →- Fix problem where element options did not override page level options
- 1.8.125 Jun 2018
Release notes2 sources agree
Open source →- Handle
Blobwithnameproperty same as actualFileobject - Attempt to fix a problem where
elementFromPointcould not be found in Angular component
- Handle
- 1.8.019 Jun 2018
Release notes2 sources agree
Open source →- Add view filter to file info view
- Add option to mock server files
- Add option to set initial file metadata for server files
- Bugfixes
- 1.7.419 Jun 2018
Release notes2 sources agree
Open source →- Fix handling of
Content-Dispositionheader to better extract the filename
- Fix handling of
- 1.7.318 Jun 2018
Release notes2 sources agree
Open source →- Events are now fired asynchronous, this allows internal processes to finish up
- 1.7.214 Jun 2018
- 1.7.131 May 2018
Release notes2 sources agree
Open source →- Add view filter to file status view
- Fix problem where attribute object value was not read correctly
- 1.7.029 May 2018
Release notes2 sources agree
Open source →- Add
onerrorcallback to server configuration to allow custom parsing of error response
- Add
- 1.6.228 May 2018
Release notes2 sources agree
Open source →- Fix problem where restored temp file would not be removed correctly
- 1.6.128 May 2018
- 1.6.028 May 2018
- 1.5.428 May 2018
- 1.5.325 May 2018
- 1.5.217 May 2018
- 1.5.117 May 2018
- 1.5.015 May 2018
- 1.4.114 May 2018
Release notes2 sources agree
Open source →- Fix progress indicator getting stuck on subsequent uploads
- 1.4.027 Apr 2018
- 1.3.026 Apr 2018
Release notes2 sources agree
Open source →- Add
dropValidationoption to enable pre-validating of dropped items
- Add
- 1.2.1112 Apr 2018
Release notes2 sources agree
Open source →- Improve timing of CPU heavy operations (like file encoding) when a file is added to FilePond
- 1.2.106 Apr 2018
Release notes2 sources agree
Open source →- Fix
removeFilesmethod. Did not correctly remove files when called with empty arguments or an array of indexes
- Fix
- 1.2.95 Apr 2018
Release notes2 sources agree
Open source →- Fix bug where
processFilesonly worked when receiving parameters
- Fix bug where
- 1.2.85 Apr 2018
Release notes2 sources agree
Open source →- Tiny improvements so can be used when server side rendering
- 1.2.727 Mar 2018
Release notes2 sources agree
Open source →- Improve loading indicator state
- Add Angular adapter reference to README
- 1.2.623 Mar 2018
- 1.2.522 Mar 2018
Release notes2 sources agree
Open source →- Fix id attribute not being available on FilePond root
- Fix FilePond not rendering correctly when initially hidden
- Improve render performance
- 1.2.422 Mar 2018
Release notes2 sources agree
Open source →- Fix
setOptionsmethod not correctly converting value types
- Fix
- 1.2.319 Mar 2018
Release notes2 sources agree
Open source →- Update the
OptionTypesproperty when a plugin is registered
- Update the
- 1.2.219 Mar 2018
Release notes2 sources agree
Open source →- Fix
setOptionsreturning an incorrectly formatted options object
- Fix
- 1.2.119 Mar 2018
Release notes2 sources agree
Open source →- Add README link to backlog on WIP
- Fix problem where
destroywould not remove FilePond - Switch license from GPL to MIT
- Add jQuery to adapters list
- Fix error message animation
- Improve FilePond event parameters
- 1.2.015 Mar 2018
Nothing published for this version
- 1.1.013 Mar 2018
- 1.0.88 Mar 2018
Release notes2 sources agree
Open source →- Fix problem where plugins could be registered twice
- Improve
filesproperty, now compares existing files against new files and updates accordingly
- 1.0.728 Feb 2018
- 1.0.627 Feb 2018
Release notes2 sources agree
Open source →- Improve style possibilities for panel views and enforce internal panel layout properties
- 1.0.526 Feb 2018
Release notes2 sources agree
Open source →- Fix problem where loading indicators would not spin for certain requests
- Various improvements to README
- 1.0.415 Feb 2018
- 1.0.38 Feb 2018
- 1.0.230 Jan 2018
Release notes2 sources agree
Open source →- Add support for client side file manipulation
- Add support for file metadata
- Improve performance
- 1.0.12 Jan 2018
- 1.0.027 Dec 2017
- 0.9.028 Nov 2017
Nothing published for this version