diff options
author | 2022-08-31 15:03:27 -0700 | |
---|---|---|
committer | 2022-08-31 18:03:27 -0400 | |
commit | 005d53145fda74415f223717d5628510f028383a (patch) | |
tree | 734fb596a4980815eb812c75836e4cb252828572 /packages/integrations/image/CHANGELOG.md | |
parent | b92c24f4097f264a458c6f5044528c33fc897f01 (diff) | |
download | astro-005d53145fda74415f223717d5628510f028383a.tar.gz astro-005d53145fda74415f223717d5628510f028383a.tar.zst astro-005d53145fda74415f223717d5628510f028383a.zip |
[ci] release (#4555)astro@1.1.3@astrojs/vercel@1.0.2@astrojs/node@1.0.1@astrojs/netlify@1.0.2@astrojs/mdx@0.11.0@astrojs/image@0.4.0@astrojs/deno@1.0.1@astrojs/cloudflare@1.0.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/image/CHANGELOG.md')
-rw-r--r-- | packages/integrations/image/CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 4418b0b5a..54b2eaa9d 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,18 @@ # @astrojs/image +## 0.4.0 + +### Minor Changes + +- [#4482](https://github.com/withastro/astro/pull/4482) [`00c605ce3`](https://github.com/withastro/astro/commit/00c605ce350be83a07c5855f7b99ee41eee1ee38) Thanks [@tony-sull](https://github.com/tony-sull)! - `<Image />` and `<Picture />` now support using images in the `/public` directory :tada: + + - Moving handling of local image files into the Vite plugin + - Optimized image files are now built to `/dist` with hashes provided by Vite, removing the need for a `/dist/_image` directory + - Removes three npm dependencies: `etag`, `slash`, and `tiny-glob` + - Replaces `mrmime` with the `mime` package already used by Astro's SSR server + - Simplifies the injected `_image` route to work for both `dev` and `build` + - Adds a new test suite for using images with `@astrojs/mdx` - including optimizing images straight from `/public` + ## 0.3.7 ### Patch Changes |