summaryrefslogtreecommitdiff
path: root/.changeset/cool-jokes-clap.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/cool-jokes-clap.md')
-rw-r--r--.changeset/cool-jokes-clap.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/.changeset/cool-jokes-clap.md b/.changeset/cool-jokes-clap.md
deleted file mode 100644
index 74176b259..000000000
--- a/.changeset/cool-jokes-clap.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-'astro': major
----
-
-Fixes for the `class:list` directive
-
-- Previously, `class:list` would ocassionally not be merged the `class` prop when passed to Astro components. Now, `class:list` is always converted to a `class` prop (as a string value).
-- Previously, `class:list` diverged from [`clsx`](https://github.com/lukeed/clsx) in a few edge cases. Now, `class:list` uses [`clsx`](https://github.com/lukeed/clsx) directly.
- - `class:list` used to deduplicate matching values, but it no longer does
- - `class:list` used to sort individual values, but it no longer does
- - `class:list` used to support `Set` and other iterables, but it no longer does