diff options
Diffstat (limited to 'static/js/ext/README.md')
-rw-r--r-- | static/js/ext/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/js/ext/README.md b/static/js/ext/README.md new file mode 100644 index 0000000..366e714 --- /dev/null +++ b/static/js/ext/README.md @@ -0,0 +1,9 @@ +# Why Are These Files Here? + +These are legacy extensions for htmx 1.x and are **NOT** actively maintained or guaranteed to work with htmx 2.x. +They are here because we unfortunately linked to unversioned unpkg URLs in the installation guides for them +in 1.x, so we need to keep them here to preserve those URLs and not break existing users functionality. + +If you are looking for extensions for htmx 2.x, please see the [htmx 2.0 extensions site](https://htmx.org/extensions), +which has links to the new extensions repos (They have all been moved to their own NPM projects and URLs, like +they should have been from the start!) |