Skip to content

Releases: devforth/adminforth

v2.27.0-next.3

30 Mar 11:28

Choose a tag to compare

v2.27.0-next.3 Pre-release
Pre-release

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

Bug Fixes

  • fix blocked pagination on the list view (3e36c29)

v2.27.0-next.2

30 Mar 11:06

Choose a tag to compare

v2.27.0-next.2 Pre-release
Pre-release

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

Bug Fixes

  • add optional chaining to prevent errors when accessing actions in ListView (046e740)

Features

  • implement custom action execution and bulk action handling in the admin interface (802c37c)

v2.27.0-next.1

30 Mar 10:39

Choose a tag to compare

v2.27.0-next.1 Pre-release
Pre-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)

v2.26.4

30 Mar 11:41

Choose a tag to compare

2.26.4 (2026-03-30)

Bug Fixes

  • update adminforth package version to 2.27.0-next.3 on live demo (fc7a085)

v2.26.3

30 Mar 11:16

Choose a tag to compare

2.26.3 (2026-03-30)

Bug Fixes

  • update adminforth package version to 2.27.0-next.2 (73c918c)

v2.26.2

30 Mar 10:41

Choose a tag to compare

2.26.2 (2026-03-30)

Bug Fixes

  • update adminforth package version to 2.26.0-next.36 (570ecb8)
  • use latest version of handlebars to prevent AST Type Confusion injection (b879633)

v2.26.0-test.8

30 Mar 06:56

Choose a tag to compare

v2.26.0-test.8 Pre-release
Pre-release

2.26.0-test.8 (2026-03-30)

Bug Fixes

v2.26.0-test.7

30 Mar 06:33

Choose a tag to compare

v2.26.0-test.7 Pre-release
Pre-release

2.26.0-test.7 (2026-03-30)

Bug Fixes

v2.26.0-test.6

30 Mar 06:23

Choose a tag to compare

v2.26.0-test.6 Pre-release
Pre-release

2.26.0-test.6 (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 type-check for the spa ts errors (aa8289b)
  • allow all hooks return { ok: [secure] } (9f3ab53)
  • allow beforeDataSourceRequest hook to return an { ok: [secure] } (18e8650)
  • bind isVirtualScrollEnabled prop to computed value in ListView.vue (db9ad60)
  • correct discover fields for the qdrant, if there is an empty collection (take list of fields from resource) (26ea14e)
  • decrease z-index three dots that the modal is higher (138ed3e)
  • don't use typescript in vue template in columnValueInputWrapper (e2c44f5)
  • 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)
  • rebuild (d67a57f)
  • rebuild (d077df3)
  • update spa type check for the release script (64e63ec)
  • update spa type check for the release script[10] (d97c307)
  • update spa type check for the release script[2] (65328ec)
  • update spa type check for the release script[3] (8a742b0)
  • update spa type check for the release script[4] (6442b6d)
  • update spa type check for the release script[5] (a150cc1)
  • update spa type check for the release script[6] (e67127e)
  • update spa type check for the release script[7] (99e1f52)
  • update spa type check for the release script[8] (442f1cb)
  • update spa type check for the release script[9] (7fb98e1)
  • 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)

v2.26.0-next.36

30 Mar 10:36
c7a1986

Choose a tag to compare

v2.26.0-next.36 Pre-release
Pre-release

2.26.0-next.36 (2026-03-30)

Features

  • update style of create/edit/list/show views (9bf2329)