From bfbd60e0b62fec2bb949486bcc73724a6ad44950 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Tue, 16 May 2017 02:08:06 -0400 Subject: [PATCH] 0.16 post draft/skeleton MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit please fill it with a bit of text @ifedapoolarewaju and @goto-bus-stop 🙏 --- website/src/_posts/2017-05-0.16.md | 70 ++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 website/src/_posts/2017-05-0.16.md diff --git a/website/src/_posts/2017-05-0.16.md b/website/src/_posts/2017-05-0.16.md new file mode 100644 index 0000000000..b9cd7c4601 --- /dev/null +++ b/website/src/_posts/2017-05-0.16.md @@ -0,0 +1,70 @@ +--- +title: "Uppy 0.16: ?" +date: 2017-03-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. + +## Transloadit integration beta + +... + +It’s here, it works, its still in beta, its awesome nevertheless, its optional. + +## DOM element in `target:` option, `uppy.close()` for tearing down an Uppy instance + +... + +## More work on high-level React components + +... + +## 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 + +... + + + +## 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 +... + +## Release Notes + +Here is the full list of changes for version 0.15: +- 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) +- webcam: implement reading audio+video from Webcam (@goto-bus-stop / #175) +- webcam: Make the webcam video fill the available space as much as possible (@goto-bus-stop / #190) +- tus: Merge tus-js-client options with uppy-tus. Hence, enable custom headers support (@goto-bus-stop) +- multipart/tus: Remove Promise.all() calls with unused results (@goto-bus-stop / #121) +- dashboard: fix Dashboard modal close button position (@goto-bus-stop / #171) +- core: pass through errors (@goto-bus-stop / #185) +- core: accept a DOM element in `target:` option (@goto-bus-stop / #169) +- core: Remove the last few potentially buggy uses of `document.querySelector` (@goto-bus-stop) +- dashboard: Fix dashboard width when multiple instances exist (@goto-bus-stop / #184) +- dashboard: add service logo / name to the selected file in file list (@arturi) +- server: begin adding automated tests, maybe try https://facebook.github.io/jest (@ifedapoolarewaju) +- server: add image preview / thumbnail for remote files, if its in the API of services ? (@ifedapoolarewaju) +- server: research parallelizing downloading/uploading remote files: start uploading chunks right away, while still storing the file on disk (@ifedapoolarewaju) +- server: delete file from local disk after upload is successful (@ifedapoolarewaju) +- website: try on a Github ribbon http://tholman.com/github-corners/ (@arturi / #150) +- website: different meta description for pages and post (@arturi) +- server: well documented README (@ifedapoolarewaju) +- react: [WIP] High-level React Components (@goto-bus-stop / #170) +- core: add `uppy.close()` for tearing down an Uppy instance (@goto-bus-stop / #182) +- core: replace `babel-preset-es2015-loose` by standard es2015 preset with `loose` option (@goto-bus-stop / #174) + +Enjoy! + +The Uppy Team