You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)