Skip to content

非公式本サイトは非公式の日本語ドキュメントであり、Cloudflare 公式サイトではありません。最新情報はdevelopers.cloudflare.comをご確認ください。

Product changelog

最終更新 Markdown で表示Agent セットアップ

このコンポーネントは、指定したプロダクトまたはプロダクトエリアの changelog エントリを表示できます。

Import

import { ProductChangelog } from "~/components";

使い方

import { ProductChangelog } from "~/components";

<ProductChangelog product="workers" />

<ProductChangelog> の Props

productarea の Props は同時に使えません。

product

type: string

プロダクト名です。

area

type: string

プロダクトエリア名です。

hideEntry

type: string

非表示にする特定エントリの id です。

publish_future_dated_entry

type: boolean

default: false

true にすると、未来日付のエントリを表示します(WAF の予定 changelog で使います)。

numberOfEntries

type: number

表示するエントリ数を制限します。

役に立ちましたか?