Releases: devforth/adminforth-upload
Releases · devforth/adminforth-upload
v2.1.1
2.1.1 (2025-05-06)
Bug Fixes
- adjust height calculation for image carousel in image generator (b4c2d94)
- adjust z-index values for loading and error overlays in image generator (fed4826)
v2.1.0
2.1.0 (2025-05-05)
Features
- implement attachment file retrieval and zoom functionality in image generator (24a517b)
v2.0.1
2.0.1 (2025-05-04)
Bug Fixes
- allow attachFiles to be an async function. Might allow to predownload files or use in conjhunction with adapter.getKeyAsDataURL() (6cf3c74)
- error words improvement, pass resourceConfig (918cf92)
- preview field: instead of always guessing content type based on url, do a HEAD to upstream which can return correct value from metadata even if URL has file without extension. Both ways are cross-fallback so if any of them will not work other one will do a best to display image correctly (14c4486)
- preview put zoom on preview when content type or url changes (4a706f9)
- preview put zoom on preview when content type or url changes (a4f5f3a)
v2.0.0
2.0.0 (2025-05-02)
Bug Fixes
BREAKING CHANGES
v1.5.0
1.5.0 (2025-05-02)
Bug Fixes
- remove unused tagline variable from upload process (3a0490f)
Features
- update file upload process - change API endpoint and handle additional upload parameters (008bca0)
v1.4.7
1.4.7 (2025-04-29)
Bug Fixes
- improve progressbar appearence - make progressbar stats shared between all runs of plugin instance, not only local ones (657f954)
v1.4.6
1.4.6 (2025-04-29)
Bug Fixes
- use larger window for image generator (6a541c1)
v1.4.5
1.4.5 (2025-04-29)
Bug Fixes
- for initial generation show error on main screen (not popup) (538432d)
v1.4.4
1.4.4 (2025-04-29)
Bug Fixes
- add
usePreviewComponents
(default true) for users who want to use own Preview components (cdad5ef)
v1.4.3
1.4.3 (2025-04-29)
Bug Fixes