Skip to content

Releases: paulosabayomi/CustUp

v1.0.3

11 Feb 04:40
Compare
Choose a tag to compare

New release not different from v1.0.0

v1.0.1

11 Feb 04:24
Compare
Choose a tag to compare

immediate release after v1.0.0 to bumb version number to v1.0.1 because npm rejected v1.0.0

v1.0.0

11 Feb 04:18
Compare
Choose a tag to compare

1.0.0

  • Added chunk upload
  • Added new UI type: elegant
  • Fix: file persistent storage method, files are now stored as ObjectURL on https and base64 on http
  • New: Added auto upload for files added to the UI when files are still uploading
  • New: Added option display_file_sources: if set to false the file sources will not be listed on the default UI.
  • New: New event: 'file_source.closed' event that gets triggered when file source popup is closed.
  • New: New method: display_message
  • New: New method: get_file_sources
  • New: Added two options to file_upload option: chunk_size and should_chunk.
  • New: Added messages option for configuring messages with timeout option.
  • New: Added event 'default_ui.shown' and 'default_ui.closed'.
  • New: Added clear_persisted_files method.
  • New: Added close_file_source_popup method.
  • New: Added new option show_upload_progress_bar.
  • New: Added upload_all_finished event.
  • New: Added select_file_from_device method.

v0.2.1

16 Jan 23:53
Compare
Choose a tag to compare

New: Fixed issue caused re-initialization

v0.2.0

15 Jan 22:21
Compare
Choose a tag to compare
  • I added CustUp options typescript types

v0.1.0

13 Jan 22:00
Compare
Choose a tag to compare
  • Added TypeScript support
  • Added typed definitions

Initial Release-7

05 Jan 05:04
Compare
Choose a tag to compare

Fix: a bug in custom scroll on touch devices caused by a test case that I forgot to remove.

Initial Release-6

04 Jan 06:14
Compare
Choose a tag to compare
  • Fix: Custom scroll on touch devices.
  • New: Added file size to detached UI type.
  • New: Handled mobile device tools, in which tools are displayed currently in the header for default UI on mobile devices and the movable panel on bigger screens.
  • New: Added new option show_ui_tools_on_mobile_devices for specifying if the header container should be filled with tools on mobile devices ot not.

Initial Release-5

24 Dec 05:13
Compare
Choose a tag to compare
  1. Handled media query for file display container.
  2. Handled pointer events for custom scroll on touch devices.
  3. Added upload error message.

Initial Release-4

20 Dec 04:32
Compare
Choose a tag to compare

This release has bug fixes in both CSS and javascript files and I also included an experiemental handling for when crypto is not available in the context.