---
title: "June 2025 - v0.81.0"
description: "Release notes for v0.81.0."
date: 2025-06-29
---

### Added

- 🔗 Decoupled Triggers: Modal, Drawer, Popover now support `data-*-trigger` from _any_ element
- → Use buttons, links, dropdown items, or multiple triggers per target – no more nesting needed
- → Better JS integration & Tailwind-friendly styling via `data-open`
- 📘 API Docs: All components now have full API reference in the docs
- ⚡ Smarter Swaps: Components mark themselves with `initialized=true` → only new elements are re-inited after HTMX/Datastar swaps
- 🧹 Docs Cleanup.
- Better HTMX/Datastar usage

### Changed

- 👉 [Integration Guide](https://templui.io/docs/how-to-use#framework-integration)
- templUI keeps getting leaner, faster, and more flexible. No lock-ins. No fluff. Just clean UI.

### Removed

- 🆕 TagsInput (thx @derkan): Add/remove tags with `[]string` binding, `readonly`, `disabled`, and duplicate prevention
- 💥 Breaking: JS `initAllComponents` → now just `init()`
- `card.Media` removed, examples use `aspect-ratio`

### Fixed

- Typo fix (thx @brtholomy)

### Security

- Removed CSP-related code

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