htmx v4, alpha8 (#18)

Reviewed-on: #18
This commit was merged in pull request #18.
This commit is contained in:
2026-03-22 22:21:22 +00:00
parent de75672bb3
commit d4a7e0c9ce
9 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
This package enables server-side support for [htmx](https://htmx.org) within [Giraffe](https://giraffe.wiki) and ASP.NET's `HttpContext`.
**htmx version: 4.0.0-alpha6**
**htmx version: 4.0.0-alpha8**
_Upgrading from v2.x: the [migration guide](https://four.htmx.org/migration-guide-htmx-4/) lists changes for v4. For this package, the `HX-Trigger` and `HX-Trigger-Name` headers are marked obsolete. They are replaced by `HX-Source`, which provides the triggering tag name and `id` attribute. The `HX-Prompt` header has also been marked as obsolete, as the `hx-prompt` attribute which generated its content has been removed._