d73c04a9e5
* <Picture /> should pass all unrecognized props down to the <img> element
* chore: add changeset
* Adding test coverage for custom <img> attributes
* chore: adding a README note for passing attributes to the picture's img
* Revert "<Picture /> should pass all unrecognized props down to the <img> element"
This reverts commit ce3e33930f
.
* Picture should pass alt text to the img
5 lines
121 B
Markdown
5 lines
121 B
Markdown
---
|
|
'@astrojs/image': patch
|
|
---
|
|
|
|
Updates the <Picture /> component to pass the `alt` attribute down to the <img> element
|