I'm pleased to announce the 0.4 release of htmx.
HX-Redirect
and HX-Refresh
response headers for redirecting client side and triggering a page refresh, respectivelyhx-vars
now overrides input values<title>
tags in responses will be used to update page titleseval()
have been removed in favor of Function
hx-vals
is available as a save alternative to hx-vars
. It uses JSON.parse()
rather than evaluation, if you wish to safely pass user-provided values through to htmx.hx-boost
in large pages that are not using that attributeEnjoy!