Releases: paulosabayomi/CustUp
Releases · paulosabayomi/CustUp
v1.1.7
v1.1.6
- Fix: An undefined variable bug caused by the method that returns the attached form field as an HTML element or undefined if not provided.
v1.1.5
-
Fix: Typescript bugs caused by not setting optional options as optional.
-
Fix: The bug caused by not selecting the provided form field element by query selector before passing it to the FormData object.
-
Fix: Bug caused by trying to get
file
key from the returned data in the progress event listener in the elegant UI type before file upload.
v1.1.4
- Fix: A bug caused by trying to update
_custupDefaultUploadSentence
option insetOptions
method.
v1.1.3
Fix: Corrected the type mistake made in version 1.1.2 by removing targetRootElement
, it is now optional in type but still required by CustUp.
v1.1.1
- New: Moved the option types to a new file
- New: Added option types to the
setOptions
method
v1.1.2
- Fix: Fixed setOptions type bug by removing
targetRootElement
which is required by CustUp but cannot be set withsetOptions
.
v1.1.0
- New: CustUp now extends
EventTarget
and it can now trigger events, and events triggered by CustUp can be listened for by calling theaddEventListener
or theon
method - New: Options are now set with the setOptions method
- New: Added setOptions method
- New: Added
on
method as a shortcut for listening for CustUp events - Fix: Default UI tool dragger removed and replaced with tools in the header
- Fix: Bug caused by former event emitter
- Fix: Bugs in the documentation bugs
- Remove: Tool dragger has been removed
v1.0.5
1.0.5
- Fix: Unhandled fetch exception when loading default files.
v1.0.4
1.0.4
- Fix: Added toggle button to toggle add new file UI visible or hidden to the Elegant UI type.
- New: Added hide_add_file_ui method
- New: Added is_add_file_ui_shown