11ty/eleventy-img (@11ty/eleventy-img)
### [`v5.0.0`](https://redirect.github.com/11ty/eleventy-img/releases/tag/v5.0.0): Eleventy Image v5.0.0
[Compare Source](https://redirect.github.com/11ty/eleventy-img/compare/v4.0.2...v5.0.0)
Full Milestone: https://github.com/11ty/eleventy-img/milestone/21?closed=1
Full Changelog: https://github.com/11ty/eleventy-img/compare/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](https://redirect.github.com/11ty/eleventy-img/issues/223)
- Fix: Transform method ignores `data:` URIs by default [#238](https://redirect.github.com/11ty/eleventy-img/issues/238)
- Fix for [#220](https://redirect.github.com/11ty/eleventy-img/issues/220) where SVG as broken because the Buffer is Uint8Array. by [@maliMirkec](https://redirect.github.com/maliMirkec) in [https://github.com/11ty/eleventy-img/pull/221](https://redirect.github.com/11ty/eleventy-img/pull/221)
- Performance improvement: Avoid utf8 encoding binary image files in getHash. by [@fqueze](https://redirect.github.com/fqueze) in [https://github.com/11ty/eleventy-img/pull/226](https://redirect.github.com/11ty/eleventy-img/pull/226)
#### New Contributors
- [@maliMirkec](https://redirect.github.com/maliMirkec) made their first contribution in [https://github.com/11ty/eleventy-img/pull/221](https://redirect.github.com/11ty/eleventy-img/pull/221)
- [@fqueze](https://redirect.github.com/fqueze) made their first contribution in [https://github.com/11ty/eleventy-img/pull/226](https://redirect.github.com/11ty/eleventy-img/pull/226)
### [`v4.0.2`](https://redirect.github.com/11ty/eleventy-img/compare/v4.0.1...v4.0.2)
[Compare Source](https://redirect.github.com/11ty/eleventy-img/compare/v4.0.1...v4.0.2)
### [`v4.0.1`](https://redirect.github.com/11ty/eleventy-img/compare/v4.0.0...v4.0.1)
[Compare Source](https://redirect.github.com/11ty/eleventy-img/compare/v4.0.0...v4.0.1)
### [`v4.0.0`](https://redirect.github.com/11ty/eleventy-img/releases/tag/v4.0.0): Eleventy Image v4.0.0
[Compare Source](https://redirect.github.com/11ty/eleventy-img/compare/v3.1.8...v4.0.0)
**Full Milestone**: https://github.com/11ty/eleventy-img/milestone/20?closed=1
**Full Changelog**: https://github.com/11ty/eleventy-img/compare/v3.1.8...v4.0.0
#### Install / Upgrade
npm install @11ty/eleventy-img@latest
#### What's Changed
- **BREAKING** Node.js minimum is now 18+.
- Adds `fixOrientation` option (default: `false`) to rotate images to ensure correct orientation by [@nosecreek](https://redirect.github.com/nosecreek) in [https://github.com/11ty/eleventy-img/pull/158](https://redirect.github.com/11ty/eleventy-img/pull/158)
- Adds `minimumThreshold` (default: `1.25`) option to ensure original size is included if smaller than largest specified width by threshold amount, help from [@JaredReisinger](https://redirect.github.com/JaredReisinger) in [https://github.com/11ty/eleventy-img/pull/190](https://redirect.github.com/11ty/eleventy-img/pull/190)
- Adds new Eleventy Transform plugin (compatible with Eleventy `v3.0.0-alpha.5` or newer) for zero-configuration image optimization [#208](https://redirect.github.com/11ty/eleventy-img/issues/208)
- Fix incorrectly large reported height for animated gifs by [@Gyanreyer](https://redirect.github.com/Gyanreyer) in [https://github.com/11ty/eleventy-img/pull/182](https://redirect.github.com/11ty/eleventy-img/pull/182)
- Make gif eligible for lowest priority source by [@GHF](https://redirect.github.com/GHF) in [https://github.com/11ty/eleventy-img/pull/195](https://redirect.github.com/11ty/eleventy-img/pull/195)
- Bake input orientation into output image by [@GHF](https://redirect.github.com/GHF) in [https://github.com/11ty/eleventy-img/pull/194](https://redirect.github.com/11ty/eleventy-img/pull/194)
- Use srcset and sizes on img element in picture by [@adamwolf](https://redirect.github.com/adamwolf) in [https://github.com/11ty/eleventy-img/pull/191](https://redirect.github.com/11ty/eleventy-img/pull/191)
- Create directories on demand when writing images to disk by [@danburzo](https://redirect.github.com/danburzo) in [https://github.com/11ty/eleventy-img/pull/176](https://redirect.github.com/11ty/eleventy-img/pull/176)
#### New Contributors
- [@Gyanreyer](https://redirect.github.com/Gyanreyer)
- [@nosecreek](https://redirect.github.com/nosecreek)
- [@GHF](https://redirect.github.com/GHF)
- [@adamwolf](https://redirect.github.com/adamwolf)
- [@JaredReisinger](https://redirect.github.com/JaredReisinger)
- [@danburzo](https://redirect.github.com/danburzo)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
3.1.8
->5.0.0
Release Notes
11ty/eleventy-img (@11ty/eleventy-img)
### [`v5.0.0`](https://redirect.github.com/11ty/eleventy-img/releases/tag/v5.0.0): Eleventy Image v5.0.0 [Compare Source](https://redirect.github.com/11ty/eleventy-img/compare/v4.0.2...v5.0.0) Full Milestone: https://github.com/11ty/eleventy-img/milestone/21?closed=1 Full Changelog: https://github.com/11ty/eleventy-img/compare/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](https://redirect.github.com/11ty/eleventy-img/issues/223) - Fix: Transform method ignores `data:` URIs by default [#238](https://redirect.github.com/11ty/eleventy-img/issues/238) - Fix for [#220](https://redirect.github.com/11ty/eleventy-img/issues/220) where SVG as broken because the Buffer is Uint8Array. by [@maliMirkec](https://redirect.github.com/maliMirkec) in [https://github.com/11ty/eleventy-img/pull/221](https://redirect.github.com/11ty/eleventy-img/pull/221) - Performance improvement: Avoid utf8 encoding binary image files in getHash. by [@fqueze](https://redirect.github.com/fqueze) in [https://github.com/11ty/eleventy-img/pull/226](https://redirect.github.com/11ty/eleventy-img/pull/226) #### New Contributors - [@maliMirkec](https://redirect.github.com/maliMirkec) made their first contribution in [https://github.com/11ty/eleventy-img/pull/221](https://redirect.github.com/11ty/eleventy-img/pull/221) - [@fqueze](https://redirect.github.com/fqueze) made their first contribution in [https://github.com/11ty/eleventy-img/pull/226](https://redirect.github.com/11ty/eleventy-img/pull/226) ### [`v4.0.2`](https://redirect.github.com/11ty/eleventy-img/compare/v4.0.1...v4.0.2) [Compare Source](https://redirect.github.com/11ty/eleventy-img/compare/v4.0.1...v4.0.2) ### [`v4.0.1`](https://redirect.github.com/11ty/eleventy-img/compare/v4.0.0...v4.0.1) [Compare Source](https://redirect.github.com/11ty/eleventy-img/compare/v4.0.0...v4.0.1) ### [`v4.0.0`](https://redirect.github.com/11ty/eleventy-img/releases/tag/v4.0.0): Eleventy Image v4.0.0 [Compare Source](https://redirect.github.com/11ty/eleventy-img/compare/v3.1.8...v4.0.0) **Full Milestone**: https://github.com/11ty/eleventy-img/milestone/20?closed=1 **Full Changelog**: https://github.com/11ty/eleventy-img/compare/v3.1.8...v4.0.0 #### Install / Upgrade npm install @11ty/eleventy-img@latest #### What's Changed - **BREAKING** Node.js minimum is now 18+. - Adds `fixOrientation` option (default: `false`) to rotate images to ensure correct orientation by [@nosecreek](https://redirect.github.com/nosecreek) in [https://github.com/11ty/eleventy-img/pull/158](https://redirect.github.com/11ty/eleventy-img/pull/158) - Adds `minimumThreshold` (default: `1.25`) option to ensure original size is included if smaller than largest specified width by threshold amount, help from [@JaredReisinger](https://redirect.github.com/JaredReisinger) in [https://github.com/11ty/eleventy-img/pull/190](https://redirect.github.com/11ty/eleventy-img/pull/190) - Adds new Eleventy Transform plugin (compatible with Eleventy `v3.0.0-alpha.5` or newer) for zero-configuration image optimization [#208](https://redirect.github.com/11ty/eleventy-img/issues/208) - Fix incorrectly large reported height for animated gifs by [@Gyanreyer](https://redirect.github.com/Gyanreyer) in [https://github.com/11ty/eleventy-img/pull/182](https://redirect.github.com/11ty/eleventy-img/pull/182) - Make gif eligible for lowest priority source by [@GHF](https://redirect.github.com/GHF) in [https://github.com/11ty/eleventy-img/pull/195](https://redirect.github.com/11ty/eleventy-img/pull/195) - Bake input orientation into output image by [@GHF](https://redirect.github.com/GHF) in [https://github.com/11ty/eleventy-img/pull/194](https://redirect.github.com/11ty/eleventy-img/pull/194) - Use srcset and sizes on img element in picture by [@adamwolf](https://redirect.github.com/adamwolf) in [https://github.com/11ty/eleventy-img/pull/191](https://redirect.github.com/11ty/eleventy-img/pull/191) - Create directories on demand when writing images to disk by [@danburzo](https://redirect.github.com/danburzo) in [https://github.com/11ty/eleventy-img/pull/176](https://redirect.github.com/11ty/eleventy-img/pull/176) #### New Contributors - [@Gyanreyer](https://redirect.github.com/Gyanreyer) - [@nosecreek](https://redirect.github.com/nosecreek) - [@GHF](https://redirect.github.com/GHF) - [@adamwolf](https://redirect.github.com/adamwolf) - [@JaredReisinger](https://redirect.github.com/JaredReisinger) - [@danburzo](https://redirect.github.com/danburzo)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.