mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
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>
This commit is contained in:
parent
0ea4bd47e0
commit
cba6cf32d9
1 changed files with 9 additions and 0 deletions
9
.changeset/pretty-ducks-hang.md
Normal file
9
.changeset/pretty-ducks-hang.md
Normal file
|
@ -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!
|
Loading…
Add table
Reference in a new issue