You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
- Addressed an issue where a fresh install would encounter an `AttributeError` due to the removal of `LegacyVersion` class in `packaging.version`. This resolution is detailed in [PR 128](https://github.com/fohrloop/dash-uploader/pull/128), effectively resolving issue [#111](https://github.com/fohrloop/dash-uploader/issues/111).
9
+
- Clarified size units by changing "Mb" to "MB" for better readability and consistency. See the details in [PR 133](https://github.com/fohrloop/dash-uploader/pull/133).
9
10
- Calling callback each time file is uploaded in multi-file upload case (Fixes: [#5](https://github.com/np-8/dash-uploader/issues/5), [#20](https://github.com/np-8/dash-uploader/issues/20) & [#44](https://github.com/np-8/dash-uploader/issues/44))
10
11
- Progress bar problems when uploading multiple files (Fixes: [#84](https://github.com/np-8/dash-uploader/issues/84))
11
12
- Instead of returing `None`, raise `dash.exceptions.PreventUpdate`. This should reduce errors seen in the browser console. [PR 54](https://github.com/np-8/dash-uploader/pull/54)
0 commit comments