Releases: transloadit/jquery-sdk
Version 2.8.0
Version 2.7.3
Adds a proper error message for when the internet connection goes offline and the assembly returns REQUEST_ABORTED.
Version 2.7.2
Fixes a problem of unnecessary file input field clones in case of XHR uploads.
Version 2.7.1
Adding more logging for S3 and JSONP errors.
Version 2.7.0
Minor bug fixes and improvements and progress bar design change.
Version 2.6.2
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.
Version 2.6.1
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.
Version 2.6.0
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.
Version 2.5.0
This adds support for internationalization of used strings (thanks to @jbourassa)
Version 2.4.3
Improves logging for ASSEMBLY_NOT_FOUND errors.