Skip to content

Commit fe46c45

Browse files
Merge branch 'main' into all-contributors/add-chawdamrunal
2 parents f410b7e + b98f163 commit fe46c45

File tree

6 files changed

+40
-10
lines changed

6 files changed

+40
-10
lines changed

.all-contributorsrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,22 @@
418418
"contributions": [
419419
"code"
420420
]
421+
"login": "dharamghevariya",
422+
"name": "Dharam Ghevariya",
423+
"avatar_url": "https://avatars.githubusercontent.com/u/144807441?v=4",
424+
"profile": "https://github.com/dharamghevariya",
425+
"contributions": [
426+
"code"
427+
]
428+
},
429+
{
430+
"login": "Meghana-2124",
431+
"name": "Meghana",
432+
"avatar_url": "https://avatars.githubusercontent.com/u/204466699?v=4",
433+
"profile": "https://github.com/Meghana-2124",
434+
"contributions": [
435+
"doc"
436+
]
421437
}
422438
],
423439
"contributorsPerLine": 7,

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [6.17.4](https://github.com/cloudinary-community/next-cloudinary/compare/v6.17.3...v6.17.4) (2025-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing alt text to What's Inside section for accessibility ([8559cdc](https://github.com/cloudinary-community/next-cloudinary/commit/8559cdcdb85a518e9e8051cbbff938fb3ec6a7a8))
7+
8+
## [6.17.3](https://github.com/cloudinary-community/next-cloudinary/compare/v6.17.2...v6.17.3) (2025-11-06)
9+
10+
11+
### Bug Fixes
12+
13+
* correct undefined variable reference in error handler ([d48fb7c](https://github.com/cloudinary-community/next-cloudinary/commit/d48fb7c82c722c8ecb4de4896cbedd4cb655d8b8))
14+
115
## [6.17.2](https://github.com/cloudinary-community/next-cloudinary/compare/v6.17.1...v6.17.2) (2025-11-06)
216

317

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ pnpm test
216216
<td align="center" valign="top" width="14.28%"><a href="https://anurag2787.vercel.app/"><img src="https://avatars.githubusercontent.com/u/143180737?v=4?s=100" width="100px;" alt="Anurag Yadav"/><br /><sub><b>Anurag Yadav</b></sub></a><br /><a href="https://github.com/cloudinary-community/next-cloudinary/commits?author=anurag2787" title="Code">💻</a></td>
217217
<td align="center" valign="top" width="14.28%"><a href="https://github.com/error9098x"><img src="https://avatars.githubusercontent.com/u/43810146?v=4?s=100" width="100px;" alt="ProCodec"/><br /><sub><b>ProCodec</b></sub></a><br /><a href="https://github.com/cloudinary-community/next-cloudinary/commits?author=error9098x" title="Code">💻</a> <a href="https://github.com/cloudinary-community/next-cloudinary/commits?author=error9098x" title="Documentation">📖</a></td>
218218
<td align="center" valign="top" width="14.28%"><a href="https://github.com/chawdamrunal"><img src="https://avatars.githubusercontent.com/u/32319538?v=4?s=100" width="100px;" alt="chawda mrunal"/><br /><sub><b>chawda mrunal</b></sub></a><br /><a href="https://github.com/cloudinary-community/next-cloudinary/commits?author=chawdamrunal" title="Code">💻</a></td>
219+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dharamghevariya"><img src="https://avatars.githubusercontent.com/u/144807441?v=4?s=100" width="100px;" alt="Dharam Ghevariya"/><br /><sub><b>Dharam Ghevariya</b></sub></a><br /><a href="https://github.com/cloudinary-community/next-cloudinary/commits?author=dharamghevariya" title="Code">💻</a></td>
220+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Meghana-2124"><img src="https://avatars.githubusercontent.com/u/204466699?v=4?s=100" width="100px;" alt="Meghana"/><br /><sub><b>Meghana</b></sub></a><br /><a href="https://github.com/cloudinary-community/next-cloudinary/commits?author=Meghana-2124" title="Documentation">📖</a></td>
219221
</tr>
220222
</tbody>
221223
</table>

docs/pages/index.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ import Button from '../components/Button';
7373
<p className="mt-10"><Button href="/installation">Get Started</Button></p>
7474
</div>
7575

76-
77-
7876
<div className="text-center max-w-4xl mx-auto my-14 md:my-36">
7977
<h2 className="text-4xl font-bold">What's Inside?</h2>
8078

@@ -86,7 +84,7 @@ import Button from '../components/Button';
8684
height="600"
8785
src={`${process.env.IMAGES_DIRECTORY}/next-cloudinary-optimization_saagby`}
8886
sizes="50w"
89-
alt="Example of automatic image optimization and responsive delivery"
87+
alt="Galaxy image showing file size optimization from 2.8MB to 44KB for faster performance"
9088
/>
9189
<h3 className="text-2xl font-semibold mb-4">Optimization</h3>
9290
<p>Automatically <Link className="underline underline-offset-2" href="/guides/image-optimization">optimize images</Link> and videos with <Link className="underline underline-offset-2" href="/guides/responsive-images">responsive sizes</Link> and modern formats.</p>
@@ -98,7 +96,7 @@ import Button from '../components/Button';
9896
height="600"
9997
src={`${process.env.IMAGES_DIRECTORY}/next-cloudinary-transformations_vjacda`}
10098
sizes="50w"
101-
alt="Demo of image transformations: cropping, resizing and background removal"
99+
alt="Person editing image representing Cloudinary’s image transformation and AI tools"
102100
/>
103101
<h3 className="text-2xl font-semibold mb-4">Transformations</h3>
104102
<p>Transform assets using dynamic <Link className="underline underline-offset-2" href="/cldimage/examples#cropping--resizing">Cropping and Resizing</Link>, <Link className="underline underline-offset-2" href="/guides/background-removal">Background Removal</Link>, Generative AI, and more.</p>
@@ -110,7 +108,7 @@ import Button from '../components/Button';
110108
height="600"
111109
src={`${process.env.IMAGES_DIRECTORY}/next-cloudinary-upload-widget_fvrnjs`}
112110
sizes="50w"
113-
alt="Cloudinary upload widget UI for adding assets"
111+
alt="Drag and drop widget interface showing how to upload images easily using Cloudinary"
114112
/>
115113
<h3 className="text-2xl font-semibold mb-4">Uploading</h3>
116114
<p>Drop-in widget for easily <Link className="underline underline-offset-2" href="/guides/uploading-images-and-videos">uploading assets</Link> into the cloud.</p>
@@ -122,7 +120,7 @@ import Button from '../components/Button';
122120
height="600"
123121
src={`${process.env.IMAGES_DIRECTORY}/next-cloudinary-social-cards_ll4fqu`}
124122
sizes="50w"
125-
alt="Social card preview for Open Graph (OG) images"
123+
alt="Example social card for a Next.js project generated dynamically using Cloudinary"
126124
/>
127125
<h3 className="text-2xl font-semibold mb-4">Social Cards</h3>
128126
<p>Easiest way to create beautiful <Link className="underline underline-offset-2" href="/guides/social-media-card">social cards</Link> in Next.js.</p>
@@ -199,4 +197,4 @@ import Button from '../components/Button';
199197
<div className="text-center max-w-2xl mx-auto my-20 md:my-44">
200198
<h2 className="text-3xl sm:text-4xl md:text-5xl font-bold md:leading-[4rem]">Transform &amp; Deliver at Scale with Next Cloudinary</h2>
201199
<p className="mt-10"><Button href="/installation">Get Started</Button></p>
202-
</div>
200+
</div>

docs/pages/nextjs-14.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To avoid marking an entire page as a Client Component, you can create a basic wr
4040
```jsx copy showLineNumbers
4141
"use client";
4242

43-
import { CldImage as CldImageDefault, CldImageProps } from 'next-cloudinary';
43+
import { CldImage as CldImageDefault, CldImageProps } from 'next-cloudinary';
4444

4545
const CldImage = (props: CldImageProps) => {
4646
return <CldImageDefault {...props} />
@@ -74,4 +74,4 @@ export const metadata = {
7474
};
7575
```
7676

77-
Find more examples of [Social Media Cards](/guides/social-media-card).
77+
Find more examples of [Social Media Cards](/guides/social-media-card).

next-cloudinary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-cloudinary",
3-
"version": "6.17.2",
3+
"version": "6.17.4",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)