Skip to content

v0.75.3

Choose a tag to compare

@axadrn axadrn released this 14 Jun 08:04
ad0451f

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.