Skip to content

Releases: devforth/adminforth

v2.56.0-next.1

12 May 11:43
c707dd6

Choose a tag to compare

v2.56.0-next.1 Pre-release
Pre-release

2.56.0-next.1 (2026-05-12)

Bug Fixes

  • improve stdout handling in callTsProxy and enhance resource column synchronization error handling (c0c7db4)

Features

  • enhance resource file generation and column synchronization logic (0b9e623)

v2.55.4

12 May 05:22

Choose a tag to compare

2.55.4 (2026-05-12)

Bug Fixes

  • fix bulk actions and correct translations support (d7111e3)

v2.55.4-next.3

12 May 08:57

Choose a tag to compare

v2.55.4-next.3 Pre-release
Pre-release

2.55.4-next.3 (2026-05-12)

Bug Fixes

  • update PostgreSQL URL scheme in documentation and improve Prisma migration handling in utils (3b5399a)

v2.55.4-next.2

12 May 08:05

Choose a tag to compare

v2.55.4-next.2 Pre-release
Pre-release

2.55.4-next.2 (2026-05-12)

Bug Fixes

  • add correct support of mobiles for the afcl modal (5d27d68)

v2.55.4-next.1

12 May 05:21

Choose a tag to compare

v2.55.4-next.1 Pre-release
Pre-release

2.55.4-next.1 (2026-05-12)

Bug Fixes

  • fix bulk actions and correct translations support (b60f041)

v2.55.0-next.2

12 May 05:20

Choose a tag to compare

v2.55.0-next.2 Pre-release
Pre-release

2.55.0-next.2 (2026-05-12)

Bug Fixes

  • fix bulk actions and correct translations support (b60f041)

v2.55.3

09 May 20:50

Choose a tag to compare

2.55.3 (2026-05-09)

Bug Fixes

  • update comments in environment template files for clarity and consistency (5317633)

v2.55.2

09 May 17:19

Choose a tag to compare

2.55.2 (2026-05-09)

Bug Fixes

  • enhance timestamp handling in PostgresConnector and add corresponding tests (bae4083)
  • resolve prismaDbUrl references in template generation for clarity (d68f79e)

v2.55.1

09 May 16:56

Choose a tag to compare

2.55.1 (2026-05-09)

Bug Fixes

  • update comments in .env.prod.hbs for consistency and clarity (0279835)

v2.55.0

09 May 16:42
a07f6b9

Choose a tag to compare

2.55.0 (2026-05-09)

Bug Fixes

  • comment out .agents/skills/adminforth-custom-vue/SKILL.md file not to break create-app command (d0f3ea2)
  • don't write content of .env.local to the .env file (1c8c366)
  • enhance filter display with clear button and improved layout (dd5b8a3)
  • escape mustache syntax in Vue templates for error messages and translations (f61689c)
  • update agent streaming configuration to include speech-response endpoint (798da36)
  • update filter clear button styling for improved user experience (fb3c448)
  • update typescript version from 5.4.5 to 6.0.3 in create-app command (9377339)

Features

  • accept finite numbers from JSON/OpenAPI clients in setFieldValue (00aadbb)
  • add ability to add files to the custom folder of the spa from plugins (77f5922)
  • add option "use prisma" to the create-app command (b427fc2)
  • add optional columns property to resource data request schema and implement column validation in AdminForthRestAPI (ea758cb)
  • enhance resource data handling by updating column descriptions, adding polymorphic car references, and expanding test coverage for resource data retrieval (8e25924)
  • update Docusaurus config to use custom anchors and change enum members format to list (5bf18c9)
  • update resource data handling to include computed list helper fields and enhance test coverage for resource data retrieval (ad83afc)