Skip to content

v2.10.0

Choose a tag to compare

@ivictbor ivictbor released this 15 Oct 12:43
· 189 commits to main since this release
fe4a281

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)