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 5a548a51..08f80a02 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 @@ -47,6 +47,10 @@ Extensions have been removed from the main codebase and are now in this github r They will eventually be available at and in NPM but for now must be linked from the github repo. +There was one breaking change in the extensions, SSE, so you must use the newer version of that extension: + +https://github.com/bigskysoftware/htmx-extensions/blob/main/ext/sse.js + ### New Features * As mentioned above, htmx now includes [`head` tag](@/docs.md#head) merging functionality out of the box