-
2.0.2 Stable
released this
2024-08-13 01:41:30 +00:00 | 1 commits to main since this releaseThis release updates the
Giraffe.ViewEngine.Htmx.Script
module functions to load v2.0.2. No header or attribute changes were a part of this release, although this is a significant bug fix release for htmx.Downloads
-
2.0.0 Stable
released this
2024-06-18 23:45:22 +00:00 | 3 commits to main since this releaseThis is the first production release supporting htmx 2.0. See the release announcement from the htmx team for changes in its API.
For this library (the Giraffe integration), there were no new server headers in htmx 2.0, so
Giraffe.Htmx
is a version/dependency bump.Giraffe.ViewEngine.Htmx
drops support forhx-sse
andhx-ws
, both attributes dropped from the upstream project (though thesse-swap
andsse-connect
attributes, contributed in beta4, still exist). As with each release, theScript
module has been updated to pull the specified version from unpkg.com.Finally, both libraries dropped explicit support for the now-End-of-Life .NET 7. (The .NET 6 packages should work if you're not ready to move your entire project to .NET 8 yet.)
Downloads
-
2.0.0-beta4 Pre-Release
released this
2024-05-23 23:32:40 +00:00 | 5 commits to main since this release- Add SSE attributes for Giraffe View Engine (thanks, Bjorn-Strom!).
- Update
Script
tags to load htmx 2.0.0-beta4
Downloads
-
2.0.0-beta3 Pre-Release
released this
2024-04-18 02:40:21 +00:00 | 8 commits to main since this releaseThis updates the
Script
module functions to load htmx v2.0.0-beta3. Be sure to check out the caveats in the package README files.The htmx project's current plan is for this to be the final pre-release.
Downloads
-
1.9.11 Stable
released this
2024-03-19 00:14:51 +00:00 | 16 commits to main since this releaseUpdates the
Script
tag to pull v1.9.11 of htmx. This was an upstream bug-fix release, so no attribute or header changes were required.Downloads
-
2.0.0-beta1 Pre-Release
released this
2024-03-19 00:03:18 +00:00 | 16 commits to main since this releaseThis release updates the
Script
module tags to pull htmx v2.0.0-beta1. No other changes were required.See the full htmx 1 to 2 migration guide for details on htmx v2.
Downloads
-
v2.0.0-alpha2 Pre-Release
released this
2024-02-12 22:45:16 +00:00 | 17 commits to main since this releaseThis release updates the
Script
tags to pull htmx v2.0-alpha2. There remain no header changes forGiraffe.Htmx
, but in this release forGiraffe.ViewEngine.Htmx
, the deprecated_hxOn
attribute has been removed (as promised). If you are listening for an htmx event, use_hxOnHxEvent
with theHxEvent
discriminated union; if you are listening for an HTML or custom event, use_hxOnEvent
with the event passed as astring
.See the full htmx 1 to 2 migration guide for details on htmx v2.
Downloads