-
1.9.0 Stable
released this
2023-04-14 20:56:08 +00:00 | 34 commits to main since this releaseThis release contains two new attributes for
Giraffe.ViewEngine.Htmx, both supporting changes in htmx 1.9.0:_hxOnwill render anhx-onattribute. Multiple events can be specified by separating the events with a new-line character. Giraffe View Engine will apply attribute escaping on the value provided, but in initial testing, htmx still interpreted it as intended._hxSwapWithTransitionwill apply anhx-swapattribute as_hxSwapdoes, but will append the newtransition:truesuffix to enable CSS transitions.
The
Scripttags also now target v1.9.0 of htmx.Downloads