Browse Source

post: my edit for 2017-05-0.16 release blog post

Ifedapo Olarewaju 8 years ago
parent
commit
693acc9302

+ 1 - 1
website/src/_data/authors.yml

@@ -7,7 +7,7 @@ ife:
   email: 'ifedapo@transloadit.com'
   name: 'Ifedapo Olarewaju'
   id: 'ife'
-  tagline: 'Developer'
+  tagline: 'Software Developer'
 renee:
   email: ''
   name: 'Renée Kooi'

+ 23 - 17
website/src/_posts/2017-05-0.16.md

@@ -1,17 +1,16 @@
 ---
-title: "Uppy 0.16: ?"
-date: 2017-03-15
+title: "Uppy 0.16: Transloadit!"
+date: 2017-05-15
 author: ife
 published: false
 ---
 
-This release was in the works longer than usual, but its also cooler than usual, so lets get right to it.
+Hello there! Missed us? :) This release was in the works longer than usual, but its also cooler than usual, so lets get right to it.
+<!-- more -->
 
 ## Transloadit integration beta
 
-...
-
-It’s here, it works, its still in beta, its awesome nevertheless, its optional.
+Yes you read that right! We now have an easily integrable [Transloadit](https://transloadit.com) plugin. It was a big push indeed and many thanks to superhuman [Renée](https://github.com/goto-bus-stop) for going beast mode on this. It's still in beta, but it works, and it's awesome nevertheless. Oh yeah and also its optional.
 
 ## DOM element in `target:` option, `uppy.close()` for tearing down an Uppy instance
 
@@ -23,24 +22,31 @@ It’s here, it works, its still in beta, its awesome nevertheless, its optional
 
 ## Server time!
 
-- parallelizing downloading/uploading remote files: start uploading chunks right away, while still storing the file on disk
-- Image thumbnails are now also shown for remote files
-- Tests have been added
+We have it covered front-to-back so be sure we also got some things going on the server side.
 
-...
-
-<!-- more -->
+- parallelizing downloading/uploading remote files: start uploading chunks right away, while still downloading the file on disk.
+Even though the server may download files relatively faster, it is good to know that you don't have to wait out the download before the upload begins. :)
+- Image thumbnails are now also shown for remote files.
+- Automated tests have been added using the test library, [jest](https://facebook.github.io/jest/).
+- Remote files are now deleted from local disk immediately after a successful upload.
 
 ## And
 
-- Multiple necessary chores (the kind you don’t talk about at parties, well, maybe), like replacing `babel-preset-es2015-loose` by standard es2015 preset with `loose` option
-- Merge tus-js-client options with uppy-tus
-- Service logo is now visible on the file in the Dashboard
-...
+Multiple necessary chores (the kind you don’t talk about at parties, well, maybe), like:
+
+- Replacing `babel-preset-es2015-loose` by standard es2015 preset with `loose` option
+- Merged tus-js-client options with uppy-tus
+- The Service logo is now visible on the corresponding file in the Dashboard. For example if a file is being uploaded from
+Google Drive you would see a goolge drive logo easily identifying where the file is from. Take a look!
+
+<img src="/images/blog/0.16/service-logos.png">
+
+- We reviewed the uppy-server README to be more elaborate when getting started.
+
 
 ## Release Notes
 
-Here is the full list of changes for version 0.15:
+Here is the full list of changes for version 0.16:
 - uploaders: make sure uploads retry/resume if started when offline or disconnected, retry when back online / failed https://github.com/transloadit/uppy/pull/135 (@arturi, @ifedapoolarewaju)
 - transloadit: add basic (beta) version of Transloadit plugin (@goto-bus-stop, @kvz, @tim-kos / #28)
 - transloadit: emit an upload event w/ tl data when a file upload is complete (#191 @goto-bus-stop)

BIN
website/src/images/blog/0.16/service-logos.png