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.
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#
| Name | Type | Description |
|---|---|---|
| labelrequired | string | Left-hand label. Slugified into the entry's anchor id; use unique labels. |
| description | ReactNode | Text shown below the label, e.g. a version number. |
| tags | string[] | Tags shown as badges. |
| rss | { title?: string; description?: string } | Mintlify compatibility prop for custom RSS entries. Accepted and ignored: Shiso does not generate an RSS feed yet. |
| children | ReactNode | Entry body: headings, text, images, code, or other components. |