Skip to content

Releases: devforth/adminforth

v2.26.0-next.34

30 Mar 06:51

Choose a tag to compare

v2.26.0-next.34 Pre-release
Pre-release

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

Bug Fixes

  • fix ts errors in showView (e402983)

v2.26.0-next.33

30 Mar 06:37

Choose a tag to compare

v2.26.0-next.33 Pre-release
Pre-release

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

30 Mar 05:15

Choose a tag to compare

v2.26.0-next.32 Pre-release
Pre-release

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

Bug Fixes

  • get rid of "vue-slider-component" package and use new custom range picker, instead of library (c90ec77)
  • use latest version of handlebars to prevent AST Type Confusion injection (dfba81d)

v2.26.0-next.31

27 Mar 14:56

Choose a tag to compare

v2.26.0-next.31 Pre-release
Pre-release

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

27 Mar 13:53
3cf47a5

Choose a tag to compare

v2.26.0-next.30 Pre-release
Pre-release

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

27 Mar 10:08

Choose a tag to compare

v2.26.0-next.29 Pre-release
Pre-release

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

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)