I’m happy to announce the 1.4.0 release of htmx.
queue
option to the hx-trigger attribute, allowing you to specify how events
should be queued when they are received with a request in flighthtmx.config.useTemplateFragments
option was added, allowing you to use HTML template tags for parsing content
from the server. This allows you to use Out of Band content when returning things like table rows, but it is not
IE11 compatible.IntersectionObserver
APIhtmx.config.withCredentials
option was added, to send credentials with ajax requests (default is false
)hx-swap
now supports the none
optiondefaultSettleDelay
was dropped to 20ms from 100msreveal
logic when scrolling at incredible speeds - https://github.com/bigskysoftware/htmx/issues/463hx-prompt
to failthrottle
option on hx-trigger
does not delay the initial request any longermeta
key is ignored on boosted links<script>
tags are now evaluated in the global scopeEnjoy!