Releases: devforth/adminforth
Releases · devforth/adminforth
v1.20.1-next.2
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
v1.20.0
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 bundleto use ts proxy - no compilation needed (81ae76b)
Features
- add custom component generation feature (3158d04)
v1.19.0
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
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
1.15.0-next.21 (2025-04-17)
Features
- integrate i18n for alert messages in various components (8925d90)
v1.18.0
v1.15.0-next.20
1.15.0-next.20 (2025-04-15)
Bug Fixes
v1.15.0-next.19
v1.15.0-next.18
1.15.0-next.18 (2025-04-11)
Bug Fixes
- update plugin class name to be dynamic based on pluginName (b579484)