Releases: transloadit/jquery-sdk
Version 2.4.2
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
This fixes a problem that sometimes causes the modal exposé to not appear in Google Chrome.
Version 2.4.0
- 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
Removes cloned input fields with type submit from the shadow, which caused weird behavior when people use "fields": true.
Version 2.3.4
Adds missing audio and video file types to accepted file types logic.
Version 2.3.3
Removes uuid.js as a dependency as that created undefined variable errors in some requireJS setups.
Version 2.3.2
- renames the global uuid variable introduced in 2.3.1 to transloadit_uuid to avoid collisions with userland javascript code
Version 2.3.1
- 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
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
- 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.