Skip to content

Releases: devforth/adminforth

v2.25.0-test.18

11 Mar 09:35

Choose a tag to compare

v2.25.0-test.18 Pre-release
Pre-release

2.25.0-test.18 (2026-03-11)

Bug Fixes

  • correct typos in README and codeInjector, update package.json link path (6cd3333)

v2.25.0-test.17

11 Mar 09:20

Choose a tag to compare

v2.25.0-test.17 Pre-release
Pre-release

2.25.0-test.17 (2026-03-11)

Bug Fixes

v2.25.0-test.16

11 Mar 07:21

Choose a tag to compare

v2.25.0-test.16 Pre-release
Pre-release

2.25.0-test.16 (2026-03-11)

Features

  • add support for selecting package manager and include pnpm lockfile template (68b03e3)

v2.25.0-test.15

11 Mar 07:01

Choose a tag to compare

v2.25.0-test.15 Pre-release
Pre-release

2.25.0-test.15 (2026-03-11)

Bug Fixes

  • improve error message for missing lock files and adjust package manager usage (40d3a75)

v2.25.0-next.9

11 Mar 10:20
bb3fadb

Choose a tag to compare

v2.25.0-next.9 Pre-release
Pre-release

2.25.0-next.9 (2026-03-11)

Bug Fixes

  • correct path for the iconPackages in codeInjector (f00146e)
  • update import path for icon packages to use pathToFileURL (c991aa3)
  • update prompt message for package manager selection (e2b4108)

v2.25.0-next.8

11 Mar 09:36
c190e76

Choose a tag to compare

v2.25.0-next.8 Pre-release
Pre-release

2.25.0-next.8 (2026-03-11)

Bug Fixes

  • add 'test' prerelease to release test package (555366b)
  • add check, if user has pnmp, before installing frontend dependencies and update Dockerfile to use devforth/node20-pnpm image for the dev-demo (dd848be)
  • add check, if user has pnpm-lock in custom folder and use npm/pnpm (fbea776)
  • add missing package name (1c690c5)
  • add pnpm-workspace.yaml to the live-demo (24f730b)
  • add sctripts directory to package files for inclusion (53ec143)
  • correct typo in scripts directory path in package.json (a62f31d)
  • correct typos in README and codeInjector, update package.json link path (6cd3333)
  • fallback to the package-lock.json, if there is no pnpm-lock.yaml in the project folder (b004b4c)
  • fix create-plugins cli (2f3e88a)
  • improve error message for missing lock files and adjust package manager usage (40d3a75)
  • make create-app work with pnpm (0cee947)
  • rebuild (15b107f)
  • rebuild (797028f)
  • throw an error, when we are bundling adminforth (9d77809)
  • update adminforth package version to 2.25.0-test.4 in package.json and pnpm-lock.yaml (752cd65)
  • update adminforth package version to 2.25.0-test.5 in package.json and pnpm-lock.yaml (f1541cd)
  • update adminforth package version to 2.25.0-test.6 in package.json and pnpm-lock.yaml (f781115)
  • update adminforth package version to 2.25.0-test.7 in package.json and pnpm-lock.yaml (fd3c24e)
  • update adminforth package version to 2.25.0-test.8 in package.json and pnpm-lock.yaml (1daa630)
  • update dockerfile for the live demo (e965901)
  • update dockerfile for the newly created adminforth app (804b8bb)
  • update live-demo (bb9c667)
  • update package versions and improve image generation prompt in apartments resource live-demo (22c4915)
  • update vite config to rename compiled .pnpm.... files into pnpm... (d998335)
  • update vite config to rename compiled .pnpm.... files into pnpm... [2] (59061e3)
  • update vite config to rename compiled .pnpm.... files into pnpm... [3] (664a99f)
  • update vite config to rename compiled .pnpm.... files into pnpm... [4] (9defc0f)
  • update vite config to rename compiled .pnpm.... files into pnpm... [5] (f151425)

Features

  • add ability to select between pnpm and npm, when we create apdminforth app (bdf2721)
  • add support for selecting package manager and include pnpm lockfile template (68b03e3)

v2.25.0-next.11

11 Mar 12:43

Choose a tag to compare

v2.25.0-next.11 Pre-release
Pre-release

2.25.0-next.11 (2026-03-11)

Bug Fixes

  • add ability to validate password hash from adminforth.utils (336333f)

v2.25.0-next.10

11 Mar 11:30
295b02f

Choose a tag to compare

v2.25.0-next.10 Pre-release
Pre-release

2.25.0-next.10 (2026-03-11)

Bug Fixes

  • add check for cascade strategy (552ecdc)
  • add check for foreign resource onDelete strategy (96c2c8f)
  • add errror message (2ad14c6)
  • add required check for setNull deletion (21cc9a4)
  • cange requests for check cascade (058283c)
  • change check for cascade and upload plugin (ca5bf91)
  • change query for check cascade (b0acb77)
  • change query for check pg database cascade (067b87c)
  • change resource.options.allowedActions.delete check (81fce83)
  • change variable name foreignKeyColumn to foreignResourceColumn (ee04911)
  • delete mistake in error message (423d6a0)
  • delete strategy check (8ef2973)
  • delete unused arguments from function (c3a7a73)
  • delete unused check (ea5e92f)
  • delete unused console.log (a48d0a7)
  • implement cascading deletion checks for MySQL, PostgreSQL, and SQLite connectors (d6502d3)
  • resolve comment (b3d3f24)
  • resolve copilot comment (25c0007)
  • resolve copilot comment (b4d8aa1)
  • resolve copilot comment (1843641)
  • streamline foreign resource onDelete strategy validation (ff63b6c)
  • update check strategy (23d178b)
  • update condition (01dfcfd)
  • update errors copilot comment (2ed72a3)
  • update query for mysql (aa3b223)

Features

  • add onDelete type (a300f83)
  • enhance cascading deletion logic to prevent infinite loops and improve foreign key checks (1acfe3e)
  • implement cascading deletion checks for MySQL, Postgres, and SQLite connectors (1cbb653)
  • implement cascading deletion for related records in delete endpoint (ca65f67)
  • implement cascading deletion logic in AdminForthRestAPI (ec17bd5)
  • implement cascading deletion logic in delete endpoint (02e216b)
  • implement cascading deletion utility for child resources (66b0377)
  • implement checkCascadeWhenUploadPlugin method in base connector and remove from specific connectors (778a90b)
  • refine cascading deletion logic in delete endpoint (8b5b7b5)
  • update discoverFields method to include config parameter across data connectors (1641242)

v2.25.0-test.9

10 Mar 12:27

Choose a tag to compare

v2.25.0-test.9 Pre-release
Pre-release

2.25.0-test.9 (2026-03-10)

Bug Fixes

  • add check, if user has pnmp, before installing frontend dependencies and update Dockerfile to use devforth/node20-pnpm image for the dev-demo (dd848be)

v2.25.0-test.8

10 Mar 11:09

Choose a tag to compare

v2.25.0-test.8 Pre-release
Pre-release

2.25.0-test.8 (2026-03-10)

Bug Fixes

  • update vite config to rename compiled .pnpm.... files into pnpm... [5] (f151425)