Blog Docs
Changelog Item
A timeline entry for release notes.
The ChangelogItem displays a single release entry with version, date, type, and details. It is designed to be used in a list.
Usage
{/* ChangelogItem demo (component not bundled) */}
Example
Props
| Prop | Type | Default | Description |
|---|---|---|---|
version | string | Required | Version tag (e.g. v1.0.0). |
title | string | Required | Release title. |
pubDate | Date | Required | Release date. |
type | ReleaseType | Required | Type of release. |
isSecurity | boolean | false | Marks as security update. |
body | string | Required | Content/description. |
detailsUrl | string | undefined | Link to full notes. |
migrationUrl | string | undefined | Link to migration guide. |
ReleaseType
'major' | 'feature' | 'security' | 'fix' | 'improvement' | 'other'