37534004f0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3.6 KiB
3.6 KiB
@astrojs/image
0.1.3
Patch Changes
- #3957
2a7dd040e
Thanks @tony-sull! - Improves theastro dev
experience when using a third-party hosted image service
- #3965
299b4afca
Thanks @tony-sull! - Adding a unique hash to remote images built for SSG to ensure unique URLs are always de-duplicated
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! 🎉