Skip to content

v0.73.1

Choose a tag to compare

@axadrn axadrn released this 29 May 07:26
60acea5

Added

  • JavaScript logic is now decoupled from .templ files and moved into standalone minified JS files – better DX with proper syntax highlighting, LSP support, and editor IntelliSense.
  • → Component JS is now globally injected via layout – improves HTMX support and overall performance.

Changed

  • CLI output is now 🌈 cleaner and more readable – includes emojis, better component listing with short descriptions and JS requirements.
  • Improved documentation for component setup and installation – clearer, leaner, and more actionable.

Removed

  • Removed some unused, uncommented code 🧹.

Fixed

  • CLI now correctly displays the version number (previously a duplicate vv... typo).