summaryrefslogtreecommitdiff
path: root/packages/integrations/image/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-31 15:03:27 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-31 18:03:27 -0400
commit005d53145fda74415f223717d5628510f028383a (patch)
tree734fb596a4980815eb812c75836e4cb252828572 /packages/integrations/image/CHANGELOG.md
parentb92c24f4097f264a458c6f5044528c33fc897f01 (diff)
downloadastro-005d53145fda74415f223717d5628510f028383a.tar.gz
astro-005d53145fda74415f223717d5628510f028383a.tar.zst
astro-005d53145fda74415f223717d5628510f028383a.zip
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.md13
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