Releases: devforth/adminforth
Releases · devforth/adminforth
v2.1.0
2.1.0 (2025-05-30)
Bug Fixes
- add debug error on hashfile does not exist for heavy_debug (d9d4765)
- enhance required field validation to check for empty record values (7d1fa97)
- exit server when field discovery fails in production (0d4acac)
- handle virtual columns in saveRecord function to prevent empty values (a915feb)
- prevent users from changing their own role during updates (b3f13f7)
- refresh menu badges after closing CTA for improved user experience (55a870b)
- remove debug logging of adminForth config in createResource (261b45e)
- rename canModifyUsers to allowedForSuperAdmin for clarity and restrict actions to superadmin only (4a57bc9)
- streamline filter removal logic in filtersTools module (1a615ce)
- update import statement for usersResource to include file extension (92a7fbf)
Features
- add abstract methods for table and column retrieval in base connector (b79bee4)
- add mode parameter to support create/edit-specific required rules (3ca0139)
- enhance CRUD injection logging and improve component file naming with optional additional name (816d02d)
- fetch DB tables/columns and generate resource import command (db95c72)
- implement filtersTools for managing query filters in hooks (06e7908)
- update Filters methods to accept variable arguments for improved flexibility (8eacc8f)
- update templates to replace reason placeholders with static text and enhance prop definitions (20ce34c)
- update templates to use TypeScript for props definition and enhance record access (f34741c)
v2.1.0-next.7
2.1.0-next.7 (2025-05-30)
Bug Fixes
- don't --mount=type=cache,target=/tmp on suggested cli builds (f0a9c4d)
v2.1.0-next.6
2.1.0-next.6 (2025-05-30)
Bug Fixes
- remove debug logging of adminForth config in createResource (261b45e)
v2.1.0-next.5
2.1.0-next.5 (2025-05-30)
Bug Fixes
- add debug error on hashfile does not exist for heavy_debug (d9d4765)
- exit server when field discovery fails in production (0d4acac)
Features
v2.1.0-next.4
2.1.0-next.4 (2025-05-29)
Bug Fixes
- enhance required field validation to check for empty record values (7d1fa97)
- handle virtual columns in saveRecord function to prevent empty values (a915feb)
Features
- add mode parameter to support create/edit-specific required rules (3ca0139)
v2.1.0-next.3
2.1.0-next.3 (2025-05-23)
Bug Fixes
- streamline filter removal logic in filtersTools module (1a615ce)
Features
- implement filtersTools for managing query filters in hooks (06e7908)
v2.1.0-next.2
2.1.0-next.2 (2025-05-23)
Features
- update Filters methods to accept variable arguments for improved flexibility (8eacc8f)
v2.1.0-next.1
2.1.0-next.1 (2025-05-21)
Bug Fixes
- update import statement for usersResource to include file extension (92a7fbf)
Features
- enhance CRUD injection logging and improve component file naming with optional additional name (816d02d)
- update templates to replace reason placeholders with static text and enhance prop definitions (20ce34c)
- update templates to use TypeScript for props definition and enhance record access (f34741c)
v2.0.7-next.3
2.0.7-next.3 (2025-05-21)
Bug Fixes
- refresh menu badges after closing CTA for improved user experience (55a870b)
v2.0.7-next.2
2.0.7-next.2 (2025-05-20)
Bug Fixes
- rename canModifyUsers to allowedForSuperAdmin for clarity and restrict actions to superadmin only (4a57bc9)