Skip to content

v0.85.0

Choose a tag to compare

@axadrn axadrn released this 27 Jul 10:05

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