Skip to content

v0.81.0

Choose a tag to compare

@axadrn axadrn released this 29 Jun 06:58
47138d6

Added

  • πŸ”— Decoupled Triggers: Modal, Drawer, Popover now support data-*-trigger from any element
  • β†’ Use buttons, links, dropdown items, or multiple triggers per target – no more nesting needed
  • β†’ Better JS integration & Tailwind-friendly styling via data-open
  • πŸ“˜ API Docs: All components now have full API reference in the docs
  • ⚑ Smarter Swaps: Components mark themselves with initialized=true β†’ only new elements are re-inited after HTMX/Datastar swaps
  • 🧹 Docs Cleanup.
  • Better HTMX/Datastar usage

Changed

  • πŸ‘‰ Integration Guide
  • templUI keeps getting leaner, faster, and more flexible. No lock-ins. No fluff. Just clean UI.

Removed

  • πŸ†• TagsInput (thx @derkan): Add/remove tags with []string binding, readonly, disabled, and duplicate prevention
  • πŸ’₯ Breaking: JS initAllComponents β†’ now just init()
  • card.Media removed, examples use aspect-ratio

Fixed

Security

  • Removed CSP-related code