Releases Overview
This section explains what changed between versions and how to apply those changes in a real project.
How to use this section
- Open the latest release note first.
- Check
Highlights to understand the feature scope.
- Read
Upgrade notes and apply changes in a separate branch.
- Follow
Validation steps before merging.
If you are upgrading from v3.x, start with v4.0.0. That release changes the visual contract of the library and should be treated as a breaking change even if your TypeScript API usage stays the same.
Recommended upgrade workflow
- Create a migration branch.
- Update dependencies and project config.
- Apply markdown/frontmatter changes.
- Run build and prerender.
- Verify affected pages in browser and in page source.
Available notes
What each release page includes
- Practical summary of changes.
- Copy-paste snippets for configuration updates.
- Migration checklist.
- Validation checklist.
- Common pitfalls.