Update

Easily manage and present change history.

The Update component helps you display release notes, version details, and changelogs in a standardized format.

Example
v0.0.1

Example entry

You can include anything here—images, code snippets, or a bullet list of modifications.

Demo Image

Key additions

  • Fully responsive layout
  • Individual anchor for each update
  • Automatic RSS feed entry generation

Update Usage

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.

  ![Demo Image](https://doccupine.com/demo.png)

  ### Key additions

  - Fully responsive layout
  - Individual anchor for each update
  - Automatic RSS feed entry generation
</Update>

Properties

labelstringrequired

The label of the update.

descriptionstringrequired

The description of the update.

childrennoderequired

The content of the update.