|
@@ -9,7 +9,7 @@ Hi! We are back with yet another Uppy release that contains some often requested
|
|
|
|
|
|
<!-- more -->
|
|
|
|
|
|
-## ⚠️ File Restrictions
|
|
|
+## ⚠️ File Restrictions
|
|
|
|
|
|
Something that a few of our biggest fans were asking for, is finally here! Here's the gist of it:
|
|
|
|
|
@@ -95,7 +95,7 @@ Details: [#217](https://github.com/transloadit/uppy/pull/217)
|
|
|
|
|
|
## Better file type detection
|
|
|
|
|
|
-We’ve added a [`file-type`](https://github.com/sindresorhus/file-type) module that helps with figuring out the file type by reading the first magic bytes of the file. If that doesn’t work, we try to use the mime-type provided by the system/browser, and if that is still a dead end, we attempt to figure it out by extension. All in all, this leads to a more robust file type detecting experience. Personally, I’m just happy my Sex and the City 🍸 `.avi` files are now recognized as `video` on a Mac!
|
|
|
+We’ve added a [`file-type`](https://github.com/sindresorhus/file-type) module that helps with figuring out the file type by reading the first magic bytes of the file. If that doesn’t work, we try to use the mime-type provided by the system/browser, and if that is still a dead end, we attempt to figure it out by extension. All in all, this leads to a more robust file type detecting experience. Personally, I’m just happy my Sex and the City 🍸 `.avi` files are now recognized as `video` on a Mac!
|
|
|
|
|
|
Further details can be found here: [#219](https://github.com/transloadit/uppy/pull/219)
|
|
|
|
|
@@ -105,7 +105,7 @@ If a plugin’s `target` is a `form` element, we are going to try to extract all
|
|
|
|
|
|
Uppy’s core options have received a new `meta` property, where you can define some metadata from the start, as well as a new `setMeta` method that can be called at any time.
|
|
|
|
|
|
-See here for more details: [#238](https://github.com/transloadit/uppy/pull/238)
|
|
|
+See here for more details: [#238](https://github.com/transloadit/uppy/pull/238)
|
|
|
|
|
|
## More
|
|
|
|
|
@@ -121,9 +121,9 @@ Here is the full list of changes for version 0.17:
|
|
|
- provider: improved UI: improve overall look, breadcrumbs, more responsive (@arturi)
|
|
|
- core: css-in-js demos, try template-css (@arturi @goto-bus-stop #239)
|
|
|
- core: added `uppy.reset()` as discussed in #179 (@arturi)
|
|
|
-- core: added nanoraf https://github.com/yoshuawuyts/choo/pull/135/files?diff=unified (@goto-bus-stop, @arturi)
|
|
|
-- core: file type detection: archives, markdown (possible modules: file-type, identify-filetype) example: http://requirebin.com/?gist=f9bea9602030f1320a227cf7f140c45f, http://stackoverflow.com/a/29672957 (@arturi)
|
|
|
-- dashboard: made file icons prettier: https://uppy.io/images/blog/0.16/service-logos.png (@arturi, @nqst / #215)
|
|
|
+- core: added nanoraf <https://github.com/yoshuawuyts/choo/pull/135/files?diff=unified> (@goto-bus-stop, @arturi)
|
|
|
+- core: file type detection: archives, markdown (possible modules: file-type, identify-filetype) example: <http://requirebin.com/?gist=f9bea9602030f1320a227cf7f140c45f>, <http://stackoverflow.com/a/29672957> (@arturi)
|
|
|
+- dashboard: made file icons prettier: <https://uppy.io/images/blog/0.16/service-logos.png> (@arturi, @nqst / #215)
|
|
|
- fileinput: allow retrieving fields/options from form (@arturi #153)
|
|
|
- server: configurable server port (@ifedapoolarewaju)
|
|
|
- server: added support for custom providers (@ifedapoolarewaju)
|
|
@@ -137,14 +137,14 @@ Here is the full list of changes for version 0.17:
|
|
|
- uppy/uppy-server: allow google drive/dropbox non-tus (i.e multipart) remote uploads (@arturi, @ifedapoolarewaju / #205)
|
|
|
- uppy/uppy-server: do not show files that cannot be downloaded from Google Drive (@ifedapoolarewaju)
|
|
|
- uppy: fixed Google Drive uploads on mobile (double click issue) (@arturi)
|
|
|
-- core: updated prettier-bytes to fix the IE support issue https://github.com/Flet/prettier-bytes/issues/3 (@arturi)
|
|
|
+- core: updated prettier-bytes to fix the IE support issue <https://github.com/Flet/prettier-bytes/issues/3> (@arturi)
|
|
|
- core: use URL.createObjectURL instead of resizing thumbnails (@arturi, @goto-bus-stop / #199)
|
|
|
- dashboard: fixed ETA when multiple files are being uploaded (@goto-bus-stop, #197)
|
|
|
- transloadit: fixed receiving assembly results that are not related to an input file (@arturi, @goto-bus-stop / #201)
|
|
|
- transloadit: use the `tus_upload_url` to reliably link assembly results with their input files (@goto-bus-stop / #207)
|
|
|
-- transloadit: moved user-facing strings into locale option (@goto-bus-stop / https://github.com/transloadit/uppy/commit/87a22e7ee37b6fa3754fa34868516a6700306b60)
|
|
|
+- transloadit: moved user-facing strings into locale option (@goto-bus-stop / <https://github.com/transloadit/uppy/commit/87a22e7ee37b6fa3754fa34868516a6700306b60>)
|
|
|
- webcam: mute audio in realtime playback (@goto-bus-stop / #196)
|
|
|
-- temporarily downgrade yo-yoify, until shama/yo-yoify#45 is resolved (@arturi / https://github.com/transloadit/uppy/commit/6292b96)
|
|
|
+- temporarily downgrade yo-yoify, until shama/yo-yoify#45 is resolved (@arturi / <https://github.com/transloadit/uppy/commit/6292b96>)
|
|
|
|
|
|
Enjoy!
|
|
|
|