github-actions
released this
28 Sep 17:51
·
326 commits
to main
since this release
Minor Changes
-
#663
3ab97bd
Thanks @simonihmig! - Do not apply default value for qualityInstead we rely on
sharp
's own defaults. For .avif images this will use a lower quality setting (50 instead of 80), which produces smaller sizes with almost the same visual quality as e.g. 80 for jpegs. -
#669
e2d6111
Thanks @simonihmig! - Add caching supportGenerated images will be cached, based on the source and image processing config. This is especially useul for the vite-plugin in dev mode (serve), since images are processed on-demand within the Vite dev server middleware.
-
#664
bab7cae
Thanks @simonihmig! - Rename alleri-*
attributes and classes tori-*
for consistency
Patch Changes
- #660
1c903cd
Thanks @simonihmig! - Refactor build plugins, extract shared functionality into@response-image/build-utils