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 validationOptions
ChangelogEntry
datestringrequiredRelease date string.
versionstringVersion number badge.
childrenReactNoderequiredContent, typically ChangelogLabel components and descriptive text.
ChangelogLabel
typestringrequiredadded, fixed, changed, removed, breaking, deprecated, security.
childrenReactNodeLabel text. If empty, the type name is used.
Related pages
Was this page helpful?