Releases: axzilla/templui
Releases · axzilla/templui
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
v0.28.1 🎉
v0.28.0 🎉
v0.27.1
v0.27.0 🎉
🔨 Hotfix v0.26.1: CSP Security Enhancement
Security Updates
- ⚡️ Optimized CSP middleware to focus on script-src directives
- 🔄 Removed unnecessary style-src configurations
- 🛡️ Improved CSP documentation clarity
What's Changed
- CSP middleware now focuses solely on script source security
- Simplified configuration for better developer experience
- Updated documentation with clearer CSP implementation guidelines
Upgrade
go get github.com/axzilla/templui@v0.26.1
go mod tidy
🚀 Release v0.26.0: Enterprise-Ready Update
Major Changes
- ⚡️ CSP-compliant architecture by default
- 🛡️ New CSP middleware for advanced security needs
- 🔄 Standardized Alpine.js integration
- 📦 Improved component script management
- 📚 Enhanced documentation
Component Updates
- All interactive components now CSP-compliant
- Standardized script handling across components
- Improved error handling and feedback
- Enhanced accessibility
Quickstart Repo Updates
- New Dockerfile for easy deployment
- Improved development setup
- Comprehensive FAQ section
- Ready-to-use project structure
Upgrade
go get github.com/axzilla/templui@v0.26.0
go mod tidy