Skip to content

Releases: devforth/adminforth

v2.1.0

30 May 10:36
cbb6e64

Choose a tag to compare

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

30 May 13:11

Choose a tag to compare

v2.1.0-next.7 Pre-release
Pre-release

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

30 May 10:23

Choose a tag to compare

v2.1.0-next.6 Pre-release
Pre-release

2.1.0-next.6 (2025-05-30)

Bug Fixes

  • remove debug logging of adminForth config in createResource (261b45e)

v2.1.0-next.5

30 May 10:11

Choose a tag to compare

v2.1.0-next.5 Pre-release
Pre-release

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

  • add abstract methods for table and column retrieval in base connector (b79bee4)
  • fetch DB tables/columns and generate resource import command (db95c72)

v2.1.0-next.4

29 May 08:59
0bb5ae0

Choose a tag to compare

v2.1.0-next.4 Pre-release
Pre-release

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

23 May 06:55
4de0654

Choose a tag to compare

v2.1.0-next.3 Pre-release
Pre-release

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

23 May 06:52
8c768a4

Choose a tag to compare

v2.1.0-next.2 Pre-release
Pre-release

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

21 May 08:44
cd0a8a9

Choose a tag to compare

v2.1.0-next.1 Pre-release
Pre-release

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

21 May 07:52

Choose a tag to compare

v2.0.7-next.3 Pre-release
Pre-release

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

20 May 12:42

Choose a tag to compare

v2.0.7-next.2 Pre-release
Pre-release

2.0.7-next.2 (2025-05-20)

Bug Fixes

  • rename canModifyUsers to allowedForSuperAdmin for clarity and restrict actions to superadmin only (4a57bc9)