From 4bbc9cfe431286f61a299b0d6545cbcf4f6ae927 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Fri, 9 Feb 2024 11:21:23 -0700 Subject: [PATCH] fix links --- .../2024-01-26-htmx-2.0.0-alpha1-is-released.md | 2 +- .../2024-02-09-htmx-2.0.0-alpha2-is-released.md | 13 ++----------- 2 files changed, 3 insertions(+), 12 deletions(-) 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 08f80a02..058d8c48 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 @@ -53,7 +53,7 @@ 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 +* As mentioned above, htmx now includes `head` tag merging functionality out of the box * htmx now works properly within the Shadow DOM of Web Components * Attribute inheritance can now be disabled entirely via the `htmx.config.disableInheritance` config variable * Response code handling is now configurable via the `htmx.config.responseHandling` config variable diff --git a/www/content/posts/2024-02-09-htmx-2.0.0-alpha2-is-released.md b/www/content/posts/2024-02-09-htmx-2.0.0-alpha2-is-released.md index 39ba034d..f23408f7 100644 --- a/www/content/posts/2024-02-09-htmx-2.0.0-alpha2-is-released.md +++ b/www/content/posts/2024-02-09-htmx-2.0.0-alpha2-is-released.md @@ -26,11 +26,6 @@ A complete upgrade guide can be found here: Note that htmx 2.x will no longer be IE compatible, but 1.x will continue to be supported for IE users. -### Changes - -* Biggest change is that we reverted `head` tag processing, we have decided that that is better handled as an extension - because it's a little too magic for the core - ### Installing The alpha can be installed via a package manager referencing version `2.0.0-alpha2`, or can be linked via a CDN: @@ -56,9 +51,5 @@ 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 -* htmx now works properly within the Shadow DOM of Web Components -* Attribute inheritance can now be disabled entirely via the `htmx.config.disableInheritance` config variable -* Response code handling is now configurable via the `htmx.config.responseHandling` config variable -* Template-based parsing is now the standard mechanism for parsing new content, which should make trouble with - table elements being mixed with other content much less of an issue +* No new features, in fact we took one out: we reverted `head` tag processing, we have decided that that is better handled as an extension + because it's a little too magic for the core