You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).