# Update component
Use Mintlify-style Update blocks for changelog notes, release entries, and docs change history.
Source: /docs/components/updates
Last modified: 2026-06-20
Use `Update` when a docs page needs a changelog-style entry with a stable label, description, and tags. Tags appear inline and, when there is no stronger right-rail component on the page, as filters in the desktop rail.


  Default `Panel` components now behave like Mintlify side panels. `Update` tags can filter release notes from the right rail.

  - Use `inline` on `Panel` when the content should stay in the article flow.
  - Use unique `label` values so each update has a stable anchor.


  Component coverage now includes fields, response fields, examples, snippets, view-specific content, and recursive navigation groups.


  Tiles can show icon-only navigation choices or visual previews with product screenshots.


## Properties


- `label` (string; required):
  The visible update label. It creates the anchor for the update.


- `description` (string):
  Short supporting text shown beside the label.


- `tags` (string[]):
  Filter labels shown inline and in the desktop right rail when the page does not have a stronger rail component.


- `rss` ({ title?: string; description?: string }):
  Optional alternate text for feeds when an update contains components or rich markup.


- `icon` (string; default: badge):
  Icon shown beside the update label.


- `class | className` (string):
  Optional local utility classes.