Releases: devforth/adminforth
Releases · devforth/adminforth
v2.26.0-next.34
v2.26.0-next.33
2.26.0-next.33 (2026-03-30)
Bug Fixes
- add ts type-check in spa folder to the release scripts (cc595f0)
v2.26.0-next.32
2.26.0-next.32 (2026-03-30)
Bug Fixes
v2.26.0-next.31
2.26.0-next.31 (2026-03-27)
Bug Fixes
- prevent script exit on container initialization error in run_inventory.sh (658fcc9)
v2.26.0-next.30
2.26.0-next.30 (2026-03-27)
Bug Fixes
- don't use typescript in vue template in columnValueInputWrapper (e2c44f5)
v2.26.0-next.29
2.26.0-next.29 (2026-03-27)
Bug Fixes
- increase z-index of the accept modal to be above any modal (for cases when we use adminforth.confirm inside modal from afcl) (27d9b24)
Features
- add ability to pass backgroundCustomClasses and modalCustomClasses for the afcl modal (9d20872)
v2.26.1
v2.26.0-next.28
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
v2.26.0-next.26
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)