Skip to content

Releases: devforth/adminforth-upload

v2.14.4

10 Mar 09:55

Choose a tag to compare

2.14.4 (2026-03-10)

Bug Fixes

  • don't throw an error, when generation propmt for generation is not provided (10e28ae)

v2.14.3

09 Mar 10:39

Choose a tag to compare

2.14.3 (2026-03-09)

Bug Fixes

  • return "package-lock" in custom folder for backward compatibility (520a2dc)
  • use pnpm in "custom" folder (c3b909d)

v2.14.2

05 Mar 10:24

Choose a tag to compare

2.14.2 (2026-03-05)

Bug Fixes

  • use pnpm instead of npm (7a4a69f)

v2.14.1

04 Mar 08:20

Choose a tag to compare

2.14.1 (2026-03-04)

Bug Fixes

  • add fallback template for no image scenario in preview component (dd40046)

v2.14.0

05 Feb 11:10

Choose a tag to compare

2.14.0 (2026-02-05)

Features

  • add methods for generating upload URLs and committing to records (1f650d2)

v2.13.0

03 Feb 14:19
df60b0e

Choose a tag to compare

2.13.0 (2026-02-03)

Bug Fixes

  • correct parameter order in generateImages call for image generation job (019d6d8)

Features

  • add support for pasting images and improve file handling in image upload (8f9ce7d)
  • enhance image upload functionality with file removal and preview features (fbd8188)
  • enhance image upload functionality with loading state and file size validation (8911dec)

v2.12.0

29 Jan 21:12

Choose a tag to compare

2.12.0 (2026-01-29)

Features

  • add uploadFromBufferToExistingRecord (7f1cf0c)

v2.11.1

27 Jan 21:26

Choose a tag to compare

2.11.1 (2026-01-27)

Bug Fixes

  • change fetch method from HEAD to GET with Range header for better CDN/CORS handling (7016d4e)

v2.11.0

27 Jan 20:23

Choose a tag to compare

2.11.0 (2026-01-27)

Features

  • add uploadFromBuffer method and associated types for file uploads (9977780)

v2.10.0

27 Jan 20:09

Choose a tag to compare

2.10.0 (2026-01-27)

Features

  • implement uploadFromBuffer method for file uploads (d70da58)