Skip to content

Commit 9a59368

Browse files
dcpenaharshil1712
authored andcommitted
Added changelog (#18131)
1 parent 32494e1 commit 9a59368

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

src/content/changelogs/images.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
link: "/images/platform/changelog/"
3+
productName: Images
4+
productLink: "/images/"
5+
productArea: Developer platform
6+
productAreaLink: /workers/platform/changelog/platform/
7+
entries:
8+
- publish_date: "2024-04-04"
9+
title: Images upload widget
10+
description: |-
11+
Use the upload widget to integrate Cloudflare Images into your application by embedding the script into a static HTML page or installing a package that works with your preferred framework. To try out the upload widget, [sign up for the the closed beta](https://forms.gle/vBu47y3638k8fkGF8).
12+
- publish_date: "2024-04-04"
13+
title: Face cropping
14+
description: |-
15+
Crop and resize images of people's faces at scale using the existing gravity parameter and saliency detection, which sets the focal point of an image based on the most visually interesting pixels. To apply face cropping to your image optimization, [sign up for the closed beta](https://forms.gle/2bPbuijRoqGi6Qn36).
16+
- publish_date: "2024-01-15"
17+
title: Cloudflare Images and Images Resizing merge
18+
description: |-
19+
Cloudflare Images and Images Resizing merged to create a more centralized and unified experience for Cloudflare Images. To learn more about the merge, refer to the [blog post](https://blog.cloudflare.com/merging-images-and-image-resizing/).
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
pcx_content_type: changelog
3+
title: Changelog
4+
changelog_file_name:
5+
- images
6+
---
7+
8+
import { ProductChangelog } from "~/components";
9+
10+
{/* <!-- Actual content lives in /src/content/changelogs/images.yaml. --> */}
11+
12+
<ProductChangelog />
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Platform
4+
sidebar:
5+
group:
6+
hideIndex: true
7+
8+
---
9+
10+
import { DirectoryListing } from "~/components"
11+
12+
<DirectoryListing />

0 commit comments

Comments
 (0)