The Update component is used to keep track of changes and updates.

2024-10-12
Filter 1
v0.1.1

Changelog

You can add anything here, like a screenshot, a code snippet, or a list of changes.

Features

  • Responsive design
  • Sticky section for each changelog
2024-10-11
Filter 2
v0.1.0

How to use

<Update label="2024-10-12" description="v0.1.1" tags={["Filter 1"]}>
  This is how you use a changelog with a label 
  and a description.
</Update>
<Update label="2024-10-11" description="v0.1.0" tags={["Filter 2"]}>
  This is how you use a changelog with a label 
  and a description.
</Update>

You can use multiple Update components to create changelogs.

Each label creates an anchor and also shows up on the table of contents on the right.

Props

label
string
required

The label give to the update, appears as sticky text to the left of the changelog.

tags
string[]

Tags for the changelog, will be shown as filters in the right side panel.

description
string

Description of the update, appears below the label and tag.