---
title: "May 2025 - v0.73.1"
description: "Release notes for v0.73.1."
date: 2025-05-29
---

### 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).

Released in [v0.73.1](https://github.com/axadrn/shadcn-templ/releases/tag/v0.73.1).
