I’m pleased to announce the 0.0.7 release of htmx.
<event name>.htmx
(the old jQuery style) to htmx:<event name>
hx-swap
attribute now supports two new modifiers:
scroll
- allows you to scroll the target to the top
or bottom
view
- allows you to scroll the top
or bottom
of the target into viewhx-push-url
attribute now can optionally take a URL to push, in addition to true
and false
hx-vars
attribute that allows you to dynamically add to the parameters that will be submitted with a requestEnjoy!