-
2.0.6 Stable
released this
2025-07-03 00:23:01 +00:00 | 0 commits to main since this release- There is now full XML documentation bundled with the library - and, where applicable, this documentation also contains links to the official htmx docs. Your preferred IDE should be more help with this information in the package.
- Prior releases had missed the
hx-syncattribute; this adds an_hxSyncattribute helper, as well as anHxSyncmodule with valid values for that attribute. - Aligning with the htmx project's shift, the CDN links generated by the
Htmx.Scriptmodule (in theViewEnginepackage) now load the files from jsdelivr instead of unpkg.
POSSIBLE BREAKING CHANGE! If you use that function on a site with aContent-Security-Policyheader defined, you will need to addcdn.jsdelivr.netas an authorized script source domain; if htmx is the only reason you hadunpkg.com, you can remove it. - As .NET 6 is now EOL, the minimum .NET version required for these packages is .NET 8.
Downloads
-
2.0.4 Stable
released this
2024-12-13 22:04:17 +00:00 | 1 commits to main since this releaseThis release updates the
Giraffe.ViewEngine.Htmx.Scriptmodule functions to load v2.0.4. No header or attribute changes were a part of this release.Additionally, this version is the first to include explicit .NET 9 support.
Downloads
-
2.0.2 Stable
released this
2024-08-13 01:41:30 +00:00 | 4 commits to main since this releaseThis release updates the
Giraffe.ViewEngine.Htmx.Scriptmodule 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 | 6 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.Htmxis a version/dependency bump.Giraffe.ViewEngine.Htmxdrops support forhx-sseandhx-ws, both attributes dropped from the upstream project (though thesse-swapandsse-connectattributes, contributed in beta4, still exist). As with each release, theScriptmodule 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 | 8 commits to main since this release- Add SSE attributes for Giraffe View Engine (thanks, Bjorn-Strom!).
- Update
Scripttags to load htmx 2.0.0-beta4
Downloads
-
2.0.0-beta3 Pre-Release
released this
2024-04-18 02:40:21 +00:00 | 11 commits to main since this releaseThis updates the
Scriptmodule 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 | 19 commits to main since this releaseUpdates the
Scripttag to pull v1.9.11 of htmx. This was an upstream bug-fix release, so no attribute or header changes were required.Downloads