Skip to content

Releases: devforth/adminforth-upload

v2.3.0

05 Sep 10:15
20f9f5f

Choose a tag to compare

2.3.0 (2025-09-05)

Bug Fixes

Features

  • add customization for the upload area (89f85d6)
  • add error handling for image generation process (4a5338d)

v2.2.3

01 Sep 14:34
8bb1d96

Choose a tag to compare

2.2.3 (2025-09-01)

Bug Fixes

v2.2.2

01 Sep 08:53
5765431

Choose a tag to compare

2.2.2 (2025-09-01)

Bug Fixes

  • add max-width to the preview container (70f5e5d)

v2.2.1

31 Jul 13:42

Choose a tag to compare

2.2.1 (2025-07-31)

Bug Fixes

  • enable CORS for HEAD request in image preview component (96bea44)

v2.2.0

16 Jun 12:56

Choose a tag to compare

2.2.0 (2025-06-16)

Bug Fixes

  • remove unnecessary secrets declaration in release configuration (9020652)

Features

  • add tagline to upload response in UploadPlugin (8eb4542)

v2.1.1

06 May 14:29
b2d29ce

Choose a tag to compare

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

05 May 12:13
8467cba

Choose a tag to compare

2.1.0 (2025-05-05)

Features

  • implement attachment file retrieval and zoom functionality in image generator (24a517b)

v2.0.1

04 May 20:00

Choose a tag to compare

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

02 May 13:47

Choose a tag to compare

2.0.0 (2025-05-02)

Bug Fixes

BREAKING CHANGES

  • use adapters for storage

v1.5.0

02 May 09:11
124e3b9

Choose a tag to compare

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)