Release Note

The Release Note component makes it easy for you to write updates for each version of your application.

Usage

To fill in the Release Note content that will be displayed on the Changelog page, open the CHANGELOG.md file, write it with the markdown tag.

CHANGELOG.md
## [1.3.0] - 2024-12-31

> Release Note Feature to Make it Easier to Write Changelogs

![Your Image Alt Text](https://docubook.pro/images/example-img.png)

### Added

- New Release Note Feature
- New Layout for Changelog page
- New Changelog page
- add Release Note Component
- Easily write release notes directly from the CHANGELOG.md file
- Toc for versioning
- Write with the markdown tag
- add lib / changelog.ts

Preview : Render Output

Changes Category

CategoryDescription
AddedFeatures or functionalities that are newly introduced.
ImprovedEnhancements or optimizations made to existing features or performance.
FixedBugs, issues, or errors that have been resolved in this version.
DeprecatedFeatures or functionalities that are no longer recommended for use and may be removed in the future.
RemovedFeatures or functionalities that have been completely taken out of the product.

Published on Dec 31, 2024