---
title: "July 2025 - v0.85.0"
description: "Release notes for v0.85.0."
date: 2025-07-27
---

### Added

- sidebar menu now stays open between page transitions via HTMX (no full reload required)

### Changed

- implemented proper `404` routing for improved UX & SEO
- rebranded from `axzilla/templui` to `templui/templui` 🎉
- improved Pro upgrade bar visuals
- regenerated sitemap

### Removed

- removed unnecessary `stopPropagation` logic to improve compatibility with nested components
- removed unnecessary cleanup examples from `Popover`, `Drawer`, etc.

### Fixed

- introduced `data-tui-*` prefix convention across all components to avoid attribute conflicts (selectbox, drawer, calendar, etc.) – now future-proof & compatible with frameworks like HTMX & DataStar ( thanks @axadrn)
- fix alignment for `a` tag inside dropdown items (`justify-between`, thanks @glsubri)
- corrected text color for `destructive` variant
- renamed internal `data-*` attributes to avoid conflicts (e.g., `data-show`, `data-selected`, etc.)

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