Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpena committed Nov 12, 2024
1 parent 17c5abb commit 5edfb57
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/content/changelogs/images.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
link: "/images/platform/changelog/"
productName: Images
productLink: "/images/"
productArea: Developer platform
productAreaLink: /workers/platform/changelog/platform/
entries:
- publish_date: "2024-04-04"
title: Images upload widget
description: |-
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).
- publish_date: "2024-04-04"
title: Face cropping
description: |-
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).
- publish_date: "2024-01-15"
title: Cloudflare Images and Images Resizing merge
description: |-
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/).
12 changes: 12 additions & 0 deletions src/content/docs/images/platform/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
pcx_content_type: changelog
title: Changelog
changelog_file_name:
- images
---

import { ProductChangelog } from "~/components";

{/* <!-- Actual content lives in /src/content/changelogs/images.yaml. --> */}

<ProductChangelog />
12 changes: 12 additions & 0 deletions src/content/docs/images/platform/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
pcx_content_type: navigation
title: Platform
sidebar:
group:
hideIndex: true

---

import { DirectoryListing } from "~/components"

<DirectoryListing />

0 comments on commit 5edfb57

Please sign in to comment.