Skip to content

v2.27.0-next.1

Pre-release
Pre-release

Choose a tag to compare

@ivictbor ivictbor released this 30 Mar 10:39
· 154 commits to next since this release

2.27.0-next.1 (2026-03-30)

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)
  • add react types to the documentation folder (401d2c6)
  • add ts type-check in spa folder to the release scripts (cc595f0)
  • don't use typescript in vue template in columnValueInputWrapper (e2c44f5)
  • fix ts errors in showView (e402983)
  • freeze version of the @types/express for the newly created app with create-app (7bd075b)
  • get rid of "vue-slider-component" package and use new custom range picker, instead of library (c90ec77)
  • increase z-index of the accept modal to be above any modal (for cases when we use adminforth.confirm inside modal from afcl) (27d9b24)
  • make callApi use abortSignal instead of abortController (1a9beb5)
  • prevent script exit on container initialization error in run_inventory.sh (658fcc9)
  • update adminforth package version to 2.26.0-next.36 (570ecb8)
  • update release script to use pnpx vue-tsc, instead of local vue-tsc from package (6b1dd66)
  • use latest version of handlebars to prevent AST Type Confusion injection (dfba81d)

Features

  • add ability to pass backgroundCustomClasses and modalCustomClasses for the afcl modal (9d20872)
  • update style of create/edit/list/show views (9bf2329)