Skip to content

Releases: devforth/adminforth

v1.23.0-next.2

07 May 19:57

Choose a tag to compare

v1.23.0-next.2 Pre-release
Pre-release

1.23.0-next.2 (2025-05-07)

Bug Fixes

  • if there is issue with internet/network, show it as a dedicated message (2ff2022)

v1.23.0-next.1

07 May 13:45

Choose a tag to compare

v1.23.0-next.1 Pre-release
Pre-release

1.23.0-next.1 (2025-05-07)

Bug Fixes

  • afcl: make suffex and prefix optional (6323e74)

Features

v1.22.1

04 May 19:56
1d1231a

Choose a tag to compare

1.22.1 (2025-05-04)

Bug Fixes

  • add getKeyAsDataURL into storage adapter (48f6dd2)
  • add objectCanBeAccesedPublicly to storage adapter (fde0f6e)
  • make AdminForth instance single, also export global.adminforth so any code can use it at global level, adminforth instance is single in node environment (1036f99)
  • make AdminForth instance single, also export global.adminforth so any code can use it at global level, adminforth instance is single in node environment (af3d320)
  • StorageAdapter - make markKeyFor methods to return void (23c3a45)
  • update dev demo upload to use new storage adapter (3379570)
  • use 4.x.x types for express to sync with express version (18d0f44)

v1.21.0-next.22

04 May 19:55

Choose a tag to compare

v1.21.0-next.22 Pre-release
Pre-release

1.21.0-next.22 (2025-05-04)

Bug Fixes

  • add getKeyAsDataURL into storage adapter (48f6dd2)

v1.21.0-next.21

04 May 19:19

Choose a tag to compare

v1.21.0-next.21 Pre-release
Pre-release

1.21.0-next.21 (2025-05-04)

Bug Fixes

  • use 4.x.x types for express to sync with express version (18d0f44)

v1.22.0

02 May 08:32
22f6876

Choose a tag to compare

1.22.0 (2025-05-02)

Bug Fixes

  • add storage adapter interface, add comments to existing adapters (c17aa12)
  • afcl: make showValues and showProgress of progressbar optional (df9527c)
  • dataapi: allow to perform searching with IN on empty arrays (like x in []), at least for string/text fields (92d9093)
  • improve adapter for storage to cover various types of download URLs (2233e95)
  • upd tailwind for latest 3 version (62b8f79)
  • update adapter for return structured upload URL and extra parameters (4a91c0e)
  • update flowbite (8695bb8)

Features

  • add component generation and injection capabilities for CRUD and global/login components (27c2ed2)
  • enhance component injection logic and add label sanitization for component names (37504b7)

v1.21.0-next.20

02 May 18:41

Choose a tag to compare

v1.21.0-next.20 Pre-release
Pre-release

1.21.0-next.20 (2025-05-02)

Bug Fixes

  • make AdminForth instance single, also export global.adminforth so any code can use it at global level, adminforth instance is single in node environment (1036f99)
  • make AdminForth instance single, also export global.adminforth so any code can use it at global level, adminforth instance is single in node environment (af3d320)
  • StorageAdapter - make markKeyFor methods to return void (23c3a45)

v1.21.0-next.19

02 May 17:07

Choose a tag to compare

v1.21.0-next.19 Pre-release
Pre-release

1.21.0-next.19 (2025-05-02)

Bug Fixes

  • update dev demo upload to use new storage adapter (3379570)

v1.21.0-next.18

02 May 13:23

Choose a tag to compare

v1.21.0-next.18 Pre-release
Pre-release

1.21.0-next.18 (2025-05-02)

Bug Fixes

  • add objectCanBeAccesedPublicly to storage adapter (fde0f6e)

v1.21.0-next.17

01 May 14:22

Choose a tag to compare

v1.21.0-next.17 Pre-release
Pre-release

1.21.0-next.17 (2025-05-01)

Bug Fixes

  • update adapter for return structured upload URL and extra parameters (4a91c0e)