-
1.9.8 Stable
released this
2023-11-22 21:13:57 +00:00 | 29 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 | 31 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 | 32 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 | 33 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 | 34 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 | 35 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
-
1.9.0 Stable
released this
2023-04-14 20:56:08 +00:00 | 36 commits to main since this releaseThis release contains two new attributes for
Giraffe.ViewEngine.Htmx, both supporting changes in htmx 1.9.0:_hxOnwill render anhx-onattribute. 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._hxSwapWithTransitionwill apply anhx-swapattribute as_hxSwapdoes, but will append the newtransition:truesuffix to enable CSS transitions.
The
Scripttags also now target v1.9.0 of htmx.Downloads
-
1.8.6 Stable
released this
2023-03-03 17:26:40 +00:00 | 37 commits to main since this releaseFunctionality Changes
This release updates the
Script.minifiedandScript.unminifiedfunctions to load htmx v1.8.6 instead of 1.8.5. As there were no new attributes or headers introduced in this htmx release, this is the only change.Build Changes
Between v1.8.5 and this release, a GitHub Action was set up to build, test, and package on each commit. The packages on NuGet were produced by this process.
Downloads
-
1.8.5 Stable
released this
2023-01-18 01:41:54 +00:00 | 44 commits to main since this releasev1.8.5 supports htmx 1.8.5. New this release:
All Packages
The released packages now support both .NET 6 and .NET 7.
Giraffe.ViewEngine.Htmx(client-side views)- The new
_hxHistoryflag generates thehx-historyattribute (added in htmx 1.8.5). Script.minifiedandScript.unminifiedload htmx 1.8.5
Downloads
- The new
-
1.8.4 Stable
released this
2022-11-24 16:34:07 +00:00 | 45 commits to main since this releasev1.8.4 supports htmx 1.8.4. New this release:
Giraffe.ViewEngine.Htmx(client-side views)- The
Scriptmodule generates links for v1.8.4. - The new
_hxValidateflag generates thehx-validateattribute (added in htmx 1.8.1). - The new
RenderFragmentmodule enables fragment rendering.
(No changes were required to
Giraffe.Htmx.CommonorGiraffe.Htmx, but both packages were updated for version 1.8.4.)Downloads
- The