-
2.0.6 Stable
released this
2025-07-03 00:23:01 +00:00 | 1 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