Skip to content

Commit a5639c5

Browse files
Merge branch 'main' into fix/responsive-guide-html-highlighting
2 parents ee5b260 + aac46dc commit a5639c5

11 files changed

Lines changed: 60 additions & 66 deletions

File tree

.all-contributorsrc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,33 @@
103103
"contributions": [
104104
"doc"
105105
]
106+
},
107+
{
108+
"login": "vijay-x-Raj",
109+
"name": "Vijay Raj",
110+
"avatar_url": "https://avatars.githubusercontent.com/u/177956497?v=4",
111+
"profile": "https://github.com/vijay-x-Raj",
112+
"contributions": [
113+
"doc"
114+
]
115+
},
116+
{
117+
"login": "lemeurherve",
118+
"name": "Hervé Le Meur",
119+
"avatar_url": "https://avatars.githubusercontent.com/u/91831478?v=4",
120+
"profile": "https://github.com/lemeurherve",
121+
"contributions": [
122+
"code"
123+
]
124+
},
125+
{
126+
"login": "mohith2883",
127+
"name": "mohith2883",
128+
"avatar_url": "https://avatars.githubusercontent.com/u/88938356?v=4",
129+
"profile": "https://github.com/mohith2883",
130+
"contributions": [
131+
"doc"
132+
]
106133
}
107134
]
108135
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.5](https://github.com/cloudinary-community/astro-cloudinary/compare/v1.3.4...v1.3.5) (2025-10-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **docs:** enable HTML syntax highlighting in Responsive Images guide ([#119](https://github.com/cloudinary-community/astro-cloudinary/issues/119)) ([2f3138e](https://github.com/cloudinary-community/astro-cloudinary/commit/2f3138ed6cb5f60ed3947362cf31f15635d89ff5))
7+
18
## [1.3.4](https://github.com/cloudinary-community/astro-cloudinary/compare/v1.3.3...v1.3.4) (2025-07-11)
29

310

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ The project will now be available at <http://localhost:4321> or the configured l
182182
<td align="center" valign="top" width="14.28%"><a href="https://github.com/smv1256"><img src="https://avatars.githubusercontent.com/u/117322465?v=4?s=100" width="100px;" alt="S. M. V."/><br /><sub><b>S. M. V.</b></sub></a><br /><a href="https://github.com/cloudinary-community/astro-cloudinary/commits?author=smv1256" title="Documentation">📖</a></td>
183183
<td align="center" valign="top" width="14.28%"><a href="https://michaeluloth.com"><img src="https://avatars.githubusercontent.com/u/625364?v=4?s=100" width="100px;" alt="Michael Uloth"/><br /><sub><b>Michael Uloth</b></sub></a><br /><a href="https://github.com/cloudinary-community/astro-cloudinary/commits?author=ooloth" title="Code">💻</a></td>
184184
<td align="center" valign="top" width="14.28%"><a href="https://github.com/justinphilpott"><img src="https://avatars.githubusercontent.com/u/8027086?v=4?s=100" width="100px;" alt="Justin Philpott"/><br /><sub><b>Justin Philpott</b></sub></a><br /><a href="https://github.com/cloudinary-community/astro-cloudinary/commits?author=justinphilpott" title="Documentation">📖</a></td>
185+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/vijay-x-Raj"><img src="https://avatars.githubusercontent.com/u/177956497?v=4?s=100" width="100px;" alt="Vijay Raj"/><br /><sub><b>Vijay Raj</b></sub></a><br /><a href="https://github.com/cloudinary-community/astro-cloudinary/commits?author=vijay-x-Raj" title="Documentation">📖</a></td>
186+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lemeurherve"><img src="https://avatars.githubusercontent.com/u/91831478?v=4?s=100" width="100px;" alt="Hervé Le Meur"/><br /><sub><b>Hervé Le Meur</b></sub></a><br /><a href="https://github.com/cloudinary-community/astro-cloudinary/commits?author=lemeurherve" title="Code">💻</a></td>
187+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mohith2883"><img src="https://avatars.githubusercontent.com/u/88938356?v=4?s=100" width="100px;" alt="mohith2883"/><br /><sub><b>mohith2883</b></sub></a><br /><a href="https://github.com/cloudinary-community/astro-cloudinary/commits?author=mohith2883" title="Documentation">📖</a></td>
185188
</tr>
186189
</tbody>
187190
</table>

astro-cloudinary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-cloudinary",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"type": "module",
55
"license": "MIT",
66
"module": "./index.ts",

docs/src/content/docs/cldimage/configuration.mdx

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ right inside of Astro.
130130
more: () => (<a className="whitespace-nowrap" href="https://cloudinary.com/documentation/transformation_reference#e_enhance">More Info</a>)
131131
},
132132
{
133-
prop: 'fillBackground (Beta)',
133+
prop: 'fillBackground',
134134
type: 'boolean | object',
135135
default: '-',
136136
example: () => (<code>{`{{ gravity: 'east' }}`}</code>),
@@ -363,9 +363,7 @@ enhance
363363

364364
#### `fillBackground`
365365

366-
:::tip
367-
Generative Fill is currently in beta.
368-
:::
366+
369367

370368
Automatically fills the padded area using generative AI to extend the image seamlessly.
371369

@@ -460,9 +458,7 @@ loop
460458

461459
#### `recolor`
462460

463-
:::tip
464-
Generative Recolor is currently in beta.
465-
:::
461+
466462

467463
Uses generative AI to recolor parts of your image, maintaining the relative shading.
468464

@@ -529,9 +525,7 @@ recolor={{
529525

530526
#### `remove`
531527

532-
:::tip
533-
Generative Remove is currently in beta.
534-
:::
528+
535529

536530
Uses generative AI to remove unwanted parts of your image, replacing the area with realistic pixels.
537531

@@ -653,9 +647,7 @@ removeBackground
653647

654648
#### `replace`
655649

656-
:::tip
657-
Generative Replace is currently in beta.
658-
:::
650+
659651

660652
Uses generative AI to replace parts of your image with something else.
661653

@@ -722,9 +714,7 @@ replace={{
722714

723715
#### `replaceBackground`
724716

725-
:::tip
726-
Generative Replace Background is currently in beta.
727-
:::
717+
728718

729719
Uses generative AI to replace the background of your image.
730720

@@ -793,9 +783,7 @@ replaceBackground={{
793783

794784
#### `restore`
795785

796-
:::tip
797-
Generative Restore is currently in beta.
798-
:::
786+
799787

800788
Uses generative AI to restore details in poor quality images or images that may have become degraded through repeated processing and compression.
801789

docs/src/content/docs/cldimage/examples.mdx

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,6 @@ import { CldImage } from 'astro-cloudinary';
287287
```
288288
</CodeBlock>
289289

290-
:::tip
291-
The generative fill transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#b_gen_fill">Learn more</a>.
292-
:::
293290

294291
### Generative Recolor
295292

@@ -332,9 +329,7 @@ import { CldImage } from 'astro-cloudinary';
332329
```
333330
</CodeBlock>
334331

335-
:::tip
336-
The generative recolor transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
337-
:::
332+
338333

339334
### Generative Remove
340335

@@ -384,9 +379,7 @@ import { CldImage } from 'astro-cloudinary';
384379
```
385380
</CodeBlock>
386381

387-
:::tip
388-
The generative remove transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
389-
:::
382+
390383

391384
### Generative Replace
392385

@@ -430,9 +423,7 @@ import { CldImage } from 'astro-cloudinary';
430423
```
431424
</CodeBlock>
432425

433-
:::tip
434-
The generative replace transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
435-
:::
426+
436427

437428
### Generative Replace Background
438429

@@ -475,9 +466,7 @@ import { CldImage } from 'astro-cloudinary';
475466
```
476467
</CodeBlock>
477468

478-
:::tip
479-
The generative replace background transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_background_replace">Learn more</a>.
480-
:::
469+
481470

482471
## Filters & Effects
483472

docs/src/content/docs/getcldimageurl/configuration.mdx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ right inside of Astro.
109109
more: () => (<a className="whitespace-nowrap" href="https://cloudinary.com/documentation/transformation_reference#e_enhance">More Info</a>)
110110
},
111111
{
112-
prop: 'fillBackground (Beta)',
112+
prop: 'fillBackground ',
113113
type: 'boolean | object',
114114
default: '-',
115115
example: () => (<code>{`{{ gravity: 'east' }}`}</code>),
@@ -321,9 +321,6 @@ crop: {
321321

322322
#### `enhance`
323323

324-
:::tip
325-
Generative Enhance is currently in beta.
326-
:::
327324

328325
Uses generative AI to enhance the visual appeal of an image.
329326

@@ -439,9 +436,6 @@ loop: true
439436

440437
#### `recolor`
441438

442-
:::tip
443-
Generative Recolor is currently in beta.
444-
:::
445439

446440
Uses generative AI to recolor parts of your image, maintaining the relative shading.
447441

@@ -701,9 +695,7 @@ replace: {
701695

702696
#### `replaceBackground`
703697

704-
:::tip
705-
Generative Replace Background is currently in beta.
706-
:::
698+
707699

708700
Uses generative AI to replace the background of your image.
709701

docs/src/content/docs/getcldimageurl/examples.mdx

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,7 @@ const url = getCldImageUrl({
290290
```
291291
</CodeBlock>
292292

293-
:::tip
294-
The generative fill transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#b_gen_fill">Learn more</a>.
295-
:::
293+
296294

297295
### Generative Recolor
298296

@@ -334,9 +332,7 @@ const url = getCldImageUrl({
334332
```
335333
</CodeBlock>
336334

337-
:::tip
338-
The generative recolor transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
339-
:::
335+
340336

341337
### Generative Remove
342338

@@ -387,9 +383,7 @@ const url = getCldImageUrl({
387383
```
388384
</CodeBlock>
389385

390-
:::tip
391-
The generative remove transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
392-
:::
386+
393387

394388
### Generative Replace
395389

@@ -436,9 +430,7 @@ const url = getCldImageUrl({
436430
```
437431
</CodeBlock>
438432

439-
:::tip
440-
The generative replace transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
441-
:::
433+
442434

443435
### Generative Replace Background
444436

@@ -481,9 +473,7 @@ const url = getCldImageUrl({
481473
```
482474
</CodeBlock>
483475

484-
:::tip
485-
The generative replace background transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_background_replace">Learn more</a>.
486-
:::
476+
487477

488478
## Filters & Effects
489479

docs/src/content/docs/guides/background-removal.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ Use `underlay: "<Your Public ID>"` to specify an image to use as a background.
162162

163163
Use `replaceBackground="<prompt>"` for an AI-generated prompt-based background.
164164

165-
:::note
166-
The generative replace background transformation is currently in Beta. [Learn more](https://cloudinary.com/documentation/transformation_reference#e_gen_background_replace).
167-
:::
168165

169166
<HeaderImage layout="grid">
170167
<CldImage

docs/src/content/docs/guides/responsive-images.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ application, such as:
4646
33vw"
4747
alt="<Description>"
4848
/>
49-
```
49+
```
5050
</CodeBlock>
5151

5252
This would give you roughly full width images on mobile, a 2-column layout on
@@ -57,6 +57,7 @@ tablets, and 3-column layout on desktop views.
5757
The difference with the CldImage component is that it utilizes Cloudinary tech
5858
in order to provide the responsive sizing.
5959

60+
6061
In the example above, the output would look like:
6162

6263
```html
@@ -124,7 +125,7 @@ In an example such as:
124125
sizes="100vw"
125126
alt="Description"
126127
/>
127-
```
128+
```
128129
</CodeBlock>
129130

130131
Each image will be cropped to a 1:1 ratio represented by the width and height provided.

0 commit comments

Comments
 (0)