Skip to content

v0.64.0

Choose a tag to compare

@axadrn axadrn released this 08 May 08:32
bd0007d

Fixed

  • HTMX Swap Initialization: Resolved an issue where JavaScript for components (like SelectBox, Popover, etc.) was not reliably re-initialized after certain HTMX swap operations (e.g., outerHTML, beforebegin). This ensures components are fully interactive after dynamic content updates. Big thanks @derkan for the extensive debugging and collaboration on this!
  • Calendar Localization: The Calendar component now correctly displays localized month names according to the provided localeTag, using Intl.DateTimeFormat. This fixes an issue where only English month names were previously shown.