Skip to content

Releases: devforth/adminforth

v1.20.1-next.2

26 Apr 18:38

Choose a tag to compare

v1.20.1-next.2 Pre-release
Pre-release

1.20.1-next.2 (2025-04-26)

Bug Fixes

  • CLI issue for sqlite, show traceback on any CLI exceptions (b8b97dc)

v1.20.1-next.1

26 Apr 18:26

Choose a tag to compare

v1.20.1-next.1 Pre-release
Pre-release

1.20.1-next.1 (2025-04-26)

Bug Fixes

  • add babel parser for recast (dbfd83c)

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)