Releases: axzilla/templui
Releases · axzilla/templui
v0.30.0
Changes in v0.30.0
Features
- feat: add required attribute support for form components (input, textarea, select, checkbox, radio)
- feat: active state for sidebar navigation (highlights current page)
- feat: new simplified documentation structure
Major Changes
- upgrade: move to Tailwind CSS v4.x with CSS-only configuration
- change: new TemplUI slogan and branding
- change: switch from CSP-first to standard approach in documentation
Improvements
- improve: all external assets now served locally (including logos)
- improve: external links now open in new tab
- improve: add missing component code tabs (form & label components)
- improve: simplify "How to Use" documentation
Fixes
- fix: repair broken Tailwind logo in docs sidebar
- fix: various documentation typos
- fix: remove unnecessary code
- fix: update to latest templ version
Community
- add: GitHub Sponsors support with badges
- docs: improved documentation structure
Upgrade
go get github.com/axzilla/templui@v0.30.0
go mod tidy
Special shoutout to @landrade and @zyriab - your contributions made this release possible! 🙌
v0.29.2
v0.29.1 🎉
v0.29.0 🎉
v0.28.3 🎉
v0.28.2 🎉
Changes
- fix(docs): disable bfbrowser cache to avoid unnecessary js/html states
- fix(code): make code component self contained with highlight.js stuff to avoid initial page flicker
- fix(tabs): change first active tab behaviour to avoid initial page flicker
Upgrade
go get github.com/axzilla/templui@v0.28.2
go mod tidy