Skip to content
Cloudflare Docs

ProductChangelog

This component can be used to display entries from the changelog for a given product or product area.

Import

import { ProductChangelog } from "~/components";

Usage

import { ProductChangelog } from "~/components";
<ProductChangelog product="workers" />

<ProductChangelog> Props

The product and area props cannot be used at the same time.

product

type: string

The name of the product.

area

type: string

The name of the product area.

hideEntry

type: string

The name of a specific entry to hide.

scheduled

type: boolean

default: false

Used to only show scheduled entries (i.e for WAF changelogs).