Releases: paulosabayomi/CustUp
Releases · paulosabayomi/CustUp
v1.0.3
New release not different from v1.0.0
v1.0.1
immediate release after v1.0.0 to bumb version number to v1.0.1 because npm rejected v1.0.0
v1.0.0
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
New: Fixed issue caused re-initialization
v0.2.0
- I added CustUp options typescript types
v0.1.0
- Added TypeScript support
- Added typed definitions
Initial Release-7
Fix: a bug in custom scroll on touch devices caused by a test case that I forgot to remove.
Initial Release-6
- 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
- Handled media query for file display container.
- Handled pointer events for custom scroll on touch devices.
- Added upload error message.
Initial Release-4
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.