瀏覽代碼

publish 1.8 and 1.9 post

finally

Co-Authored-By: Ifedapo .A. Olarewaju <ifedapoolarewaju@gmail.com>
Co-Authored-By: Renée Kooi <github@kooi.me>
Artur Paikin 5 年之前
父節點
當前提交
289d39a6e7
共有 1 個文件被更改,包括 12 次插入2 次删除
  1. 12 2
      website/src/_posts/2020-03-1.9.md

+ 12 - 2
website/src/_posts/2020-02-28-1.9.md → website/src/_posts/2020-03-1.9.md

@@ -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).