Changelog
0.24.0
Released: 2018-04-12.
postcss-safe-important
(look into http://cleanslatecss.com/ or https://github.com/maximkoretskiy/postcss-autoreset or increasing specificity with .uppy prefix) (#744 / @arturi)onBeforeFileAdded()
, onBeforeUpload()
and addFile()
are now synchronous. You can no longer return a Promise from the onBefore*()
functions. (#294, #746, @goto-bus-stop, @arturi)<DashboardModal />
target
prop (#740, @goto-bus-stop)http
when no protocol is used (#682 / @arturi)Changelog
0.23.3
get-form-data
being undefined when built with Rollup (#698 / @goto-bus-stop)cancelAll
(#664 / @goto-bus-stop)Changelog
0.23.2
Changelog
0.23.1
addFile()
rejections (#604 / @goto-bus-stop)Changelog
0.23.0
Released: 2018-02-11.
processing
results among with upload
results in complete
event and upload()
promise (#527 / @goto-bus-stop)limit
option for upload parameter requests too; fix isXml() check when no content-type is available (#545, #544, #528 / @goto-bus-stop)transloadit:assembly-executing
event (#547 / @goto-bus-stop)complete
callback (#527 / @goto-bus-stop)resume: false
— don’t store url (@arturi / #507)Changelog
0.22.1
Released: 2018-01-09.
limit
ed XHRUploads (#505 / @goto-bus-stop)file.type === null
, shouldn’t pass that to match (@arturi)