Comparing version 4.24.0 to 4.25.0
# Changelog | ||
## 4.25.0 | ||
- Add `beforePrepareOutput` hook to intercept and prevent preparing a new output file. | ||
## 4.24.0 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "filepond", | ||
"version": "4.24.0", | ||
"version": "4.25.0", | ||
"description": "FilePond, Where files go to stretch their bits.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -37,14 +37,2 @@ # <img src="https://github.com/pqina/filepond-github-assets/blob/master/logo.svg" height="44" alt="FilePond"/> | ||
### Need faster FilePond support? | ||
Waiting for a reponse to [Stack Overflow](https://stackoverflow.com/questions/tagged/filepond) questions or GitHub issues (for bug reports) can slow down your project, if you require fast support, please consider purchasing one or more [Developer Support Packages](https://pqina.nl/filepond/#support) on the FilePond product page. | ||
- ✉️ Direct 1st line support | ||
- 🗓 Max 2 business day reponse time | ||
- 👨💻 8 support hours per developer | ||
[Purchase support package](https://pqina.nl/filepond/?ref=github-filepond#support) | ||
--- | ||
### FilePond Plugins | ||
@@ -175,3 +163,3 @@ | ||
* [Image uploads with Laravel and FilePond](https://devdojo.com/episode/image-uploads-with-laravel-and-filepond) | ||
* [Integrating FilePond with Ember](https://alexdiliberto.com/ember-filepond/latest/) | ||
* [Integrating FilePond with Ember](https://alexdiliberto.com/ember-filepond/) | ||
* [FilePond launch day post-mortem](https://pqina.nl/blog/filepond-launch-day-post-mortem) | ||
@@ -178,0 +166,0 @@ * [FilePond on ProductHunt](https://www.producthunt.com/posts/filepond-js) |
@@ -744,2 +744,7 @@ // Based on definitions by Zach Posten for React-Filepond <https://github.com/zposten> | ||
itemInsertInterval?: number; | ||
/** | ||
* The base value used to calculate file size | ||
* @default 1000 | ||
*/ | ||
fileSizeBase?: number; | ||
} | ||
@@ -746,0 +751,0 @@ |
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
977551
22614
201