Update
Update renders a single entry on a vertical timeline. Stack several to build a
changelog. Pair it with a date in the page frontmatter.
Example
v1.1.0
June 1, 2026Added the Update component. new
- Timeline entries with a label and optional date.
- Reads nicely on a dedicated changelog page.
v1.0.0
May 1, 2026The first stable release.
Usage
<script> import { Update } from '$lib';</script><Update label="v1.1.0" date="June 1, 2026">What changed in this release.</Update>Props
| Prop | Type | Description |
|---|---|---|
label |
string |
Heading, usually a version (required) |
date |
string |
Optional date shown next to the label |