shadcn-templ 2.0 beta. Switch to templUI v1
1.7k

June 2025 - v0.75.3

Release notes for v0.75.3.

Fixed

  • 🐛 Critical HTMX swap fix for component reinitialization across all swap scenarios

  • Resolved component reinitialization issues after HTMX swaps (thanks @CarraraVitor):
  • Fixed event target selection for normal vs OOB swaps
  • Normal swaps now correctly use event.detail.elt (newly inserted element)
  • OOB swaps now correctly use event.detail.target (target element)
  • Affects all JS-enabled components: rating, modal, selectbox, dropdown, etc.
  • Resolves conflicts from previous fixes in,,
  • This patch ensures components work correctly after all HTMX swap operations.

Released in v0.75.3.