Skip to content

Releases: devforth/adminforth

v2.26.1

26 Mar 09:17

Choose a tag to compare

2.26.1 (2026-03-26)

Bug Fixes

  • add missing repository name to the adminforth package (341bcd8)

v2.26.0-next.28

26 Mar 12:00

Choose a tag to compare

v2.26.0-next.28 Pre-release
Pre-release

2.26.0-next.28 (2026-03-26)

Bug Fixes

  • freeze version of the @types/express for the newly created app with create-app (7bd075b)

v2.26.0-next.27

26 Mar 11:25

Choose a tag to compare

v2.26.0-next.27 Pre-release
Pre-release

2.26.0-next.27 (2026-03-26)

Bug Fixes

  • add react types to the documentation folder (401d2c6)

v2.26.0-next.26

26 Mar 11:00
0cdae8d

Choose a tag to compare

v2.26.0-next.26 Pre-release
Pre-release

2.26.0-next.26 (2026-03-26)

Bug Fixes

  • abort an old request, when user does new get_resource_data api call (frontend only) (d606550)
  • add "blockPaginationOnLoading" props to the afcl table and abort signal to the data callback, so user can stop execution of his logic (79ca013)
  • add "blockPaginationOnLoading" props to the afcl table and abort signal to the data callback, so user can stop execution of his logic[2] (43a687d)
  • add abort signal to all backend api and use this signal inside get_resource_data (72681fb)
  • make callApi use abortSignal instead of abortController (1a9beb5)

v2.26.0

25 Mar 09:04
bca7178

Choose a tag to compare

2.26.0 (2026-03-25)

Bug Fixes

  • add 'test' prerelease to release test package (555366b)
  • add 'test' prerelease to release test package (5e10dfa)
  • add ability to validate password hash from adminforth.utils (336333f)
  • add add url property to menu item (3826478)
  • add check for correct error (08bd858)
  • add check, if user has pnmp, before installing frontend dependencies and update Dockerfile to use devforth/node20-pnpm image for the dev-demo (dd848be)
  • add check, if user has pnpm-lock in custom folder and use npm/pnpm (fbea776)
  • add debug logs (db6a9bb)
  • add missing package name (1c690c5)
  • add sctripts directory to package files for inclusion (53ec143)
  • add support of mobiles for the afcl modal (ad8f3ca)
  • add type for id and logger (3ad316b)
  • allow all hooks return { ok: [secure] } (9f3ab53)
  • allow beforeDataSourceRequest hook to return an { ok: [secure] } (18e8650)
  • allow custom classes for input element in Select component (68691ac)
  • bind isVirtualScrollEnabled prop to computed value in ListView.vue (db9ad60)
  • change dropdown width to w-max for better responsiveness (2f5fc55)
  • change dropdown width to w-max for better responsiveness (2dce379)
  • correct data type in the afcl select (f258533)
  • correct discover fields for the qdrant, if there is an empty collection (take list of fields from resource) (26ea14e)
  • correct path for the iconPackages in codeInjector (f00146e)
  • correct typo in scripts directory path in package.json (a62f31d)
  • correct typos in README and codeInjector, update package.json link path (6cd3333)
  • decrease z-index three dots that the modal is higher (138ed3e)
  • delete unused code (c5057ba)
  • don't copy package.json/package-lock.json/pnpm-lock.yaml from the adminforth spa sr folder, if there is already package.json in tmp folder (4c0fe9f)
  • don't try to display brand logo in folded sidebar, if there is is no image (ef4a92f)
  • enhance file exclusion logic to prevent copying package.json and lock files (899ed8f)
  • fallback to the package-lock.json, if there is no pnpm-lock.yaml in the project folder (b004b4c)
  • fix create-plugins cli (2f3e88a)
  • fix logs for the code injector (276d942)
  • fix virtual resource list table style (dfd178f)
  • improve error message for missing lock files and adjust package manager usage (40d3a75)
  • improve leave create/edit view guard (when data is unsaved). (08f6407)
  • improve lock file handling by checking for pnpm-lock.yaml or falling back to package-lock.json (0fdd74a)
  • improve user data script for Docker installation on EC2 (cd0afa6)
  • increase debounce value (d04cfd2)
  • make create-app work with pnpm (0cee947)
  • make getRecordByPrimaryKey return null, instead of throwing an error (5bddf3a)
  • rebuild (2262464)
  • rebuild (9c7ff1f)
  • rebuild (797028f)
  • rebuild (3972371)
  • remove default padding from the afcl modal for the better customization ability (2a0e429)
  • resolve copilot comment (edd5f2f)
  • resolve copilot comment (e55df9c)
  • rework afcl accept modal to use afcl modal, instead of flowbite one. (1022563)
  • rework config validator to use pnpm (2eaf2cc)
  • separate custom url logic in function (c941abe)
  • show 404 page when recource wrong (fe1bd3d)
  • show 404 page when recource wrong (6d2f3ad)
  • show 404 page when recource wrong (0f7f962)
  • show sidebar shadow only when it it floating (722eb35)
  • simplify trigger slot template and clean up modal attributes (fc9ed25)
  • standardize asset file naming conventions in Vite config (50ccb4e)
  • standardize asset file naming conventions in Vite config[2] (6932521)
  • standardize asset file naming conventions in Vite config[3] (637c003)
  • throw an error, when we are bundling adminforth (9d77809)
  • unsubscribe from websocket before subsribing, when we call adminforth.menu.refreshMenuBadges() (c45b8c2)
  • updata release scripts to use pnpm (562e33c)
  • updata release scripts to use pnpm[2] (58858e2)
  • updata release scripts to use pnpm[3] (229ac56)
  • updata release scripts to use pnpm[4] (092f4b9)
  • updata release scripts to use pnpm[5] (3ed14f1)
  • update adminforth version to 2.26.0-next.11 in package.json and package-lock.json ([6129e10](https://github.com/devforth/adminfort...
Read more

v2.26.0-next.25

25 Mar 08:35

Choose a tag to compare

v2.26.0-next.25 Pre-release
Pre-release

2.26.0-next.25 (2026-03-25)

Bug Fixes

  • bind isVirtualScrollEnabled prop to computed value in ListView.vue (db9ad60)

v2.26.0-next.24

24 Mar 14:11

Choose a tag to compare

v2.26.0-next.24 Pre-release
Pre-release

2.26.0-next.24 (2026-03-24)

Bug Fixes

  • allow all hooks return { ok: [secure] } (9f3ab53)

v2.26.0-next.23

24 Mar 13:58

Choose a tag to compare

v2.26.0-next.23 Pre-release
Pre-release

2.26.0-next.23 (2026-03-24)

Bug Fixes

  • allow beforeDataSourceRequest hook to return an { ok: [secure] } (18e8650)

v2.26.0-next.22

24 Mar 11:05
bc9ffd4

Choose a tag to compare

v2.26.0-next.22 Pre-release
Pre-release

2.26.0-next.22 (2026-03-24)

Bug Fixes

  • decrease z-index three dots that the modal is higher (138ed3e)

v2.26.0-next.21

24 Mar 08:39
f351291

Choose a tag to compare

v2.26.0-next.21 Pre-release
Pre-release

2.26.0-next.21 (2026-03-24)

Bug Fixes

  • correct discover fields for the qdrant, if there is an empty collection (take list of fields from resource) (26ea14e)