From de238096807483606fcd77fd7cc513c81f20f0a3 Mon Sep 17 00:00:00 2001 From: Lawrence Wagerfield Date: Wed, 27 Sep 2023 21:34:18 +0100 Subject: [PATCH] Release 4.10.0 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d679610..af3f6f9 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ const options = { }) => {}, // object to the method's first parameter. onUpdate: (event) => { // Called each time the Upload Widget's list of files change. // event.pendingFiles // Array of files that are either uploading or queued. + // event.failedFiles // Array of files that failed to upload (due to network or validation reasons). // event.uploadedFiles // Array of files that have been uploaded and not removed. }, onPreUpload: async file => ({ diff --git a/package.json b/package.json index 9476daa..4869725 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bytescale/upload-widget-react", - "version": "4.9.3", + "version": "4.10.0", "author": "Bytescale (https://www.bytescale.com)", "description": "React File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐", "license": "MIT",