Skip to content

Releases: devforth/adminforth

v2.4.0-next.49

24 Jul 13:49
721b556

Choose a tag to compare

v2.4.0-next.49 Pre-release
Pre-release

2.4.0-next.49 (2025-07-24)

Bug Fixes

  • fix clear all button in filters, when we use date range (b8521ed)
  • fix clear all button in filters, when we use date range (844148b)

v2.5.1

23 Jul 10:09
2ddf396

Choose a tag to compare

2.5.1 (2025-07-23)

Bug Fixes

  • correctly load .env.local in resource command (a264ab2)

v2.5.0

23 Jul 08:24
bb529a1

Choose a tag to compare

2.5.0 (2025-07-23)

Bug Fixes

  • Now it shows number of records, even when number of records less than page window (4f6a9b7)
  • add 'resource' command to CLI help output (595dbd3)
  • Add active button state (264c045)
  • add correct wrong message appearance (e071149)
  • add import .env and .env.local in index.ts.hbs (bcf1f4b)
  • Add json viewer import (9896835)
  • Add load .env.local in index.ts.hbs (5286288)
  • Add missing import for Filters in virtual columns tutorial (eeacceb)
  • added unique selectors to element for customisation (f57a91d)
  • adjust page with adapters (c290e0b)
  • changed icons show/edit/delete class names (45a5b92)
  • correct box alignment in documentation (064f119)
  • correct formatting in CLI help output for 'resource' command (5af9eeb)
  • Correct indentation for date conversion in getFieldValue method (97ecc79)
  • Correct typo in class name (679f192)
  • Corrected file path replacement in currentFileDir function (c1159a9)
  • created docs with list of all CLI commands (970e0cc)
  • fix JSDoc example formatting in IExpressHttpServer interface (a8c8b15)
  • FIx markdown formatting in IExpressHttpServer documentation (c8018ef)
  • Fix mongoDB date format in db (from string to ISODate) (f7863a4)
  • fix select component (83de420)
  • fix wrong page massage (29b179b)
  • Fixed interfaces import from index.ts (7601084)
  • Make styles in one line in Button.vue (ab586b7)
  • Move function getVertion to the cli.js (6bc3459)
  • release (75fb7f9)
  • remove wrong page message (928bac6)
  • removed Adapters.ts and created 5 new adapters files and one index.js file (60efb7f)
  • Replace af to afcl (b35ea39)
  • Update condition to compare file URLs correctly in gettingStarted.md (11d7285)
  • update foreign resource ID and upgrade mysql2 dependency (831d9c0)
  • update install-plugins.sh to include 'adminforth-email-invite' plugin (57544eb)
  • update package.json template to use dynamic adminforth version and added path seps in codeInjector (51964cc)
  • Update tsconfig paths. Update docs (ae11db5)
  • Updated getting of version (880e00b)
  • Use 'npm.cmd' for npm path on Windows (ea7c587)
  • Use fileURLToPath for accurate file path resolution in currentFileDir function (0b64d80)

Features

  • Add custom class to confirmation menu (996673d)
  • add dark theme to the jsonViewer and updated docs (7d370e4)
  • add isRounded prop to the ShowTable.vue (8f06277)
  • Add JsonViewer component (43921cf)
  • Add JsonViewer documentation and example (ece89d2)
  • add unique class selectors for filters sidebar and for pagination (b357259)
  • Add unique selector to the afcl table (6ad6ff5)

v2.4.0-next.48

23 Jul 14:04
463e62d

Choose a tag to compare

v2.4.0-next.48 Pre-release
Pre-release

2.4.0-next.48 (2025-07-23)

Bug Fixes

  • fix form background color (e4656a8)

v2.4.0-next.47

23 Jul 10:05
4a67771

Choose a tag to compare

v2.4.0-next.47 Pre-release
Pre-release

2.4.0-next.47 (2025-07-23)

Bug Fixes

  • correctly load .env.local in resource command (a264ab2)

v2.4.0-next.46

23 Jul 08:21
6e873e9

Choose a tag to compare

v2.4.0-next.46 Pre-release
Pre-release

2.4.0-next.46 (2025-07-23)

Bug Fixes

  • add import .env and .env.local in index.ts.hbs (bcf1f4b)
  • Add load .env.local in index.ts.hbs (5286288)
  • fix JSDoc example formatting in IExpressHttpServer interface (a8c8b15)

Features

  • add dark theme to the jsonViewer and updated docs (7d370e4)
  • Add JsonViewer documentation and example (ece89d2)

v2.4.0-next.45

23 Jul 07:37
3440236

Choose a tag to compare

v2.4.0-next.45 Pre-release
Pre-release

2.4.0-next.45 (2025-07-23)

Features

  • add isRounded prop to the ShowTable.vue (8f06277)

v2.4.0-next.44

22 Jul 13:22
279f6d6

Choose a tag to compare

v2.4.0-next.44 Pre-release
Pre-release

2.4.0-next.44 (2025-07-22)

Bug Fixes

  • add correct wrong message appearance (e071149)
  • fix wrong page massage (29b179b)
  • remove wrong page message (928bac6)

v2.4.0-next.43

22 Jul 08:46

Choose a tag to compare

v2.4.0-next.43 Pre-release
Pre-release

2.4.0-next.43 (2025-07-22)

Bug Fixes

  • adjust page with adapters (c290e0b)

v2.4.0-next.42

21 Jul 16:41
80e13c2

Choose a tag to compare

v2.4.0-next.42 Pre-release
Pre-release

2.4.0-next.42 (2025-07-21)

Bug Fixes

  • Add missing import for Filters in virtual columns tutorial (eeacceb)