Release Note
The Release Note component makes it easy for you to write updates for each version of your application.
The Release Note component makes it easy for you to write and display changelogs in a structured and organized way. This component consists of two main parts: Release and Changes which can be used to display version, date, release title, and a list of changes categorized by type.
Basic Usage
Here is a basic example of using the Release Note component:
Release Component
The Release component is used to display key information about a release version, such as version number, release date, and title.
Release Props
Changes Component
The Changes component is used to group changes by category with appropriate icons and colors.
Changes Props
Changes Note
Complete Implementation
Here is a complete example of using the Release Note component in an MDX file:
Usage Tips
- Date Format: Use a consistent date format for all releases.
- Version Ordering: Arrange versions in reverse chronological order (newest version at the top).
- List Items: You can use standard Markdown list format (
-or*) or write text directly, the component will handle the formatting.
Last updated May 5, 2026