-
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-sync
attribute; this adds an_hxSync
attribute helper, as well as anHxSync
module with valid values for that attribute. - Aligning with the htmx project's shift, the CDN links generated by the
Htmx.Script
module (in theViewEngine
package) now load the files from jsdelivr instead of unpkg.
POSSIBLE BREAKING CHANGE! If you use that function on a site with aContent-Security-Policy
header defined, you will need to addcdn.jsdelivr.net
as 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