From 7129cec70a358154dc3ebd86007be68dd077d487 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Fri, 26 Jan 2024 09:29:15 -0700 Subject: [PATCH] mention extensions --- .../posts/2024-01-26-htmx-2.0.0-alpha1-is-released.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/www/content/posts/2024-01-26-htmx-2.0.0-alpha1-is-released.md b/www/content/posts/2024-01-26-htmx-2.0.0-alpha1-is-released.md index 0b8d493f..5a548a51 100644 --- a/www/content/posts/2024-01-26-htmx-2.0.0-alpha1-is-released.md +++ b/www/content/posts/2024-01-26-htmx-2.0.0-alpha1-is-released.md @@ -38,6 +38,15 @@ The alpha can be installed via a package manager referencing version `2.0.0-alph or Downloaded +### Extensions + +Extensions have been removed from the main codebase and are now in this github repo: + + + +They will eventually be available at and in NPM but for now must be linked from the +github repo. + ### New Features * As mentioned above, htmx now includes [`head` tag](@/docs.md#head) merging functionality out of the box