This component can be used to display entries from the changelog for a given product or product area.
import { ProductChangelog } from "~/components";import { ProductChangelog } from "~/components";
<ProductChangelog product="workers" />The product and area props cannot be used at the same time.
type: string
The name of the product.
type: string
The name of the product area.
type: string
The id of a specific entry to hide.
type: boolean
default: false
Set to true to show future-dated entries (used for WAF scheduled changelogs).
type: number
Limits the number of entries shown.