From f751aba86fa449d9b3897d64ad489db47dc182a0 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Fri, 12 Jul 2024 11:12:56 -0600 Subject: [PATCH] remove only top level files to keep the legacy extensions --- CHANGELOG.md | 6 ++++++ README.md | 2 +- scripts/dist.sh | 3 ++- src/htmx.js | 2 +- www/content/_index.md | 2 +- www/content/docs.md | 6 +++--- www/static/src/htmx.d.ts | 2 +- www/static/src/htmx.js | 9 ++++++--- www/static/test/manual/index.html | 1 + www/themes/htmx-theme/static/js/htmx.js | 9 ++++++--- 10 files changed, 28 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c76fd1e2..277903d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.0.1] - 2024-07-12 + +* Make the `/dist/htmx.esm.js` file the `main` file in `package.json` to make installing htmx smoother +* Update `htmx.d.ts` & include it in the distribution + + ## [2.0.0] - 2024-06-17 * Removed extensions and moved to their own repos linked off of diff --git a/README.md b/README.md index 7834ad5a..3b3db27b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ By removing these arbitrary constraints htmx completes HTML as a ## quick start ```html - +