Skip to main content
OwnDocs

Changelog

1 min readStableIntermediate

The Changelog component provides a timeline layout for tracking technical changes across releases with seven color-coded label types.

Quick Start

A single release entry.

2026-03-241.2.0
New Accordion component

Adding Options

Multiple entries with mixed labels.

2026-03-241.2.0
New Accordion componentSearch index performance
2026-03-151.1.0
Updated sidebar navigation spacing

Advanced

A full release history with every label type and prose.

2026-04-012.0.0
Minimum Node.js version raised to 24.0.0

This release requires Node.js 24 or later.

Theme variant system with 26 palettesLegacy CSS color variablesOld config APIPatched session validation

Options

ChangelogEntry

datestringrequired

Release date string.

versionstring

Version number badge.

childrenReactNoderequired

Content, typically ChangelogLabel components and descriptive text.

ChangelogLabel

typestringrequired

added, fixed, changed, removed, breaking, deprecated, security.

childrenReactNode

Label text. If empty, the type name is used.

Was this page helpful?