Skip to content

Releases: paulosabayomi/CustUp

v1.1.7

07 Mar 06:47
Compare
Choose a tag to compare
  • Fix: file_upload_settings not getting updated when set with setOptions, fixed it by calling the configure axios method

v1.1.6

07 Mar 06:10
Compare
Choose a tag to compare
  • 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

07 Mar 05:39
Compare
Choose a tag to compare
  • 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

06 Mar 05:44
Compare
Choose a tag to compare
  • Fix: A bug caused by trying to update _custupDefaultUploadSentence option in setOptions method.

v1.1.3

06 Mar 05:09
Compare
Choose a tag to compare

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

06 Mar 04:47
Compare
Choose a tag to compare
  • New: Moved the option types to a new file
  • New: Added option types to the setOptions method

v1.1.2

06 Mar 05:03
Compare
Choose a tag to compare
  • Fix: Fixed setOptions type bug by removing targetRootElement which is required by CustUp but cannot be set with setOptions.

v1.1.0

05 Mar 17:27
Compare
Choose a tag to compare
  • New: CustUp now extends EventTarget and it can now trigger events, and events triggered by CustUp can be listened for by calling the addEventListener or the on 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

11 Feb 18:28
Compare
Choose a tag to compare

1.0.5

  • Fix: Unhandled fetch exception when loading default files.

v1.0.4

11 Feb 18:03
Compare
Choose a tag to compare

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