Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 03 Jan 20:38
· 89 commits to main since this release

Dark Mode Support

Add dark mode support with theme toggle and configurable footer logos.

New Features

  • Theme Toggle: New ThemeProvider and ThemeToggle components for light/dark/system theme switching
  • Dark Footer Logo: New footer_logo_inverted_url config option for dark mode footer logos
  • Theme Hook: New useTheme() hook to access current theme state in custom components

Configuration

[tool.cross-docs]
footer_logo_url = "/static/logo.svg"
footer_logo_inverted_url = "/static/logo-dark.svg"

Developer Experience

  • Vite now uses source files directly for hot-reloading during development