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 name of a specific entry to hide.
type: boolean
default: false
Used to only show scheduled entries (i.e for WAF changelogs).