Components

Update

Dated changelog entries with anchors, descriptions, and tags.

Use Update for changelog entries, version updates, and release notes. Each label creates an anchor link, so entries appear in the table of contents.

March 2025
v2.0.0
dashboard

New dashboard#

Check out the redesigned dashboard with improved navigation.

Combine several Update entries on one page to build a changelog. Wrap them in Changelog to get tag filtering synced to ?tags=.

Properties#

NameTypeDescription
labelrequiredstring

Left-hand label. Slugified into the entry's anchor id; use unique labels.

descriptionReactNode

Text shown below the label, e.g. a version number.

tagsstring[]

Tags shown as badges. Changelog turns them into sidebar filters.

rss{ title?: string; description?: string }

Mintlify compatibility prop for custom RSS entries. Accepted and ignored: Shiso does not generate an RSS feed yet.

childrenReactNode

Entry body: headings, text, images, code, or other components.

Last updated on