All Versions
17
Latest Version
Avg Release Cycle
69 days
Latest Release
228 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.7.2
July 23, 2020- Base the calculation of the chunks to send on the transformed files
- โฑ Properly display seconds (instead of ms) in error message when timeout is reached
- Properly handle it when
options.method
is a function (there was a bug, which always assumed that it was a String) (thanks to @almdac) - ๐ Fix orientation on devices that already handle it properly (thanks to @nosegrind)
- ๐ Handle additionalParams when they are an Array the way it's expected (thanks to @wiz78)
- Check for
string
in error message type instead ofString
(thanks to @RuQuentin)
-
v5.7.1
June 04, 2020- ๐ Fix issue with IE (thanks to @Bjego)
-
v5.7.0
March 09, 2020- ๐ Cleanup the SVGs used to remove IDs and sketch attributes Since SVGs are duplicated this resulted in duplicate IDs being used.
- โ Add a dedicated
displayExistingFile
method to make it easier to display server files. - ๐ Fix an error where chunked uploads don't work as expected when transforming files before uploading.
- 0๏ธโฃ Make the default text a button so it's discoverable by keyboard.
-
v5.6.1
- ๐ Re-released due to missing javascript files
- โ Removes
npm
dependency that got added by mistake
-
v5.6.0
- โฑ Timeout now generates an error (thanks to @mmollick)
- ๐ Fix duplicate iteration of error processing (#159 thanks @darkland)
- ๐ Fixed bootstrap example (@thanks to @polosatus)
- The
addedfiles
event now triggers after each individualaddedfile
event when dragging files into the dropzone, which is the same behavior as when clicking it.
-
v5.5.0
August 06, 2018- Correct photo orientation before uploading (if enabled) (thanks to @nosegrind)
- โ Remove a potential memory leak in some browsers by keeping a reference to
xhr
inside the individual chunk objects (thanks to @clayton2) - ๐ Allow HTML in the remove links (thanks to @christianklemp)
hiddenInputContainer
can now be anHtmlElement
in addition to a selector String (thanks to @WAmeling)- ๐ Fix default values on website (since the last deployment, the default values all stated
null
)
-
v5.4.0
August 06, 2018- ๐ Fix IE11 issue when dropping files
-
v5.3.1
August 06, 2018- ๐ Fix broken npm release of 5.3.0
-
v5.3.0
August 06, 2018- โ Add
dictUploadCanceled
option (thanks to @Fohlen) - ๐ Fix issue with drag'n'drop on Safari and IE10 (thanks to @taylorryan)
- ๐ Fix issues with resizing if SVG files are dropped (thanks to @saschagros)
- โ Add
-
v5.2.0
August 06, 2018- Migrated from coffeescript to ES6!
- โ Added chunked file uploading! The highly requested chunked uploads are now available. Checkout the
chunking
option documentation for more information. - ๐ Fixed a faulty
console.warning
(should beconsole.warn
) - If an input field doesn't have a name, don't include it when sending the form (thanks to @remyj38)
- ๐ Opera on Windows Phone is now also blacklisted (thanks to @dracos1)
- If a custom preview element is used, it is now properly handled when it doesn't have a parent (thanks to @uNmAnNeR)