fix links

This commit is contained in:
Carson Gross 2024-02-09 11:21:23 -07:00
parent 8cfa1e9905
commit 4bbc9cfe43
2 changed files with 3 additions and 12 deletions

View File

@ -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

View File

@ -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