summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/chilly-experts-add.md9
-rw-r--r--.changeset/clever-keys-hammer.md5
-rw-r--r--.changeset/dry-dragons-greet.md5
-rw-r--r--.changeset/gentle-insects-run.md5
-rw-r--r--.changeset/nine-roses-explain.md5
-rw-r--r--.changeset/smart-chicken-develop.md5
-rw-r--r--.changeset/wicked-laws-heal.md11
7 files changed, 0 insertions, 45 deletions
diff --git a/.changeset/chilly-experts-add.md b/.changeset/chilly-experts-add.md
deleted file mode 100644
index 46c228c7d..000000000
--- a/.changeset/chilly-experts-add.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'@astrojs/image': minor
----
-
-Removes the `content-visibility: auto` styling added by the `<Picture />` and `<Image />` components.
-
-**Why:** The [content-visibility](https://developer.mozilla.org/en-US/docs/Web/CSS/content-visibility) style is rarely needed for an `<img>` and can actually break certain layouts.
-
-**Migration:** Do images in your layout actually depend on `content-visibility`? No problem! You can add these styles where needed in your own component styles.
diff --git a/.changeset/clever-keys-hammer.md b/.changeset/clever-keys-hammer.md
deleted file mode 100644
index 5e91f47e4..000000000
--- a/.changeset/clever-keys-hammer.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/mdx': patch
----
-
-Support recmaPlugins config option
diff --git a/.changeset/dry-dragons-greet.md b/.changeset/dry-dragons-greet.md
deleted file mode 100644
index 024dd2cdd..000000000
--- a/.changeset/dry-dragons-greet.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix `.css?raw` usage
diff --git a/.changeset/gentle-insects-run.md b/.changeset/gentle-insects-run.md
deleted file mode 100644
index a2531c521..000000000
--- a/.changeset/gentle-insects-run.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Update `@astrojs/compiler` and use the new `resolvePath` option. This allows removing much of the runtime code, which should improve rendering performance for Astro and MDX pages.
diff --git a/.changeset/nine-roses-explain.md b/.changeset/nine-roses-explain.md
deleted file mode 100644
index 0b4c8e019..000000000
--- a/.changeset/nine-roses-explain.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vercel': patch
----
-
-Edge adapter includes all the generated files (all files inside `dist/`) instead of only `entry.mjs`
diff --git a/.changeset/smart-chicken-develop.md b/.changeset/smart-chicken-develop.md
deleted file mode 100644
index da87ad052..000000000
--- a/.changeset/smart-chicken-develop.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-`astro add` no longer automatically installs optional peer dependencies
diff --git a/.changeset/wicked-laws-heal.md b/.changeset/wicked-laws-heal.md
deleted file mode 100644
index bcaac6132..000000000
--- a/.changeset/wicked-laws-heal.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-'@astrojs/image': minor
----
-
-HTML attributes included on the `<Picture />` component are now passed down to the underlying `<img />` element.
-
-**Why?**
-
-- when styling a `<picture>` the `class` and `style` attributes belong on the `<img>` itself
-- `<picture>` elements [should not](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture#attributes) actually provide any `aria-` attributes
-- `width` and `height` can be added to the `<img>` to help prevent layout shift