---
title: "July 2025 - v0.84.0"
description: "Release notes for v0.84.0."
date: 2025-07-19
---

### Added

- new `templui upgrade` command – upgrade to latest or specific version without `go install` (thanks @vague2k)
- native `type="reset"` now also resets templUI form components: `selectbox`, `tagsinput`, `datepicker`, `calendar`, `rating`
- moved attributes from trigger button to hidden input to support `name`, `id`, etc. (thanks @scottmckendry)
- introduced new `data-tui-*` attribute naming to avoid conflicts with frameworks like HTMX or DataStar (prototype implementation, more components will follow) (thanks @scottmckendry)
- added non-www redirect

### Changed

- updated DataStar usage examples (thanks @scottmckendry)
- improved theme editor colors and light/dark mode handling
- updated favicons (incl. Safari), meta tags, and social previews

### Fixed

- clarified required `for` and `contentId` for `@tooltip` (thanks @jaingounchained)
- corrected wildcard usage to `"*"` for installing all components
- corrected `--force` usage example in CLI help

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