|
@@ -1,6 +1,6 @@
|
|
|
---
|
|
|
title: "Uppy 1.8 and 1.9: security, error handling and better types"
|
|
|
-date: 2020-03-06
|
|
|
+date: 2020-03-09
|
|
|
author: arturi
|
|
|
published: false
|
|
|
---
|
|
@@ -95,8 +95,18 @@ https://transloadit.edgly.net/releases/uppy/v1.9.3/uppy-v1.9.3.zip
|
|
|
## Locales
|
|
|
|
|
|
* Uppy now speaks Korean and Vietnamese.
|
|
|
-* The French and German translations have been improved.
|
|
|
+* The French, German and Chinese (zh_TW) translations have been improved.
|
|
|
|
|
|
## Misc
|
|
|
|
|
|
+- @uppy/core: core: setState(modifiedFiles) in onBeforeUpload (#2028 / @arturi)
|
|
|
+- @uppy/core: always log errors (#2029 / @arturi)
|
|
|
+- @uppy/core: fix mime type checking bug (#2004 / @shahimclt)
|
|
|
+- @uppy/core: add .tsv and .tab: text/tab-separated-values (#2056 / @arturi)
|
|
|
+- @uppy/onedrive: make encryption shorter + enable onedrive on website (#2034 / @ifedapoolarewaju)
|
|
|
+- @uppy/react: use `componentDidUpdate` instead of `componentWillReceiveProps` (@cryptic022, #1999)
|
|
|
+- @uppy/xhr-upload: free item from rate limit queue when upload times out (@rtaieb, #2018)
|
|
|
+- @uppy/aws-s3-multipart: add optional headers for signed url (@ardeois, #1985)
|
|
|
+- @uppy/aws-s3: fix crash when S3 response does not have a Content-Type header (@roenschg, #2012)
|
|
|
+
|
|
|
As always, you can find the full list of changes and package versions, as well as future plans, in our [changelog](https://github.com/transloadit/uppy/blob/master/CHANGELOG.md).
|