Comparing version 4.9.3 to 4.9.4
# Changelog | ||
## 4.9.4 | ||
- Fix problem with API querystring containing multiple quetionmarks. | ||
## 4.9.3 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "filepond", | ||
"version": "4.9.3", | ||
"version": "4.9.4", | ||
"description": "FilePond, Where files go to stretch their bits.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -334,2 +334,7 @@ // Based on definitions by Zach Posten for React-Filepond <https://github.com/zposten> | ||
/** | ||
* Label used when file is added (assistive only). | ||
* @default 'Added' | ||
*/ | ||
labelFileAdded?: string; | ||
/** | ||
* Label used when file load failed. | ||
@@ -340,2 +345,7 @@ * @default 'Error during load' | ||
/** | ||
* Label used when file is removed (assistive only). | ||
* @default 'Removed' | ||
*/ | ||
labelFileRemoved?: string; | ||
/** | ||
* Label used when uploading a file. | ||
@@ -950,2 +960,7 @@ * @default 'Uploading' | ||
labelFileLoading: string; | ||
/** | ||
* Label used when file is added (assistive only). | ||
* @default 'Added' | ||
*/ | ||
labelFileAdded: string; | ||
/** | ||
@@ -956,2 +971,7 @@ * Label used when file load failed. | ||
labelFileLoadError: string; | ||
/** | ||
* Label used when file is removed (assistive only). | ||
* @default 'Removed' | ||
*/ | ||
labelFileRemoved: string; | ||
/** | ||
@@ -958,0 +978,0 @@ * Label used when uploading a file. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
893887
21399