---
title: "May 2025 - v0.64.0"
description: "Release notes for v0.64.0."
date: 2025-05-08
---

### 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.

Released in [v0.64.0](https://github.com/axadrn/shadcn-templ/releases/tag/v0.64.0).
