-
4.0.0-beta5 Pre-Release
released this
2026-06-30 02:09:25 +00:00 | 0 commits to htmx-v4 since this release- htmx and htmax now provide/link 4.0.0-beta5
- [Common] There is a new
StaticAssetUrlthat contains the URLs for the provided libraries. This had previously been internal to the library. - [Server | View Engine] The
hx-promptattribute andHx-Promptheader, removed from v4, has been restored via an extension. The attribute and header properties in this library will no longer generateObsoletewarnings, and the documentation has been updated to emphasize the requirement for this new extension to maintain functionality. - [Server] There was an
HtmxScript.localfunction which generated a link to the provided library via anHtmlString; there is now anHtmxScript.localMaxfunction to do the same for the htmax bundle. (These are for linking the provided libraries without using Giraffe.ViewEngine.)
Downloads