Skip to content

Commit

Permalink
add processfiles to types
Browse files Browse the repository at this point in the history
  • Loading branch information
rikschennink committed Dec 23, 2024
1 parent 4f1c4c2 commit 1fba141
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.32.6

- Fix `processfiles` event missing from types.`

## 4.32.5

- Attempt to fix item dragging issue on Android.
Expand Down
2 changes: 1 addition & 1 deletion dist/filepond.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* FilePond 4.32.5
* FilePond 4.32.6
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/filepond.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* FilePond 4.32.5
* FilePond 4.32.6
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/filepond.esm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/filepond.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* FilePond 4.32.5
* FilePond 4.32.6
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/filepond.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/filepond.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filepond",
"version": "4.32.5",
"version": "4.32.6",
"description": "FilePond, Where files go to stretch their bits.",
"license": "MIT",
"author": {
Expand Down
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ export type FilePondEventPrefixed =
| 'FilePond:processfileabort'
| 'FilePond:processfilerevert'
| 'FilePond:processfile'
| 'FilePond:processfiles'
| 'FilePond:removefile'
| 'FilePond:updatefiles'
| 'FilePond:reorderfiles';
Expand All @@ -885,6 +886,7 @@ export type FilePondEvent =
| 'processfileabort'
| 'processfilerevert'
| 'processfile'
| 'processfiles'
| 'removefile'
| 'updatefiles'
| 'reorderfiles';
Expand Down

0 comments on commit 1fba141

Please sign in to comment.