CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 49
Releases: transloadit/jquery-sdk
Version 2.8.0
Compare
Adding "requireUploadMetaData" option.
Assets 2
Version 2.7.3
Compare
Adds a proper error message for when the internet connection goes offline and the assembly returns REQUEST_ABORTED.
Assets 2
Version 2.7.2
Compare
Fixes a problem of unnecessary file input field clones in case of XHR uploads.
Assets 2
Version 2.7.1
Compare
Adding more logging for S3 and JSONP errors.
Assets 2
Version 2.7.0
Compare
Minor bug fixes and improvements and progress bar design change.
Assets 2
Version 2.6.2
Compare
Emit onResult() for the same file id if it is re-used across different steps. This is an important patch for the previous buggy 2.6.1 release.
Assets 2
Version 2.6.1
Compare
This contains an important bugfix for 2.6.0, but has problems itself. Please do not use this release, please use v2.6.2 or newer.
Assets 2
Version 2.6.0
Compare
Introducing the tracking of upload and result file IDs.
This is to trigger the onUpload() and onResult() callbacks without the need to rely on the API to give us the new uploads and results in subsequent status polls with the "seq" query parameter.
Assets 2
Version 2.5.0
Compare
This adds support for internationalization of used strings (thanks to @jbourassa)
Assets 2
Version 2.4.3
Compare
Improves logging for ASSEMBLY_NOT_FOUND errors.