Skip to content

Releases: axzilla/templui

v0.30.0

13 Feb 07:53
7b36dc6
Compare
Choose a tag to compare

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

30 Jan 09:02
9e6135e
Compare
Choose a tag to compare

Changes

  • fix(datepicker): shift blankdays by 1 to show correct days (shoutout to @RimJur)

Upgrade

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

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