Changelog
0.25.5
Released: 2018-06-13.
node_modules
from test/endtoend
(@arturi, @kvz / #a60c2f0c641f7db580937ebbc0884e25c8ef8583, #355f696a74d8ec56381578f1fb5ad9c913fe8200)Changelog
0.25.4
Released: 2018-06-13.
Changelog
0.25.3
Released: 2018-06-12.
uppy.close()
and uppy.removePlugin(plugin)
: Remove plugins immutably when uppy.close() is called, not just uninstall; emit event plugin-remove
before removing plugin; remove plugins from Dashboard when they are removed from Uppy; check if plugin exists in Uppy before re-rendering, since debounced re-render can happen after a plugin is removed, that’s been causing issues in #890 (#898 / @arturi)Changelog
0.25.2
Released: 2018-06-05.
file.remote
--> file.remote.host
, since remote
is an object (aa8247b6e2aeffc5aa237b983d88faae53819133 / @ifedapoolarewaju, @arturi)poweredByUppy
inside the Dashboard (a5f23c7fd57a0a0a554580b5d5423f54b39c2444 / @arturi)Changelog
0.25.1
Released: 2018-06-05.
hostPattern
option — a regular expression, for Uppy Server running on server1.example.com
and server2.example.com
, you should set hostPattern: '.example.com$'
(644da749dfb4ecc5c32c744f155fc4c1b07fce13 / @ifedapoolarewaju)host
options (having a trailing slash in a host option used to break providers) (#885 / @goto-bus-stop)uploadURL
(#886 / @goto-bus-stop)Changelog
0.25.0
Released: 2018-06-01.
.run()
(to solve issues like #756), just .use()
all the way (#793 / goto-bus-stop)failedToUpload
needs to contain %{file}
, substituted by the name of the file that faileddropPaste
and dropPasteImport
need to contain %{browse}
, substituted by the "browse" text buttonediting
needs to contain %{file}
, substituted by the name of the file being editedfileSource
and importFrom
need to contain %{name}
, substituted by the name of the providerdropHereOr
needs to contain %{browse}
, substituted by the "browse" text buttonbytesUploaded = bytesTotal
when upload is complete (#f51ab0f / @arturi)filename
and filetype
, so that tusd servers knows what headers to set (#844 / @vith)addfile()
calls from UI plugins (@arturi / #867)cancel-all
events; disable progress throttling in Core; Ignore progress events in timeout tracker after upload was aborted (#864 / @goto-bus-stop, @arturi)filetype
Changelog
0.24.4
Released: 2018-05-14.
allowedFileTypes
and maxNumberOfFiles
to input[type=file]
in UI components: Dashboard, DragDrop, FileInput (#814 / @arturi)limit
option for upload parameter requests (#817 / @ap--)metadata
vs. $_FILES[]["name"]
(#1c1bf2e / @goto-bus-stop)Changelog
0.24.3
Released: 2018-05-10.
uppy.getFiles()
method (@goto-bus-stop / #770)rel="noopener noreferrer"
to links containing target="_blank"
(#767 / @kvz)uppy.state
docs to align with the Stores feature (#792 / @goto-bus-stop)inputName
option like FileInput has, set empty value="", closes #729 (#778 / @goto-bus-stop, @arturi)Changelog
0.24.2
Released: 2018-04-17.
Changelog
0.24.1
Released: 2018-04-16.
maxWidth
, maxHeight
--> width
and height
; update docs and React props too; regardless of what we call those internally, this makes more sense, I think (@arturi)<label>
and <input>
, fixes #749 (@goto-bus-stop / #757)