From 3c610ca83cfdab6c30e451e26befa3d3b2be9274 Mon Sep 17 00:00:00 2001 From: Dmytro Danylov Date: Wed, 1 Oct 2025 02:35:17 +0200 Subject: [PATCH 1/3] docs: update CldImage docs. Remove beta labels --- .../docs/components/image/configuration.mdx | 29 +----------------- .../helpers/getcldimageurl/configuration.mdx | 30 +------------------ 2 files changed, 2 insertions(+), 57 deletions(-) diff --git a/packages/docs/src/content/docs/components/image/configuration.mdx b/packages/docs/src/content/docs/components/image/configuration.mdx index a34b48e3..41bd8ae6 100644 --- a/packages/docs/src/content/docs/components/image/configuration.mdx +++ b/packages/docs/src/content/docs/components/image/configuration.mdx @@ -165,7 +165,7 @@ right inside of Svelte. ), }, { - prop: 'fillBackground (Beta)', + prop: 'fillBackground', type: 'boolean | object', default: '-', example: () => {`{{ gravity: 'east' }}`}, @@ -445,10 +445,6 @@ crop={{ #### `enhance` -:::tip -Generative Enhance is currently in beta. -::: - Uses generative AI to enhance the visual appeal of an image. The `enhance` prop can be used as a boolean. @@ -463,10 +459,6 @@ enhance; #### `fillBackground` -:::tip -Generative Fill is currently in beta. -::: - Automatically fills the padded area using generative AI to extend the image seamlessly. The `fillBackground` prop can either be a boolean, which will use a set of safe defaults to produce @@ -552,9 +544,6 @@ loop; #### `recolor` -:::tip -Generative Recolor is currently in beta. -::: Uses generative AI to recolor parts of your image, maintaining the relative shading. @@ -621,10 +610,6 @@ recolor={{ #### `remove` -:::tip -Generative Remove is currently in beta. -::: - Uses generative AI to remove unwanted parts of your image, replacing the area with realistic pixels. The `remove` prop can either be a string, an array, or an object with the following options: @@ -735,10 +720,6 @@ removeBackground; #### `replace` -:::tip -Generative Replace is currently in beta. -::: - Uses generative AI to replace parts of your image with something else. The `replace` prop can either be an array with the objects to be replaced or an object @@ -800,10 +781,6 @@ replace={{ #### `replaceBackground` -:::tip -Generative Replace Background is currently in beta. -::: - Uses generative AI to replace the background of your image. The `replaceBackground` prop can be a boolean, string, or object @@ -865,10 +842,6 @@ replaceBackground={{ #### `restore` -:::tip -Generative Restore is currently in beta. -::: - Uses generative AI to restore details in poor quality images or images that may have become degraded through repeated processing and compression. The `restore` prop can be used as a boolean. diff --git a/packages/docs/src/content/docs/helpers/getcldimageurl/configuration.mdx b/packages/docs/src/content/docs/helpers/getcldimageurl/configuration.mdx index 94742d8b..ab5dc20a 100644 --- a/packages/docs/src/content/docs/helpers/getcldimageurl/configuration.mdx +++ b/packages/docs/src/content/docs/helpers/getcldimageurl/configuration.mdx @@ -136,7 +136,7 @@ right inside of Svelte. ), }, { - prop: 'fillBackground (Beta)', + prop: 'fillBackground', type: 'boolean | object', default: '-', example: () => {`{{ gravity: 'east' }}`}, @@ -416,10 +416,6 @@ crop: { #### `enhance` -:::tip -Generative Enhance is currently in beta. -::: - Uses generative AI to enhance the visual appeal of an image. The `enhance` prop can be used as a boolean. @@ -434,10 +430,6 @@ enhance: true; #### `fillBackground` -:::tip -Generative Fill is currently in beta. -::: - Automatically fills the padded area using generative AI to extend the image seamlessly. The `fillBackground` prop can either be a boolean, which will use a set of safe defaults to produce @@ -523,10 +515,6 @@ loop: true; #### `recolor` -:::tip -Generative Recolor is currently in beta. -::: - Uses generative AI to recolor parts of your image, maintaining the relative shading. The `recolor` prop can either be an array with the objects to be replaced or an object @@ -592,10 +580,6 @@ recolor: { #### `remove` -:::tip -Generative Remove is currently in beta. -::: - Uses generative AI to remove unwanted parts of your image, replacing the area with realistic pixels. The `remove` prop can either be a string, an array, or an object with the following options: @@ -706,10 +690,6 @@ removeBackground: true; #### `replace` -:::tip -Generative Replace is currently in beta. -::: - Uses generative AI to replace parts of your image with something else. The `replace` prop can either be an array with the objects to be replaced or an object @@ -771,10 +751,6 @@ replace: { #### `replaceBackground` -:::tip -Generative Replace Background is currently in beta. -::: - Uses generative AI to replace the background of your image. The `replaceBackground` prop can be a boolean, string, or object @@ -836,10 +812,6 @@ replaceBackground: { #### `restore` -:::tip -Generative Restore is currently in beta. -::: - Uses generative AI to restore details in poor quality images or images that may have become degraded through repeated processing and compression. The `restore` prop can be used as a boolean. From bd3d74cbfd16c2588c5875bbeefd5819536bd393 Mon Sep 17 00:00:00 2001 From: Dmytro Danylov Date: Sat, 4 Oct 2025 02:35:07 +0200 Subject: [PATCH 2/3] docs: remove beta-labels for examples --- .../docs/components/image/examples.mdx | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/packages/docs/src/content/docs/components/image/examples.mdx b/packages/docs/src/content/docs/components/image/examples.mdx index 8ad9391f..f220443c 100644 --- a/packages/docs/src/content/docs/components/image/examples.mdx +++ b/packages/docs/src/content/docs/components/image/examples.mdx @@ -254,10 +254,6 @@ You can also use coordinates to crop to the exact location you need: /> ``` -:::note -The extract transformation is currently in Beta. [Learn more](https://cloudinary.com/documentation/transformation_reference#e_extract). -::: - ### Generative Fill `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 /> ``` -:::note -The generative fill transformation is currently in Beta. Learn more. -::: - ### Generative Recolor `recolor`: Recolors an object in an image using Generative AI @@ -322,10 +314,6 @@ The generative fill transformation is currently in Beta. Learn more. -::: - ### Generative Remove `remove`: Removes an object in an image using Generative AI @@ -356,10 +344,6 @@ The generative replace transformation is currently in Beta. Learn more. -::: - ### Generative Replace `replace`: Replaces an object in an image using Generative AI @@ -390,10 +374,6 @@ The generative replace transformation is currently in Beta. Learn more. -::: - ### Generative Restore `restore`: Restores an image using Generative AI. @@ -437,10 +417,6 @@ After: /> ``` -:::note -The generative restore transformation is currently in Beta. Learn more. -::: - ### Generative Replace Background 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,9 +511,6 @@ You can also pass in a seed to the prompt: /> ``` -:::note -The generative replace background transformation is currently in Beta. [Learn more](https://cloudinary.com/documentation/transformation_reference#e_gen_background_replace). -::: ## Filters & Effects From 855ac6c03b9421cef297aa0ffc20511480f9a7c5 Mon Sep 17 00:00:00 2001 From: "Willow (GHOST)" Date: Sat, 4 Oct 2025 01:41:58 +0100 Subject: [PATCH 3/3] chore: remove extra line breaks --- .../docs/src/content/docs/components/image/configuration.mdx | 1 - packages/docs/src/content/docs/components/image/examples.mdx | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/docs/src/content/docs/components/image/configuration.mdx b/packages/docs/src/content/docs/components/image/configuration.mdx index 41bd8ae6..c7c10b27 100644 --- a/packages/docs/src/content/docs/components/image/configuration.mdx +++ b/packages/docs/src/content/docs/components/image/configuration.mdx @@ -544,7 +544,6 @@ loop; #### `recolor` - Uses generative AI to recolor parts of your image, maintaining the relative shading. The `recolor` prop can either be an array with the objects to be replaced or an object diff --git a/packages/docs/src/content/docs/components/image/examples.mdx b/packages/docs/src/content/docs/components/image/examples.mdx index f220443c..d39c3780 100644 --- a/packages/docs/src/content/docs/components/image/examples.mdx +++ b/packages/docs/src/content/docs/components/image/examples.mdx @@ -511,7 +511,6 @@ You can also pass in a seed to the prompt: /> ``` - ## Filters & Effects Included in the Cloudinary transformations library are different filters and effects