mention extensions

This commit is contained in:
Carson Gross 2024-01-26 09:29:15 -07:00
parent aeb02de313
commit 7129cec70a

View File

@ -38,6 +38,15 @@ The alpha can be installed via a package manager referencing version `2.0.0-alph
or <a href="https://unpkg.com/htmx.org@2.0.0-alpha1/dist/htmx.min.js" download>Downloaded</a> or <a href="https://unpkg.com/htmx.org@2.0.0-alpha1/dist/htmx.min.js" download>Downloaded</a>
### Extensions
Extensions have been removed from the main codebase and are now in this github repo:
<https://github.com/bigskysoftware/htmx-extensions/tree/main/ext>
They will eventually be available at <https://extensions.htmx.org> and in NPM but for now must be linked from the
github repo.
### New Features ### New Features
* As mentioned above, htmx now includes [`head` tag](@/docs.md#head) merging functionality out of the box * As mentioned above, htmx now includes [`head` tag](@/docs.md#head) merging functionality out of the box