Easily manage and present change history.
The Update component helps you display release notes, version details, and changelogs in a standardized format.
You can include anything here—images, code snippets, or a bullet list of modifications.

You can combine multiple Update components to build complete changelogs.
<Update label="Example" description="v0.0.1">
## Example entry
You can include anything here—images, code snippets, or a bullet list of modifications.

### Key additions
- Fully responsive layout
- Individual anchor for each update
- Automatic RSS feed entry generation
</Update>The label of the update.
The description of the update.
The content of the update.