v1.0.0-rc.2 - #882
Conversation
✅ Deploy Preview for nuxt-image ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #882 +/- ##
=======================================
Coverage 89.73% 89.73%
=======================================
Files 43 43
Lines 2768 2768
Branches 312 312
=======================================
Hits 2484 2484
Misses 283 283
Partials 1 1 ☔ View full report in Codecov by Sentry. |
|
Is there anything holding this back? It looks like it should be released on the RC channel? No? |
|
We're aiming for a release early this week. |
|
That's awesome. Much easier to check out this way even just from github. Will npm release also happen? I just checked and it's not on there yet. |
|
Oops! That should be released now. |
|
Looks like it. Thank you. I am super excited for the "no flicker replace" I helped with to be now in the RC version and thus I can get rid of my patch. Thanks. |
|
Hi @danielroe . thanks for getting this great update over the line! The above incorrectly outputs: Expected behaviour would be multiple image sizes based on the vw percentages of provided breakpoints, and no size attribute. |
👀 Highlights
⚖️ Densities
densitiesfor devices withDevicePixelRatio> 1 #769).🌅 Formats
<NuxtPicture>and setting global default values.📐 Responsive
sizessizesdefault to responsive-first #977 for full details.⚡️ Static support
ipxStaticprovider #878).There's lots more - do check out the full details below.
Our next RC will be coming soon with all-new IPX v2, as well as some work on better defaults (e.g. automatic format detection where possible).
✅ Upgrading
As usual, our recommendation for upgrading is to run:
This will prompt to refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🚀 Enhancements
🩹 Fixes
📖 Documentation
🏡 Chore
✅ Tests
🎨 Styles
🤖 CI