v2.1.0 - #2287
Merged
Merged
Conversation
Deploying nuxt-image with
|
| Latest commit: |
6609a18
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7b5e7430.nuxt-image.pages.dev |
| Branch Preview URL: | https://release-v2-1-0.nuxt-image.pages.dev |
Contributor
|
@danielroe can you merge #2094 for this release ? |
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2287 +/- ##
=======================================
Coverage 32.61% 32.61%
=======================================
Files 7 7
Lines 371 371
Branches 131 131
=======================================
Hits 121 121
Misses 194 194
Partials 56 56 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
danielroe
approved these changes
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👀 Highlights
Nuxt Image 2.1 ships eight new image providers, a major upgrade to our image processing engine, and a bunch of fixes across existing providers.
🖼️ IPX v4
Under the hood, we've upgraded to IPX v4 which brings significant improvements:
svgo: falsewould return untouched SVGs. The sanitizer now removes SMIL attribute injection, foreign content (<foreignObject>,<iframe>, etc.), and unsafe URIs across all elementsopacity,brightness,saturation,hue,lightness,autoorient,dilate,erode,clahe, andlinear400errors with clear messages instead of cryptic500sparseURLoption🌐 New Providers
This release adds support for eight new image optimization services:
🔧 Provider Improvements
keymodifier for named presets (feat(directus): add sharp transforms &keymodifier #2207)baseURLfor custom CDN setups (feat(sanity): add configurablebaseURLoption to Sanity provider #2273)minimumCacheTTLis now configurable (feat(awsAmplify,vercel): makeminimumCacheTTLconfigurable #2278)📦 Type Exports
NuxtImgPropsandNuxtPicturePropsare now exported from the runtime, making it easier to type your own components that wrap<NuxtImg>or<NuxtPicture>(#2115).👉 Changelog
compare changes
🚀 Enhancements
keymodifier (feat(directus): add sharp transforms &keymodifier #2207)minimumCacheTTLconfigurable (feat(awsAmplify,vercel): makeminimumCacheTTLconfigurable #2278)baseURLoption to Sanity provider (feat(sanity): add configurablebaseURLoption to Sanity provider #2273)🩹 Fixes
137ee63)providerkey in generated image options (fix: remove duplicatedproviderkey in generated image options #2279)7e561f6)237e480)baseURLfor urls with no operations (fix(cloudflare): addbaseURLfor urls with no operations #2162)imagesrcsetpreload when densities are set w/o sizes (fix(nuxt-img): setimagesrcsetpreload when densities are set w/o sizes #2176)runtimeConfig.ipxwith defaults (fix(ipx): merge user-definedruntimeConfig.ipxwith defaults #2134)withoutEnlargementmodifier type (fix(directus): addwithoutEnlargementmodifier type #2133)remote_imagesconfig (fix(netlify): apply domains config to netlifyImageCdn and netlifyLargeMedia providers #2086)formats(fix: deduplicateformats#2038)layer.config.image(23b8cef)data-*in imgAttrs (fix(nuxt-picture): allowdata-*in imgAttrs #2017)public/dir in relation torootDir(3e07761)📖 Documentation
6f59ab1)_routes.json(docs: exempt patterns from cf_routes.json#2136)<NuxtImg />example (docs: update placeholder attributes in<NuxtImg />example #2074)93de8a9)2deacc0)📦 Build
🏡 Chore
prepack(97d3758)consolato dev dependencies (chore: moveconsolato dev dependencies #2275)pnpm-workspace.yaml(9b80ce6)fd87f7d)<NuxtPicture>(chore: remove unused slot-related code from<NuxtPicture>#2145)13b88c1)03b5ef4)🤖 CI
e529f37)2f8b332)23ee710)777239c)a200dae)f60d0f7)d1cb12b)09e5efb)402c729)906111c)🎉 New Contributors
❤️ Contributors