-
2.0.0-beta1 Pre-Release
released this
2024-03-19 00:03:18 +00:00 | 19 commits to main since this releaseThis release updates the
Scriptmodule 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 | 20 commits to main since this releaseThis release updates the
Scripttags to pull htmx v2.0-alpha2. There remain no header changes forGiraffe.Htmx, but in this release forGiraffe.ViewEngine.Htmx, the deprecated_hxOnattribute has been removed (as promised). If you are listening for an htmx event, use_hxOnHxEventwith theHxEventdiscriminated union; if you are listening for an HTML or custom event, use_hxOnEventwith the event passed as astring.See the full htmx 1 to 2 migration guide for details on htmx v2.
Downloads
-
v2.0.0-alpha1 Pre-Release
released this
2024-01-31 04:04:19 +00:00 | 21 commits to main since this releaseThis release updates the script tag generated by the
Scriptfunctions to load htmx v2.0.0-alpha1. Currently, there are no v2 changes that impact server headers (Giraffe.Htmx), and the form ofhx-onthat has been removed is not the form thatGiraffe.ViewEngine.Htmxgenerated as of v1.9.10. If your project compiled with v1.9.10 with no deprecation warnings, this upgrade should cause no code changes. (For this release,_hxOnis still present; in the next prerelease, it will be removed.)See the full htmx 1 to 2 migration guide for details on htmx v2.
Downloads
-
1.9.10 Stable
released this
2024-01-03 00:26:09 +00:00 | 24 commits to main since this releaseNew Features
Htmx.Scriptmodules now load v1.9.10_hxOnhas been deprecated; new attributes_hxOnEvent(for HTML events) and_hxOnHxEvent(for htmx events) are now available. There is also anHxEventdiscriminated union that defines the available htmx events and translates them to their proper hx-on:* values- NuGet packages now have an icon
Bug Fixes
- Library now has minimum
FSharp.Corerequirement of v6.0.0 (thanks @SIRHAMY for reporting and @baronfel for guidance on the fix) _hxDisabledEltwas misspelled; this has been corrected
Dependency Updates
- Giraffe.Htmx now depends on Giraffe 6.2.0 (up from 5.0.0).
Downloads
-
1.9.8 Stable
released this
2023-11-22 21:13:57 +00:00 | 26 commits to main since this release- Update htmx script tags to v1.9.8
- Include support for .NET 8
Downloads
-
1.9.6 Stable
released this
2023-09-28 00:31:56 +00:00 | 28 commits to main since this releaseThis updates the packages to support htmx 1.9.6.
- [ViewEngine] Add support for the new
hx-disabled-eltattribute - [ViewEngine]
Scriptmodule tags now load htmx 1.9.6
Downloads
- [ViewEngine] Add support for the new
-
1.9.5 Stable
released this
2023-08-25 16:36:30 +00:00 | 29 commits to main since this releaseThis updates the
Scriptmodule to load v1.9.5; no further changes were required to support the upstream release.Downloads
-
1.9.4 Stable
released this
2023-07-26 16:54:48 +00:00 | 30 commits to main since this releaseThis updates the
Scriptmodule to load v1.9.4; no further changes were required to support the upstream bug-fix release.Downloads
-
1.9.3 Stable
released this
2023-07-15 21:54:01 +00:00 | 31 commits to main since this releaseThis updates the library to support htmx 1.9.3.
- [Htmx] Added
HX-Reselectresponse header (allows a response to override which portion of it will be swapped into the destination document) - [ViewEngine]
Scriptmodule tags now pull v1.9.3 from unpkg.com
Downloads
- [Htmx] Added
-
1.9.2 Stable
released this
2023-05-06 17:14:58 +00:00 | 32 commits to main since this releaseThis updates the
Scriptvalues to load htmx v1.9.2; no other functionality changed between this and the prior release.Downloads