Full Milestone: https://github.com/11ty/eleventy-img/milestone/21?closed=1
Full Changelog: v4.0.2...v5.0.0
Install / Upgrade
npm install @11ty/eleventy-img@latest
What's Changed
- Works great with the brand new Eleventy v3.0.0 release: https://github.com/11ty/eleventy/releases/tag/v3.0.0
- Ships new Transform method for automatic Image transformation: https://www.11ty.dev/docs/plugins/image/#optimize-images-on-request (including on-request transformation for local development) #223
- Fix: Transform method ignores
data:
URIs by default #238 - Fix for #220 where SVG as broken because the Buffer is Uint8Array. by @maliMirkec in #221
- Performance improvement: Avoid utf8 encoding binary image files in getHash. by @fqueze in #226
New Contributors
- @maliMirkec made their first contribution in #221
- @fqueze made their first contribution in #226