-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |