Skip to content

v1.9.2

Choose a tag to compare

@axadrn axadrn released this 23 Mar 08:19

Fixed

  • Fixed embedded component script routes on Windows by switching to slash-separated paths when reading from the embedded filesystem, so /templui/js/... no longer returns 404 for valid component assets. Fixes #526.
  • Fixed the import workflow Tailwind watcher example to resolve TEMPLUI_PATH with go list -mod=mod, which restores vendored and Docker-based setups. Fixes #527.