c2b14d5253
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 KiB
3 KiB
@astrojs/image
0.1.2
Patch Changes
0.1.1
Patch Changes
- #3876
f9614128
Thanks @tony-sull! - Bug: Updating the component to default to async image decoding
0.1.0
Minor Changes
- #3866
89d76753
Thanks @tony-sull! - The new<Picture />
component adds art direction support for building responsive images with multiple sizes and file types 🎉
Patch Changes
- #3854
b012ee55
Thanks @bholmesdev! - [astro add] Support adapters and third party packages
- #3869
0aaef1c4
Thanks @tony-sull! - Bugfix: fixing a bug that broke builds in NPM workspaces
0.0.4
Patch Changes
- #3812
5ccccace
Thanks @tony-sull! - - Updates how the<Image />
component is exported to support older versions of Astro- Adds an example of using the
<Image />
component in markdown pages
- Adds an example of using the
0.0.3
Patch Changes
- #3795
d143d24c
Thanks @tony-sull! - Automatically adds the requiredvite.optimizeDeps
config forsharp
. Also ensures that only whole numbers are passed to sharp's resize transform
0.0.2
Patch Changes
- #3788
f4943e0f
Thanks @tony-sull! - Initial release! 🎉