Skip to content

Commit

Permalink
Merge pull request #190 from nuxt-modules/chore/2.6.0
Browse files Browse the repository at this point in the history
Chore/2.6.0
  • Loading branch information
Baroshem committed Feb 22, 2024
2 parents 5dbf33a + 0075bf4 commit 8db8612
Show file tree
Hide file tree
Showing 9 changed files with 385 additions and 1,677 deletions.
2 changes: 1 addition & 1 deletion .stackblitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"nuxt": "^3.8.0"
},
"dependencies": {
"@nuxtjs/cloudinary": "^2.5.2"
"@nuxtjs/cloudinary": "^2.6.0"
}
}
302 changes: 164 additions & 138 deletions .stackblitz/yarn.lock

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ provide("navigation", navigation);
</template>
</UHeader>

<CldOgImage
src="images/nuxt-cloudinary-social-background"
twitter-title="Nuxt Cloudinary Documentation"
/>

<NuxtLayout>
<NuxtPage />
</NuxtLayout>
Expand Down
10 changes: 10 additions & 0 deletions docs/content/1.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,13 @@ export default {
- Default: `process.env.CLOUDINARY_CLOUD_NAME`

Your unique Cloudinary Cloud Name. You can find it in the Cloudinary dashboard.

## NuxtCloudinary vs Nuxt Image

You may be wondering what is the reason to have both Nuxt Cloudinary and Nuxt Image modules if they both have integration with Cloudinary and they tackle the aspect of optimized images.

This is a good question that should be answered by showing examples when one module is better than the other:

If you need just an optimized image/picture component with ability to connect to various providers (including Cloudinary) you may use `Nuxt Image`.

However, if you are looking for a solution that would allow you to use advanced AI powered image transformations, optimized videos, OG Images, and prebuilt components like ProductGallery, MediaLibrary, or UploadWidget, `Nuxt Cloudinary` will be a better solution for you.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@nuxtjs/cloudinary": "^2.5.2"
"@nuxtjs/cloudinary": "^2.6.0"
}
}
Loading

0 comments on commit 8db8612

Please sign in to comment.