• v1.9.0 50c66435e8

    1.9.0 Stable

    danieljsummers released this 2023-04-14 20:56:08 +00:00 | 29 commits to main since this release

    This release contains two new attributes for Giraffe.ViewEngine.Htmx, both supporting changes in htmx 1.9.0:

    • _hxOn will render an hx-on attribute. 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.
    • _hxSwapWithTransition will apply an hx-swap attribute as _hxSwap does, but will append the new transition:true suffix to enable CSS transitions.

    The Script tags also now target v1.9.0 of htmx.

    Downloads