diff options
-rw-r--r-- | .changeset/pretty-ducks-hang.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.changeset/pretty-ducks-hang.md b/.changeset/pretty-ducks-hang.md new file mode 100644 index 000000000..67d94a2f1 --- /dev/null +++ b/.changeset/pretty-ducks-hang.md @@ -0,0 +1,9 @@ +--- +'astro': minor +--- + +The Picture component is no longer experimental + +The `<Picture />` component, part of `astro:assets`, has exited experimental status and is now recommended for use. There are no code changes to the component, and no upgrade to your project is necessary. + +This is only a change in documentation/recommendation. If you were waiting to use the `<Picture />` component until it had exited the experimental stage, wait no more! |