소스 검색

update post and publish

Artur Paikin 7 년 전
부모
커밋
565a4be15f
2개의 변경된 파일11개의 추가작업 그리고 6개의 파일을 삭제
  1. 11 6
      website/src/_posts/2017-12-0.22.md
  2. BIN
      website/src/images/blog/0.22/uppy-dashboard-provider-select.jpg

+ 11 - 6
website/src/_posts/2017-12-0.22.md

@@ -2,10 +2,11 @@
 title: "Uppy 0.22: Preact, Form, Improved Dashboard, Custom Stores"
 date: 2017-12-23
 author: arturi
-published: false
+cover: "https://uppy.io/images/blog/0.22/uppy-dashboard-provider-select.jpg"
+published: true
 ---
 
-Hi all! It’s New Year and Christmas time, and this year Santa is brining you Uppy `0.22` 🎁 This release packs a lot of neat stuff, but it also breaks things in quite a few places, so please read on. 
+Hi all! It’s New Year and Christmas time, and this year Santa is brining you Uppy `0.22` 🎁 This release packs a lot of neat stuff, but it also breaks things in quite a few places, so please read on.
 
 And, if you are celebrating, happy holidays from the Uppy Team! 🎄
 
@@ -40,7 +41,11 @@ See [#434 PR](https://github.com/transloadit/uppy/pull/451) for more screenshots
 
 ## Select multiple files in providers
 
-...
+Thanks to [@sadovnychyi](https://github.com/sadovnychyi), you can now select multiple files from remote providers like Google Drive and Instagram. You can also select folders, and even range of files by holding `shift` key when clicking on first and last item in range.
+
+![Uppy Dashboard UI with 3 files selected](/images/blog/0.22/uppy-dashboard-provider-select.jpg)
+
+[Check it out](https://uppy.io/examples/dashboard/).
 
 <!--more-->
 
@@ -75,7 +80,7 @@ const uppy = Uppy({
 
 Now Uppy will use your app’s Redux store instead of its own, so you have a “single source of truth” 🔮
 
-Read [more on Uppy stores](https://uppy.io/docs/stores/) in docs.
+Read [more on stores](https://uppy.io/docs/stores/) in docs.
 
 ## Form
 
@@ -102,9 +107,9 @@ Also, we’ve fixed restoring from paused state. Now uploads will remain paused
 
 ## Type-safe Server
 
-Uppy-server now uses TypeScript to do some type checking at compile time. This helps spot some otherwise easy to miss runtime time bugs. While the project's source is still written in JavaScript, the use of JsDoc specifications is leveraged by TypeScript to detect data types and mistakes with that, within the project.
+Uppy Server now uses TypeScript to do some type checking at compile time. This helps spot some otherwise easy to miss runtime bugs. While the project’s source is still written in JavaScript, the use of JSDoc specifications is leveraged by TypeScript to detect data types and mistakes with that, within the project.
 
-Thanks to this approach number of hidden bugs have already been identified and fixed, and it also makes uppy-server very well documented. :)
+Thanks to this approach number of hidden bugs have already been identified and fixed, and it also makes Uppy Server very well documented. :)
 
 ## And there’s more
 

BIN
website/src/images/blog/0.22/uppy-dashboard-provider-select.jpg