Changelog

Release notes and updates for DocsUI, from the first release to today.

UnreleasedJune 2026
  • ChangedRebrand the project from MDX UI to DocsUI across the CLI, packages, and docs
  • AddedAdd geometry-2d and electronics component libraries
  • AddedAdd a Math II (Advanced) category to the symbol browser with 43 new entries
  • AddedAdd a playground with a live remark auto-transform demo
  • AddedHarden the MCP server with caching, local fallback, list_categories, and validate_mdx
  • SecurityFix 76 vulnerable dependencies via pnpm overrides and pin GitHub Actions to commit SHAs
  • SecurityPrevent ReDoS in markdown parsing and scope workflow permissions to least privilege
  • AddedShow the live preview demo at the top of every component doc page
  • AddedAdd a responsive mobile navigation for the docs, blog, community, and learn sidebars
  • AddedAdd a full site footer and About page with maintainer profiles and social links
  • View on GitHub
v0.0.43May 12, 2026
  • AddedAdd an MCP server exposing list_components, get_component, and search_components
  • AddedRoll out the live ComponentPreview demo to all 41 component doc pages
  • AddedAdd a semantic math syntax system with primitives, equations, and solutions
  • AddedAdd the math-easy DSL with nabla, grad, partial, cdot, times, and hbar shorthands
  • ChangedUpdate the homepage and package description to reflect the LLM-to-MDX vision
  • View on GitHub
v0.0.35May 10, 2026
  • AddedAdd the remark-mdx-ui plugin that upgrades AI-generated markdown to MDX components
  • AddedAdd Mermaid-based data structure components: BST, Tree, BFS, and DFS visualizers
  • AddedAdd 6 technical, security, and privacy components for engineering docs
  • AddedAdd ComponentPreview — live tabbed demos with syntax-highlighted source
  • FixedRestore client components and fix MDX parse errors in interactive demos
  • View on GitHub
v0.0.31May 8, 2026
  • AddedAdd the DataTable component with a dynamic columns + data API and custom cell renderers
  • AddedAdd client-side sorting and filtering, plus an MDX-native headers/rows API to DataTable
  • AddedAdd the Highlight component — react.dev-style marker highlight in 5 colors
  • View on GitHub
v0.0.26May 8, 2026
  • AddedAdd a diff preview to the update command and a new remove command
  • AddedAdd versioned registry fetches pinned to a git tag
  • AddedAdd Link and Spoiler components, a doctor command, and lazy-loaded video
  • AddedAdd ImageRendererProvider for framework-agnostic image optimization
  • ChangedArchitecture refactor with integrity verification and Mermaid dark mode support
  • View on GitHub
v0.0.20May 8, 2026
  • AddedAdd the CodeGroup component for tabbed code blocks
  • AddedAdd syntax highlighting via rehype-pretty-code
  • ChangedImprove npm package metadata
  • View on GitHub
v0.0.16May 8, 2026
  • AddedAdd the update command, accordion, list --installed, and tabs keyboard navigation
  • AddedAdd an interactive component picker menu to the CLI
  • AddedAdd math, table, mermaid, and code-copy components
  • AddedAdd framework detection for Next.js, Astro, and React in the CLI
  • FixedFix Vercel deploys and CI to build the docs site correctly
  • SecurityUpdate next-mdx-remote to v6 to fix CVE-2026-0969
  • View on GitHub
v0.0.6January 3, 2026
  • AddedInitial release of the MDX component library and CLI
  • AddedAdd auto-discovering mdx-components for React.dev-style docs
  • FixedAuto-generate registry JSONs with the correct structure
  • View on GitHub