Comparing version 4.9.2 to 4.9.3
# Changelog | ||
## 4.9.3 | ||
- Fix problem where ending the class attribute on a space would throw an error. | ||
## 4.9.2 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "filepond", | ||
"version": "4.9.2", | ||
"version": "4.9.3", | ||
"description": "FilePond, Where files go to stretch their bits.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -319,2 +319,12 @@ // Based on definitions by Zach Posten for React-Filepond <https://github.com/zposten> | ||
/** | ||
* Label used when showing the number of files and there is only one. | ||
* @default 'file in list' | ||
*/ | ||
labelFileCountSingular?: string; | ||
/** | ||
* Label used when showing the number of files and there is more than one. | ||
* @default 'files in list' | ||
*/ | ||
labelFileCountPlural?: string; | ||
/** | ||
* Label used while loading a file. | ||
@@ -924,2 +934,12 @@ * @default 'Loading' | ||
labelFileSizeNotAvailable: string; | ||
/** | ||
* Label used when showing the number of files and there is only one. | ||
* @default 'file in list' | ||
*/ | ||
labelFileCountSingular: string; | ||
/** | ||
* Label used when showing the number of files and there is more than one. | ||
* @default 'files in list' | ||
*/ | ||
labelFileCountPlural: string; | ||
/** | ||
@@ -926,0 +946,0 @@ * Label used while loading 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
892191
21345