@uppy/core
Advanced tools
Changelog
1.20.0
Released: 2020-08-10
This release fixes the localized text on the Dashboard (again), fixes an issue when repeatedly uploading the same file using the Transloadit plugin, and adds a new restriction, minFileSize
, thanks to @anthony0030!
| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.8.3 | @uppy/react | 1.10.3 | | @uppy/companion | 2.0.0-alpha.10 | @uppy/robodog | 1.9.3 | | @uppy/core | 1.13.0 | @uppy/status-bar | 1.7.4 | | @uppy/dashboard | 1.12.3 | @uppy/transloadit | 1.6.6 | | @uppy/image-editor | 0.1.4 | uppy | 1.20.0 | | @uppy/locales | 1.16.4 | - | - |
retryUpload
(#2442 / @goto-bus-stop)Changelog
1.19.2
Released: 2020-07-30
This mostly introduces patches to accommodate for the new @uppy/zoom
plugin! 🎉
| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.8.2 | @uppy/progress-bar | 1.3.18 | | @uppy/aws-s3 | 1.6.9 | @uppy/provider-views | 1.7.2 | | @uppy/companion-client | 1.5.3 | @uppy/react | 1.10.2 | | @uppy/companion | 2.0.0-alpha.9 | @uppy/redux-dev-tools | 1.3.4 | | @uppy/core | 1.12.2 | @uppy/robodog | 1.9.2 | | @uppy/dashboard | 1.12.2 | @uppy/screen-capture | 1.0.6 | | @uppy/drag-drop | 1.4.18 | @uppy/status-bar | 1.7.3 | | @uppy/dropbox | 1.4.11 | @uppy/store-default | 1.2.3 | | @uppy/facebook | 1.1.11 | @uppy/store-redux | 1.2.3 | | @uppy/file-input | 1.4.16 | @uppy/thumbnail-generator | 1.6.5 | | @uppy/form | 1.3.19 | @uppy/transloadit | 1.6.5 | | @uppy/golden-retriever | 1.3.18 | @uppy/tus | 1.7.3 | | @uppy/google-drive | 1.5.11 | @uppy/url | 1.5.10 | | @uppy/image-editor | 0.1.3 | @uppy/utils | 3.2.2 | | @uppy/informer | 1.5.10 | @uppy/webcam | 1.6.10 | | @uppy/instagram | 1.4.11 | @uppy/xhr-upload | 1.6.3 | | @uppy/locales | 1.16.3 | @uppy/zoom | 0.1.0 | | @uppy/onedrive | 1.1.11 | uppy | 1.19.2 |
Changelog
1.19.1
Released: 2020-07-29
This is a bugfix release. The breaking change mentioned in 1.19.0 was much more severe than anticipated, because it affected the primary user-facing translation string. 1.19.1 hopes to restore backwards compatibility with all previous 1.x versions. Thanks to @yaegor for pointing this out and to @jonathanarbely and @fingul for submitting translations for the new strings for German and Korean!
| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.8.1 | @uppy/provider-views | 1.7.1 | | @uppy/aws-s3 | 1.6.8 | @uppy/react | 1.10.1 | | @uppy/companion-client | 1.5.2 | @uppy/redux-dev-tools | 1.3.3 | | @uppy/core | 1.12.1 | @uppy/robodog | 1.9.1 | | @uppy/dashboard | 1.12.1 | @uppy/screen-capture | 1.0.5 | | @uppy/drag-drop | 1.4.17 | @uppy/status-bar | 1.7.2 | | @uppy/dropbox | 1.4.10 | @uppy/store-default | 1.2.2 | | @uppy/facebook | 1.1.10 | @uppy/store-redux | 1.2.2 | | @uppy/file-input | 1.4.15 | @uppy/thumbnail-generator | 1.6.4 | | @uppy/form | 1.3.18 | @uppy/transloadit | 1.6.4 | | @uppy/golden-retriever | 1.3.17 | @uppy/tus | 1.7.2 | | @uppy/google-drive | 1.5.10 | @uppy/url | 1.5.9 | | @uppy/informer | 1.5.9 | @uppy/utils | 3.2.1 | | @uppy/instagram | 1.4.10 | @uppy/webcam | 1.6.9 | | @uppy/locales | 1.16.2 | @uppy/xhr-upload | 1.6.2 | | @uppy/onedrive | 1.1.10 | uppy | 1.19.1 | | @uppy/progress-bar | 1.3.17 | - | - |
getUploadParameters()
implementation (#2388 / @johnnyperkins)browseFiles
for all remaining translations (#2397 / @goto-bus-stop)browseFiles
for the German translation (#2396 / @jonathanarbely)dropPaste*
strings (#2395 / @fingul)waitForXYZ
options better (#2371 / @goto-bus-stop)new Uppy()
over plain call syntax Uppy()
(#2371 / @goto-bus-stop)Changelog
1.19.0
Released: 2020-07-21
Note that this release includes a very minor breaking change. If you are using custom translations for the dropPaste
or dropPasteImport
locale strings, you need to append the file selection style to the key name. Use dropPasteFiles
, dropPasteFolders
, or dropPasteBoth
, or dropPasteImportFiles
, dropPasteImportFolders
, or dropPasteImportBoth
depending on your dashboard and provider configuration.
ImageEditor
export (@goto-bus-stop)fileManagerSelectionType
option, allowing users to select folders (#2334 / @bdirito)Changelog
1.18.0
Released: 2020-07-19
| Package | Version | Package | Version | |-|-|-|-| | @uppy/companion | 2.0.0-alpha.8 | @uppy/react | 1.9.1 | | @uppy/dashboard | 1.11.0 | @uppy/robodog | 1.8.0 | | @uppy/image-editor | 0.1.1 | uppy | 1.18.0 | | @uppy/locales | 1.16.0 | - | - |
Changelog
1.17.0
Released: 2020-07-15
| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.8.0 | @uppy/onedrive | 1.1.9 | | @uppy/aws-s3 | 1.6.7 | @uppy/progress-bar | 1.3.16 | | @uppy/companion-client | 1.5.1 | @uppy/provider-views | 1.7.0 | | @uppy/companion | 2.0.0-alpha.7 | @uppy/react | 1.9.0 | | @uppy/core | 1.12.0 | @uppy/robodog | 1.7.2 | | @uppy/dashboard | 1.10.2 | @uppy/screen-capture | 1.0.4 | | @uppy/drag-drop | 1.4.16 | @uppy/status-bar | 1.7.1 | | @uppy/dropbox | 1.4.9 | @uppy/thumbnail-generator | 1.6.3 | | @uppy/facebook | 1.1.9 | @uppy/transloadit | 1.6.2 | | @uppy/file-input | 1.4.14 | @uppy/tus | 1.7.0 | | @uppy/form | 1.3.17 | @uppy/url | 1.5.8 | | @uppy/golden-retriever | 1.3.16 | @uppy/utils | 3.2.0 | | @uppy/google-drive | 1.5.9 | @uppy/webcam | 1.6.8 | | @uppy/informer | 1.5.8 | @uppy/xhr-upload | 1.6.1 | | @uppy/instagram | 1.4.9 | uppy | 1.17.0 | | @uppy/locales | 1.15.1 | - | - |
microsoft
and google
providerOptions to onedrive
and drive
respectively (#2346 / @ifedapoolarewaju)reason
parameter to the uppy.removeFile()
method and the uppy.on('file-removed')
event (#2323 / @arturi)Changelog
1.16.1
Released: 2020-06-19
| Package | Version | Package | Version | |-|-|-|-| | @uppy/companion | 2.0.0-alpha.6 | - | - |
Released: 2020-06-18
⚠️ This release patches a Server Side Request Forgery (SSRF) Security vulnerability on @uppy/companion
| Package | Version | Package | Version | |-|-|-|-| | @uppy/companion | 1.13.2, 2.0.0-alpha.5 | @uppy/onedrive | 1.1.8 | | @uppy/dashboard | 1.10.1 | @uppy/provider-views | 1.6.8 | | @uppy/drag-drop | 1.4.15 | @uppy/react | 1.8.1 | | @uppy/dropbox | 1.4.8 | @uppy/robodog | 1.7.1 | | @uppy/facebook | 1.1.8 | @uppy/thumbnail-generator | 1.6.2 | | @uppy/google-drive | 1.5.8 | @uppy/transloadit | 1.6.1 | | @uppy/instagram | 1.4.8 | uppy | 1.16.1 |
Changelog
1.16.0
Released: 2020-06-13
This release fixes Drag Drop plugin bug introduced in the previous release (@uppy/drag-drop@1.4.13) and adds NetworkError reporting and error.isNetworkError
to the Transloadit plugin.
| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.7.1 | @uppy/onedrive | 1.1.7 | | @uppy/aws-s3 | 1.6.6 | @uppy/progress-bar | 1.3.15 | | @uppy/companion-client | 1.5.0 | @uppy/provider-views | 1.6.7 | | @uppy/companion | 2.0.0-alpha.4 | @uppy/react | 1.8.0 | | @uppy/core | 1.11.0 | @uppy/robodog | 1.7.0 | | @uppy/dashboard | 1.10.0 | @uppy/screen-capture | 1.0.3 | | @uppy/drag-drop | 1.4.14 | @uppy/status-bar | 1.7.0 | | @uppy/dropbox | 1.4.7 | @uppy/thumbnail-generator | 1.6.1 | | @uppy/facebook | 1.1.7 | @uppy/transloadit | 1.6.0 | | @uppy/file-input | 1.4.13 | @uppy/tus | 1.6.0 | | @uppy/form | 1.3.16 | @uppy/url | 1.5.7 | | @uppy/golden-retriever | 1.3.15 | @uppy/utils | 3.1.0 | | @uppy/google-drive | 1.5.7 | @uppy/webcam | 1.6.7 | | @uppy/informer | 1.5.7 | @uppy/xhr-upload | 1.6.0 | | @uppy/instagram | 1.4.7 | uppy | 1.16.0 | | @uppy/locales | 1.15.0 | - | - |
error.isNetworkError
(#2291 / @arturi)