Getting Started
Changelog
Track Lotus releases, user-facing changes, and upgrade notes.
Review Lotus releases to understand what changed, what was fixed, and whether an upgrade affects your documentation site.
GitHub Releases
View published tags, generated release notes, and release assets.
npm Package
Check the published package version and package metadata.
0.3.0
2026-07-19Added
- Added SSR heading anchors for
h2,h3, andh4. - Added a
CodeBlockexport for Shiki-highlighted code on custom pages. - Added a
Proseexport for custom pages. - Added Markdown alternate links to docs page metadata.
- Added an automatically generated
/llms.txtendpoint for AI-readable docs discovery. - Added semantic status color tokens for
info,success,warning, anddanger.
Changed
- Updated
@prosefly/astro-componentsto0.2.1. - Reworked
SiteHeaderinto a standalone site header.
Fixed
- Fixed prose links inside headings.
- Improved heading anchor styling on mobile.
- Fixed docs content width so page actions no longer overlap the table of contents on wide screens.
0.2.0
2026-07-18Added
- Added built-in UI translations for Traditional Chinese, Japanese, Korean, French, German, Spanish, Brazilian Portuguese, Italian, Russian, and Arabic.
- Added RTL direction inference for common RTL locales such as Arabic, Persian, Hebrew, and Urdu.
- Added RTL-aware shell behavior for the header, dropdowns, mobile docs menu, sidebar, table of contents, page actions, and previous/next page navigation.
- Added sidebar diagnostics for missing entries, empty autogenerated directories, duplicate sections, and duplicate page ownership.
Changed
- Enhanced sidebar generation with
autogenerate.structure,autogenerate.depth, andautogenerate.exclude. - Refactored sidebar generation into focused resolver, autogenerate, index, and diagnostics modules.
- Simplified docs homepage routing:
docsBasenow controls where docs render, and settingdocsBase: '/docs'leaves/available for a custom homepage. - Removed the separate
homepageconfig option. - Removed
source.contentRoot; edit links and contributor source paths now use the content entry file path directly. - Updated the release workflow to generate GitHub release notes automatically.
Fixed
- Improved ARIA state, focus handling, and keyboard behavior for dropdowns, local search, mobile docs navigation, and page actions.
- Fixed deployed page action URLs so generated assistant links do not keep a local development origin.
- Improved mobile clipboard handling for Copy page.
- Added high fetch priority to the header logo image.
- Kept code, keyboard, and sample text left-to-right inside RTL prose content.
0.1.1
2026-07-17- Fixed a Tailwind CSS issue in the package release.
0.1.0
2026-07-17- Initial release of
@prosefly/astro-theme-lotus.