Changelog
0.22.0
Released: 2017-12-21. Theme: 🎄 Christmas edition
Yo-Yo
to Preact
, and all views from html
hyperx template strings to JSX
(#451 / @arturi)setFileState
, merge MetaData
plugin into Dashboard
, prefix "private" core methods with underscores (@arturi / #438)core
to uppy
in plugins and what not. So instead of this.core.state
we now use this.uppy.state
(#438 / @arturi)core:
prefix, as been suggested already. So: success
, error
, upload-started
and so on, and prefixed event names for plugins sometimes, like dashboard:file-card
(#438 / @arturi)uppy-
namespace, so .UppyDashboard-files
--> .uppy-Dashboard-files
and so onmetaFields
option, pass an array of settings for UI field objects { id: 'caption', name: 'Caption', placeholder: 'describe what the image is about' }
(#438 / @arturi, @goto-bus-stop)getMetaFromForm
in favor of new Form
plugin (#407 / @arturi)Form
, a new plugin that is used in conjunction with any acquirer, responsible for: 1. acquiring the metadata from <form>
when upload starts in Uppy; 2. injecting result array of succesful and failed files back into the form (#407 / @arturi)Changelog
0.21.1
Released: 2017-12-10.
this.el
in Plugin
class (#425 / @arturi)isSupported()
API for providers (#421 / @goto-bus-stop, @arturi)setPluginState
and getPluginState
in Providers (#436 / @arturi)getKey
option (#444 / @goto-bus-stop)Changelog
0.21.0
Released: 2017-11-14.
id
for plugins to allow a plugin to be used multiple times (#418 / @arturi)uppy-base
(#382 / @goto-bus-stop){ successful, failed }
from uppy.upload()
(#404 / @goto-bus-stop)tinyify
for the unpkg bundle. (#371 / @goto-bus-stop)image
file name, add type to meta, file type refactor (#395 / @arturi)uppy
PropType, closes (#416 / @goto-bus-stop).use(XHRUpload)
when using S3. (#408 / @goto-bus-stop)Changelog
0.20.3
Released: 2017-10-18.
tus.Upload
instance and events when an upload starts, finishes, or fails. (#390 / @goto-bus-stop)Changelog
0.20.2
Released: 2017-10-11.
getMetaFromForm
documentation (@arturi)Changelog
0.20.1
Released: 2017-10-05.
Changelog
0.20.0
Released: 2017-10-03. Theme: React and Retry
replaceTargetContent
and add tests for Plugin
(#354 / @gavboulton)setPluginState
and add getPluginState
to Plugin
class (#363 / @goto-bus-stop)Changelog
0.19.1
Released: 2017-09-20.
core:state-update
(#341 / @sunil-shrestha, @arturi)Changelog
0.19.0
Released: 2017-09-15. Theme: Tests and better APIs
IndexedDbStore
(#339 / sunil-shrestha)calculateTotalProgress
- NaN (#342 / @arturi)generateFileID
(#330 / @arturi)isOnline()
(#319 / @richardwillars)triggers
of the same class .open-uppy
(#328 / @arturi)aria-hidden
to all SVG icons for accessibility (#4e808ca3d26f06499c58bb77abbf1c3c2b510b4d / @arturi)disc
(#332 / @goto-bus-stop)this.state
getter (#331 / @goto-bus-stop)Changelog
0.18.1
Released: 2017-09-05.
Note: this version was released as a @next
npm tag to unblock some users.
/add_file?s3url=${url}
(#280 / @goto-bus-stop)alwaysRunAssembly
option to run assemblies when no files are uploaded (#290 / @goto-bus-stop)iteratePlugins
inside updateAll
(#312 / @richardwillars)uploadUrl
on uppy.resetProgress()
call (#314 / @goto-bus-stop)