diff options
author | 2023-11-22 09:09:25 -0500 | |
---|---|---|
committer | 2023-11-22 09:09:25 -0500 | |
commit | cba6cf32d9bf1f5c3268808f185a4824d6fbd7f4 (patch) | |
tree | 99939eba3d66160920f6cb4ee35a84ac80d63f56 | |
parent | 0ea4bd47e0d7cc98c43568a55aa87da772bd2e0a (diff) | |
download | astro-cba6cf32d9bf1f5c3268808f185a4824d6fbd7f4.tar.gz astro-cba6cf32d9bf1f5c3268808f185a4824d6fbd7f4.tar.zst astro-cba6cf32d9bf1f5c3268808f185a4824d6fbd7f4.zip |
Move the Picture component out of experimental (#9166)
* Move the Picture component out of experimental
* Update .changeset/pretty-ducks-hang.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
-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! |