Skip to content

v1.20.0

Choose a tag to compare

@ivictbor ivictbor released this 26 Apr 18:16
· 1206 commits to main since this release
5c99974

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)