Comparing version 4.9.0 to 4.9.2
# Changelog | ||
## 4.9.2 | ||
- Add `grab` cursor to items so there's and indicator that items are grabbable. | ||
## 4.9.1 | ||
- Fix issue where Chrome on Android would launch pull-to-refresh when trying to drag a file item. | ||
## 4.9.0 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "filepond", | ||
"version": "4.9.0", | ||
"version": "4.9.2", | ||
"description": "FilePond, Where files go to stretch their bits.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1152,2 +1152,8 @@ // Based on definitions by Zach Posten for React-Filepond <https://github.com/zposten> | ||
/** | ||
* Moves a file. Select file with query and supply target index. | ||
* @param query The file reference, id, or index. | ||
* @param index The index to move the file to. | ||
*/ | ||
moveFile: (query: File | string | number, index: number) => void; | ||
/** | ||
* Removes a file. If no parameter is provided, removes the first file in the list. | ||
@@ -1154,0 +1160,0 @@ * @param query The file reference, id, or index. |
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
891670
21332