All Versions
199
Latest Version
Avg Release Cycle
12 days
Latest Release
-
Changelog History
Page 15
Changelog History
Page 15
-
v3.0.2 Changes
- Fix problem with label not being clickable while in integrated layout mode.
-
v3.0.1 Changes
- โฑ Fix problem where timeout would incorrectly trigger for uploads.
-
v3.0.0 Changes
- ๐ 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
-
v2.3.1 Changes
- ๐ป Fix improved browser environment detection.
-
v2.3.0 Changes
- ๐ป Improve browser environment detection #123.
- ๐ Add
beforeRemoveFilecallback to allow user confirmation before actual file removal.
-
v2.2.1 Changes
- Fix another problem where list overflow would not render correctly.
-
v2.2.0 Changes
- 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
-
v2.1.3 Changes
- Fix problem where max-height of filepond root would not be respected by file list.
-
v2.1.2 Changes
- Cleaned up some stray babelHelpers.
- ๐ Fix bug in render engine style method, should result in less unnecessary redraws.
-
v2.1.1 Changes
- Fix problem where the drop indicator would render at the wrong location.
- ๐ Fix problem where calling
removeFiledirectly afterprocessFilewas resolved would throw an error.