Skip to content

Releases: axzilla/templui

v0.29.1 🎉

20 Jan 13:36
Compare
Choose a tag to compare

Changes

  • fix: make clipboard copy function available in http environments besides https and localhost

Upgrade

go get github.com/axzilla/templui@v0.29.1
go mod tidy

v0.29.0 🎉

11 Jan 02:00
c684dcd
Compare
Choose a tag to compare

Changes

  • feat: add timepicker

Upgrade

go get github.com/axzilla/templui@v0.29.0
go mod tidy

v0.28.3 🎉

10 Jan 01:16
fe4ed0c
Compare
Choose a tag to compare

Changes

  • fix(datepicker): initialize custom language config now correctly
  • chore: upgrade templ and update docs for new Go > 1.23 requirements

Upgrade

go get github.com/axzilla/templui@v0.28.3
go mod tidy

v0.28.2 🎉

29 Dec 09:30
6560574
Compare
Choose a tag to compare

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 🎉

28 Dec 01:51
52aff5f
Compare
Choose a tag to compare

Changes

  • fix(checkbox): provide value attribute only if its set

Upgrade

go get github.com/axzilla/templui@v0.28.1
go mod tidy

v0.28.0 🎉

23 Dec 08:53
986c0c0
Compare
Choose a tag to compare

Changes

  • feat: add Code component

Upgrade

go get github.com/axzilla/templui@v0.28.0
go mod tidy

v0.27.1

22 Dec 05:58
0c88af2
Compare
Choose a tag to compare

Changes

  • refactor: rename 'internals' to 'internal' across the codebase

Upgrade

go get github.com/axzilla/templui@v0.27.1
go mod tidy

v0.27.0 🎉

21 Dec 08:42
62407c5
Compare
Choose a tag to compare

Changes

  • feat: add tooltip component 🚀

Upgrade

go get github.com/axzilla/templui@v0.27.0
go mod tidy

🔨 Hotfix v0.26.1: CSP Security Enhancement

19 Dec 02:48
f23a7cd
Compare
Choose a tag to compare

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

18 Dec 10:03
1207a11
Compare
Choose a tag to compare

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