Skip to content

Commit 51b92f6

Browse files
docs: remove relevant beta labels from docs (#181)
Co-authored-by: Willow (GHOST) <[email protected]>
1 parent 46f0e3f commit 51b92f6

File tree

3 files changed

+2
-86
lines changed

3 files changed

+2
-86
lines changed

packages/docs/src/content/docs/components/image/configuration.mdx

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ right inside of Svelte.
165165
),
166166
},
167167
{
168-
prop: 'fillBackground (Beta)',
168+
prop: 'fillBackground',
169169
type: 'boolean | object',
170170
default: '-',
171171
example: () => <code>{`{{ gravity: 'east' }}`}</code>,
@@ -445,10 +445,6 @@ crop={{
445445

446446
#### `enhance`
447447

448-
:::tip
449-
Generative Enhance is currently in beta.
450-
:::
451-
452448
Uses generative AI to enhance the visual appeal of an image.
453449

454450
The `enhance` prop can be used as a boolean.
@@ -463,10 +459,6 @@ enhance;
463459

464460
#### `fillBackground`
465461

466-
:::tip
467-
Generative Fill is currently in beta.
468-
:::
469-
470462
Automatically fills the padded area using generative AI to extend the image seamlessly.
471463

472464
The `fillBackground` prop can either be a boolean, which will use a set of safe defaults to produce
@@ -552,10 +544,6 @@ loop;
552544

553545
#### `recolor`
554546

555-
:::tip
556-
Generative Recolor is currently in beta.
557-
:::
558-
559547
Uses generative AI to recolor parts of your image, maintaining the relative shading.
560548

561549
The `recolor` prop can either be an array with the objects to be replaced or an object
@@ -621,10 +609,6 @@ recolor={{
621609

622610
#### `remove`
623611

624-
:::tip
625-
Generative Remove is currently in beta.
626-
:::
627-
628612
Uses generative AI to remove unwanted parts of your image, replacing the area with realistic pixels.
629613

630614
The `remove` prop can either be a string, an array, or an object with the following options:
@@ -735,10 +719,6 @@ removeBackground;
735719

736720
#### `replace`
737721

738-
:::tip
739-
Generative Replace is currently in beta.
740-
:::
741-
742722
Uses generative AI to replace parts of your image with something else.
743723

744724
The `replace` prop can either be an array with the objects to be replaced or an object
@@ -800,10 +780,6 @@ replace={{
800780

801781
#### `replaceBackground`
802782

803-
:::tip
804-
Generative Replace Background is currently in beta.
805-
:::
806-
807783
Uses generative AI to replace the background of your image.
808784

809785
The `replaceBackground` prop can be a boolean, string, or object
@@ -865,10 +841,6 @@ replaceBackground={{
865841

866842
#### `restore`
867843

868-
:::tip
869-
Generative Restore is currently in beta.
870-
:::
871-
872844
Uses generative AI to restore details in poor quality images or images that may have become degraded through repeated processing and compression.
873845

874846
The `restore` prop can be used as a boolean.

packages/docs/src/content/docs/components/image/examples.mdx

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,6 @@ You can also use coordinates to crop to the exact location you need:
254254
/>
255255
```
256256

257-
:::note
258-
The extract transformation is currently in Beta. [Learn more](https://cloudinary.com/documentation/transformation_reference#e_extract).
259-
:::
260-
261257
### Generative Fill
262258

263259
`fillBackground`: Fills the background of an image using Generative AI
@@ -288,10 +284,6 @@ The extract transformation is currently in Beta. [Learn more](https://cloudinary
288284
/>
289285
```
290286

291-
:::note
292-
The generative fill transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#b_gen_fill">Learn more</a>.
293-
:::
294-
295287
### Generative Recolor
296288

297289
`recolor`: Recolors an object in an image using Generative AI
@@ -322,10 +314,6 @@ The generative fill transformation is currently in Beta. <a href="https://cloudi
322314
/>
323315
```
324316

325-
:::note
326-
The generative replace transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
327-
:::
328-
329317
### Generative Remove
330318

331319
`remove`: Removes an object in an image using Generative AI
@@ -356,10 +344,6 @@ The generative replace transformation is currently in Beta. <a href="https://clo
356344
/>
357345
```
358346

359-
:::note
360-
The generative replace transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
361-
:::
362-
363347
### Generative Replace
364348

365349
`replace`: Replaces an object in an image using Generative AI
@@ -390,10 +374,6 @@ The generative replace transformation is currently in Beta. <a href="https://clo
390374
/>
391375
```
392376

393-
:::note
394-
The generative replace transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
395-
:::
396-
397377
### Generative Restore
398378

399379
`restore`: Restores an image using Generative AI.
@@ -437,10 +417,6 @@ After:
437417
/>
438418
```
439419

440-
:::note
441-
The generative restore transformation is currently in Beta. <a href="https://cloudinary.com/documentation/transformation_reference#e_gen_restore">Learn more</a>.
442-
:::
443-
444420
### Generative Replace Background
445421

446422
Uses generative AI to replace the background of your image. It can either generate a background for you based on context, or take in a prompt.
@@ -535,10 +511,6 @@ You can also pass in a seed to the prompt:
535511
/>
536512
```
537513

538-
:::note
539-
The generative replace background transformation is currently in Beta. [Learn more](https://cloudinary.com/documentation/transformation_reference#e_gen_background_replace).
540-
:::
541-
542514
## Filters & Effects
543515

544516
Included in the Cloudinary transformations library are different filters and effects

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

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ right inside of Svelte.
136136
),
137137
},
138138
{
139-
prop: 'fillBackground (Beta)',
139+
prop: 'fillBackground',
140140
type: 'boolean | object',
141141
default: '-',
142142
example: () => <code>{`{{ gravity: 'east' }}`}</code>,
@@ -416,10 +416,6 @@ crop: {
416416

417417
#### `enhance`
418418

419-
:::tip
420-
Generative Enhance is currently in beta.
421-
:::
422-
423419
Uses generative AI to enhance the visual appeal of an image.
424420

425421
The `enhance` prop can be used as a boolean.
@@ -434,10 +430,6 @@ enhance: true;
434430

435431
#### `fillBackground`
436432

437-
:::tip
438-
Generative Fill is currently in beta.
439-
:::
440-
441433
Automatically fills the padded area using generative AI to extend the image seamlessly.
442434

443435
The `fillBackground` prop can either be a boolean, which will use a set of safe defaults to produce
@@ -523,10 +515,6 @@ loop: true;
523515

524516
#### `recolor`
525517

526-
:::tip
527-
Generative Recolor is currently in beta.
528-
:::
529-
530518
Uses generative AI to recolor parts of your image, maintaining the relative shading.
531519

532520
The `recolor` prop can either be an array with the objects to be replaced or an object
@@ -592,10 +580,6 @@ recolor: {
592580

593581
#### `remove`
594582

595-
:::tip
596-
Generative Remove is currently in beta.
597-
:::
598-
599583
Uses generative AI to remove unwanted parts of your image, replacing the area with realistic pixels.
600584

601585
The `remove` prop can either be a string, an array, or an object with the following options:
@@ -706,10 +690,6 @@ removeBackground: true;
706690

707691
#### `replace`
708692

709-
:::tip
710-
Generative Replace is currently in beta.
711-
:::
712-
713693
Uses generative AI to replace parts of your image with something else.
714694

715695
The `replace` prop can either be an array with the objects to be replaced or an object
@@ -771,10 +751,6 @@ replace: {
771751

772752
#### `replaceBackground`
773753

774-
:::tip
775-
Generative Replace Background is currently in beta.
776-
:::
777-
778754
Uses generative AI to replace the background of your image.
779755

780756
The `replaceBackground` prop can be a boolean, string, or object
@@ -836,10 +812,6 @@ replaceBackground: {
836812

837813
#### `restore`
838814

839-
:::tip
840-
Generative Restore is currently in beta.
841-
:::
842-
843815
Uses generative AI to restore details in poor quality images or images that may have become degraded through repeated processing and compression.
844816

845817
The `restore` prop can be used as a boolean.

0 commit comments

Comments
 (0)