-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
please fill it with a bit of text @ifedapoolarewaju and @goto-bus-stop 🙏
- Loading branch information
Showing
1 changed file
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |