Skip to content

Releases: devforth/adminforth

v1.20.0

26 Apr 18:16
5c99974

Choose a tag to compare

1.20.0 (2025-04-26)

Bug Fixes

  • cli no creates Dockerfile and .dockerignore for easier deployment (0d10ea9)
  • don't rebuild SPA if built already done with same hashes of source (when hotReaload: [secure]). Allows to simplify production deploy - users can leave .bundleNow call in code and it will not cause downtime if bundle called in build time (e.g. with npx adminforth bundle). Same optimization for messages extraction (dc6eae0)
  • make adminforth bundle to use ts proxy - no compilation needed (81ae76b)

Features

  • add custom component generation feature (3158d04)

v1.19.0

23 Apr 22:07
0333da6

Choose a tag to compare

1.19.0 (2025-04-23)

Bug Fixes

  • add comment to clarify form usage in Dropzone component (1cddf61)
  • change Dropzone div to form and add clear function (7711130)
  • make CLI to create package-lock file from first create-app run for better portability (65958d0)

Features

  • integrate i18n for alert messages in various components (8925d90)

v1.15.0-next.22

21 Apr 20:33

Choose a tag to compare

v1.15.0-next.22 Pre-release
Pre-release

1.15.0-next.22 (2025-04-21)

Bug Fixes

  • make CLI to create package-lock file from first create-app run for better portability (65958d0)

v1.15.0-next.21

17 Apr 12:14
a2e2b66

Choose a tag to compare

v1.15.0-next.21 Pre-release
Pre-release

1.15.0-next.21 (2025-04-17)

Features

  • integrate i18n for alert messages in various components (8925d90)

v1.18.0

15 Apr 09:33
006e51b

Choose a tag to compare

1.18.0 (2025-04-15)

Bug Fixes

  • ensure page load state is updated correctly in ListView (fe1bff2)
  • update plugin class name to be dynamic based on pluginName (b579484)

Features

  • add image generation adapter class (96abe39)

v1.15.0-next.20

15 Apr 09:45
db58693

Choose a tag to compare

v1.15.0-next.20 Pre-release
Pre-release

1.15.0-next.20 (2025-04-15)

Bug Fixes

  • add comment to clarify form usage in Dropzone component (1cddf61)
  • change Dropzone div to form and add clear function (7711130)

v1.15.0-next.19

15 Apr 09:31

Choose a tag to compare

v1.15.0-next.19 Pre-release
Pre-release

1.15.0-next.19 (2025-04-15)

Features

  • add image generation adapter class (96abe39)

v1.15.0-next.18

11 Apr 19:09
6a5d5f3

Choose a tag to compare

v1.15.0-next.18 Pre-release
Pre-release

1.15.0-next.18 (2025-04-11)

Bug Fixes

  • update plugin class name to be dynamic based on pluginName (b579484)

v1.15.0-next.17

11 Apr 09:26

Choose a tag to compare

v1.15.0-next.17 Pre-release
Pre-release

1.15.0-next.17 (2025-04-11)

Bug Fixes

  • ensure page load state is updated correctly in ListView (fe1bff2)

v1.17.0

10 Apr 17:26
b06ddcb

Choose a tag to compare

1.17.0 (2025-04-10)

Bug Fixes

  • add getPlugin(s)ByClassName to IAdminForth for TS types integrity (d985414)
  • add opportunity to set null in boolean column (6dec44d)
  • add page load check to getList function (e3e30df)
  • add support for singleselect filter for boolean fields (e37745d)
  • allow NOT EQUAL filtering for NULL fields in MYSQL (65a6f57)
  • allow required and editingNote types to have scalar (non-object) value (a32133d)
  • auto-complete for resource all options fields (dcee05f)
  • change isPageLoaded to a constant in ListView.vue (b37f522)
  • fix boolean display and improve value validation (b8c855c)
  • fix filtering for array of enums/foreign resources (4cb8ee2)
  • fix nq and eq filters with null value (182ff2c)
  • imrove allowed debug logs in HEAVY_DEBUG (0977213)
  • remove debug log from getList function (bdfa1d7)
  • update ResourceListTable.vue to enhance dark mode styling for table rows (3b21098)
  • use admin resource client to prepare update statement for apartments (2c8a2be)

Features

  • enhance pagination input handling (06e24c6)