v0.5.0Unreleased — July 2026
- SeoRouter (server feature): One builder generates all crawler endpoints — per-page raw Markdown,
llms.txt/llms-full.txt, sitemaps, blog RSS, and robots.txt with per-AI-crawler entries - Context constructors:
DocsContext::new()/BlogContext::new()with defaulted meta fields — new fields no longer break consumer builds - Better errors:
try_build()on both config builders; OpenAPI/nav parse errors now surface the underlying line/column detail instead of a generic panic - Multi-spec OpenAPI fixed: Sidebar links and endpoint pages now use the spec that owns each operation
- Blog search theming: The blog search modal shares the docs modal shell and picks up the
dk-search-*classes - Performance: Precompiled regexes, precomputed API sidebar entries, and O(1) operation lookup
- Fixes: Windows path handling in
dioxus-docs-kit-build, malformed frontmatter no longer renders as page text, blog posts with invalid frontmatter warn instead of vanishing silently, scroll/keyboard listener leaks fixed - Theming Surface:
DocsVariantAPI with built-in presets — shadcn light/dark, brutalist, and default - SEO Meta: Auto-generated
<title>, description, OpenGraph, and Twitter card tags from frontmatter - Compile-time Blog Engine: Featured posts, related posts, and a scroll progress bar
- Mermaid Diagrams:
```mermaidfenced blocks render as interactive diagrams
v0.3.x – v0.4.xFebruary – April 2026
- Incremental releases on crates.io (
dioxus-docs-kit0.4.1,dioxus-docs-kit-build0.4.0,dioxus-mdx0.3.1): tabbed navigation,use_docs_providersone-call context setup, CSS-class syntax highlighting viadioxus-code, automatic duplicate-H1 stripping, and theming groundwork
v0.2.0January 2026
- OpenAPI API Reference: Per-endpoint pages with method badges
- Search Modal: Keyboard navigation with
Ctrl+Kshortcut - Mobile Drawer: Responsive sidebar on small screens
- Sidebar Navigation: Improved with collapsible groups
- Syntax Highlighting: Updated color theme
- Page Navigation: Fixed links not updating on route change
v0.1.0December 2025
- MDX Documentation: Initial release with full MDX support
- Sidebar Navigation: Configurable via
_nav.json - Dark Theme: DaisyUI-powered dark mode
- Table of Contents: On-this-page navigation
- Code Highlighting: Syntax highlighting for code blocks