Never miss a release that matters
AI-powered summaries of every GitHub release.
AI Summaries
Changelogs condensed into clear, actionable insights.
Always Free
Track up to 5 packages at no cost, forever.
Weekly Digest
A curated summary of every release, delivered weekly.
TL;DR
HTMX now uses generated source files for SHA values, improving build reliability and potentially reducing bundle size.
Breaking
- SHA values are now generated (cryptographic hash for content integrity) which may impact custom tooling relying on specific SHA formats.
TL;DR
HTMX now correctly handles browser history and URL updates with HX-Location and resolves relative paths as expected, improving navigation behavior in single-page applications (SPA).
Fixes Worth Knowing
HX-Locationnow respects thereplaceattribute whenpushis disabled, preventing duplicate history entries.- Relative paths are now correctly resolved against the current page location.
- HTMX utility classes are removed cleanly, avoiding empty
class=""attributes in the DOM. - Elements already disabled in the HTML will retain that state when using
hx-disabled-elt. - Debugging is improved with more detailed error information for out-of-band (OOB) errors.
TL;DR
HTMX now includes improved compatibility with older browsers, specifically Internet Explorer 11, ensuring broader accessibility for users on legacy systems.
Fixes Worth Knowing
Examples for client-side templating (using Mustache) have been corrected. Documentation for hx-disabled-elt (attribute disabling elements) now clarifies support for multiple CSS selectors.