Skip to content

Releases: devforth/adminforth

v2.4.0-next.229

17 Oct 08:38

Choose a tag to compare

v2.4.0-next.229 Pre-release
Pre-release

2.4.0-next.229 (2025-10-17)

Bug Fixes

  • increase z-index for header and sidebar components (4f59358)

v2.4.0-next.228

17 Oct 07:21

Choose a tag to compare

v2.4.0-next.228 Pre-release
Pre-release

2.4.0-next.228 (2025-10-17)

Bug Fixes

  • fix three dots menu dropdown items z-index (dc7c538)

v2.4.0-next.227

17 Oct 06:31

Choose a tag to compare

v2.4.0-next.227 Pre-release
Pre-release

2.4.0-next.227 (2025-10-17)

Features

  • add 'adminforth-user-soft-delete' plugin to installation script (b996349)

v2.11.0

16 Oct 09:23
160863b

Choose a tag to compare

2.11.0 (2025-10-16)

Features

  • add ability to style user menu (43c16b4)

v2.4.0-next.226

16 Oct 13:41

Choose a tag to compare

v2.4.0-next.226 Pre-release
Pre-release

2.4.0-next.226 (2025-10-16)

Bug Fixes

  • simplify logo rendering logic in Sidebar component (a55ff66)

v2.4.0-next.225

16 Oct 13:27
60a808e

Choose a tag to compare

v2.4.0-next.225 Pre-release
Pre-release

2.4.0-next.225 (2025-10-16)

Features

  • add "adminUserAuthorize" hook (bf4e311)

v2.4.0-next.224

16 Oct 10:58
72bf720

Choose a tag to compare

v2.4.0-next.224 Pre-release
Pre-release

2.4.0-next.224 (2025-10-16)

Bug Fixes

  • add check for the type of data user passing (eb965b7)

v2.4.0-next.223

16 Oct 10:00

Choose a tag to compare

v2.4.0-next.223 Pre-release
Pre-release

2.4.0-next.223 (2025-10-16)

Features

  • add custom class to the login modal (78cf7d8)

v2.4.0-next.222

16 Oct 07:09

Choose a tag to compare

v2.4.0-next.222 Pre-release
Pre-release

2.4.0-next.222 (2025-10-16)

Features

  • add ability to style user menu (43c16b4)

v2.10.0

15 Oct 12:43
fe4a281

Choose a tag to compare

2.10.0 (2025-10-15)

Bug Fixes

  • add cache control headers to get_base_config endpoint (6244254)
  • add migration for legacy custom layout to update sidebarAndHeader property (f3d223a)
  • add right shadow to sidebar (8fcf305)
  • adjust margin for settings view template (6406840)
  • adjust sidebar margin for icon-only view in App.vue (90e67bc)
  • adjust table height for better layout consistency in ResourceListTableVirtual component (7013a2e)
  • correct formatting of adapter list in install-adapters.sh (6abacc3)
  • correct typo in documentation for custom SQL queries (73bd03c)
  • correct typo in documentation regarding SQL injection mitigation (81617ba)
  • enhance sidebar shadow styling for improved visibility (f20be31)
  • fix "adminforth component" command (bbccede)
  • fix database path in .env.sample for dev demo setup (458f557)
  • fix login error message positioning (ce6d14f)
  • fix padding for the login error message (0a9c3f5)
  • handle null and undefined values for DECIMAL type in getFieldValue methods (44f12d6)
  • refactor config loading and model generation to use getAdminInstance (28ed53f)
  • refactor injection validation and sorting logic for improved maintainability (eb01fe7)
  • refactor model generation for generate-models command to use callTsProxy (7b9dcd2)
  • remove "npm version patch" from package.json template in create plugin command (18ce292)
  • remove console log for loading config path in getAdminInstance function (f086b33)
  • remove sidebarAndHeader meta property from settings route (ab84e7c)
  • remove tooltip from DOM when its hidden (94af857)
  • teleport tooltip to body (ed136dd)
  • update sidebar component styles and adjust widths for expanded and collapsed states (b427222)
  • update sidebar shadow styles for collapsed state in dark mode (59bc231)
  • update SQL play URL in clicks resource configuration (1052204)

Features

  • add ability to pass headers in callApi function (218fc29)
  • add ability to sort injections by meta.afOrder (59b6de2)
  • add ability to style setting button in user menu (d7fc4c0)
  • add prop "closable" to the afcl dialog (3a74ad5)
  • add underLoginInjection and order prop for login injection components (9ecd737)
  • enforce JSON-only content type for mutation methods in ExpressServer (0ca5f6b)
  • enhance injection sorting by preserving initial order (dad5e4d)
  • move login error message to the bottom of authentication modal (f865470)