Skip to content

Releases: transloadit/jquery-sdk

Version 2.4.2

08 Jul 06:57
Compare
Choose a tag to compare

This makes the custom logic to find a bored Transloadit instance available for https environments. All people that run a custom version of the jQuery and use HTTPS on their site are recommended to upgrade to this version as soon as possible.

Version 2.4.1

01 Apr 12:57
Compare
Choose a tag to compare

This fixes a problem that sometimes causes the modal exposé to not appear in Google Chrome.

Version 2.4.0

18 Mar 13:48
Compare
Choose a tag to compare
  • This version fixes crashes that can occur on iOS when uploading long videos.
  • The check for if the chosen file's extension matches the values in the file input field's accept attribute has been removed. Comparing mime types to file extensions was never a good idea.
  • This version also prevents files from being sent to the final form submit destination in the latest Firefox version causing 413 headers in some Nginx configurations.

Version 2.3.5

25 Feb 16:03
Compare
Choose a tag to compare

Removes cloned input fields with type submit from the shadow, which caused weird behavior when people use "fields": true.

Version 2.3.4

31 Jan 08:46
Compare
Choose a tag to compare

Adds missing audio and video file types to accepted file types logic.

Version 2.3.3

02 Jan 08:51
Compare
Choose a tag to compare

Removes uuid.js as a dependency as that created undefined variable errors in some requireJS setups.

Version 2.3.2

19 Dec 14:29
Compare
Choose a tag to compare
  • renames the global uuid variable introduced in 2.3.1 to transloadit_uuid to avoid collisions with userland javascript code

Version 2.3.1

18 Dec 09:22
Compare
Choose a tag to compare
  • Fixes an issue where the document title could become "null" in IE
  • Changes the algorithm for generating assembly IDs to be more robust and collision-free
  • some formatting and minor refactorings

Version 2.3.0

27 Nov 11:36
Compare
Choose a tag to compare

Adding logic to still find a bored instance if the original bored instance query got dns-routed to a busy/unresponsive uploader machine. This should fix most of the connection errors that have happened from time to time.

Version 2.2.1

21 Nov 15:52
Compare
Choose a tag to compare
  • Fixes a problem where bootstrap css files could overwrite the progress bar css in a way that would make the animation stop working.
  • Fix the usage of date.toISOString() for error reporting as it does not preserve the UTC timezone.