Skip to content

Releases: transloadit/jquery-sdk

Version 2.8.0

18 Jan 18:41
Compare
Choose a tag to compare

Adding "requireUploadMetaData" option.

Version 2.7.3

09 Jan 16:28
Compare
Choose a tag to compare

Adds a proper error message for when the internet connection goes offline and the assembly returns REQUEST_ABORTED.

Version 2.7.2

18 Nov 09:51
Compare
Choose a tag to compare

Fixes a problem of unnecessary file input field clones in case of XHR uploads.

Version 2.7.1

19 May 07:49
Compare
Choose a tag to compare

Adding more logging for S3 and JSONP errors.

Version 2.7.0

06 May 12:50
Compare
Choose a tag to compare

Minor bug fixes and improvements and progress bar design change.

Version 2.6.2

23 Oct 12:07
Compare
Choose a tag to 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.

Version 2.6.1

21 Oct 16:55
Compare
Choose a tag to 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.

Version 2.6.0

21 Oct 15:45
Compare
Choose a tag to 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.

Version 2.5.0

07 Oct 14:18
Compare
Choose a tag to compare

This adds support for internationalization of used strings (thanks to @jbourassa)

Version 2.4.3

22 Jul 06:52
Compare
Choose a tag to compare

Improves logging for ASSEMBLY_NOT_FOUND errors.