このコンポーネントは、指定したプロダクトまたはプロダクトエリアの changelog エントリを表示できます。
import { ProductChangelog } from "~/components";import { ProductChangelog } from "~/components";
<ProductChangelog product="workers" />product と area の Props は同時に使えません。
type: string
プロダクト名です。
type: string
プロダクトエリア名です。
type: string
非表示にする特定エントリの id です。
type: boolean
default: false
true にすると、未来日付のエントリを表示します(WAF の予定 changelog で使います)。
type: number
表示するエントリ数を制限します。