• 2.0.6 Stable

    danieljsummers 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 an HxSync module with valid values for that attribute.
    • Aligning with the htmx project's shift, the CDN links generated by the Htmx.Script module (in the ViewEngine package) now load the files from jsdelivr instead of unpkg.
      POSSIBLE BREAKING CHANGE! If you use that function on a site with a Content-Security-Policy header defined, you will need to add cdn.jsdelivr.net as an authorized script source domain; if htmx is the only reason you had unpkg.com, you can remove it.
    • As .NET 6 is now EOL, the minimum .NET version required for these packages is .NET 8.
    Downloads