You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.