Skip to main content
Pricing

Changelog Entry

Pro

A structured component for displaying version history entries with a date, version number, category badge, and a description list of changes. Used for product changelogs, release notes pages, and update feeds to communicate what has changed across versions.

4 variants

v2.4.0March 15, 2026
Design token overhaul
AddedSemantic colour tokens for all themes
ImprovedButton contrast ratios in light mode
FixedInput border visibility on white surfaces

Variants

VariantDescriptionWhen to use
DefaultStandard changelog entry with date, version, and bulleted changes.Use for chronological release notes and product update pages.
CompactSingle-line summary format for dense changelog feeds.Use for sidebar changelogs and notification feeds.

Usage Guidelines

Do

Order entries newest-first for chronological scanning.

Don't

Mix different date formats within the same changelog.

Do

Use consistent category labels: Added, Changed, Fixed, Removed.

Don't

Include internal jargon — write changes in user-facing language.

Do

Include the date and version number on every entry.

Don't

Group too many changes under a single version — break large releases into sections.

Code

This component is included in Lexicon Pro

From €149 — one-time purchase, lifetime access

View pricing

Design Tokens

This component is included in Lexicon Pro

From €149 — one-time purchase, lifetime access

View pricing

Accessibility

  • Use <time> element with datetime attribute for machine-readable dates.
  • Use <article> for each entry so screen readers can navigate between them.
  • Category badges should have descriptive text, not just colour differentiation.

Keyboard Interactions

TabMoves focus to any interactive elements within the entry.