소스 검색

0.16 post draft/skeleton

please fill it with a bit of text @ifedapoolarewaju and @goto-bus-stop
🙏
Artur Paikin 8 년 전
부모
커밋
bfbd60e0b6
1개의 변경된 파일70개의 추가작업 그리고 0개의 파일을 삭제
  1. 70 0
      website/src/_posts/2017-05-0.16.md

+ 70 - 0
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
+
+...
+
+<!-- more -->
+
+## 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