astro/packages/integrations/image/test
Tony Sullivan d73c04a9e5
<Picture> component should pass all unknown attributes to the <img> element (#3961)
* <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
2022-07-19 19:21:58 +00:00
..
fixtures <Picture> component should pass all unknown attributes to the <img> element (#3961) 2022-07-19 19:21:58 +00:00
image-ssg.test.js [ci] format 2022-07-19 04:50:06 +00:00
image-ssr.test.js Adds a new <Picture> component to the image integration (#3866) 2022-07-08 21:37:55 +00:00
picture-ssg.test.js <Picture> component should pass all unknown attributes to the <img> element (#3961) 2022-07-19 19:21:58 +00:00
picture-ssr.test.js <Picture> component should pass all unknown attributes to the <img> element (#3961) 2022-07-19 19:21:58 +00:00
sharp.test.js [ci] release (#3789) 2022-07-01 17:43:26 +00:00
test-utils.js Adds an @astrojs/image integration for optimizing images (#3694) 2022-07-01 15:47:48 +00:00