v2.0.0 Latest Stable June 25, 2026
πŸŽ‰
Major release

v2.0 is a complete redesign with full dark mode, responsive sidebar, search modal, reading progress, and accessibility overhaul.

  • New Full dark mode with system preference detection and localStorage persistence
  • New Responsive sidebar with overlay for mobile/tablet screens
  • New Search modal with keyboard shortcut (⌘K) and fuzzy matching
  • New Reading progress bar at top of page
  • New Table of contents auto-highlight on scroll (IntersectionObserver)
  • New Code block copy-to-clipboard with confirmation feedback
  • New Tabs component with keyboard arrow navigation
  • New Back-to-top button with scroll-based visibility
  • New Announcement bar with dismiss button
  • New CSS design tokens for all colors, spacing, and radii
  • Change Rewrote all CSS using custom properties β€” no Sass required
  • Change Updated font to Inter with JetBrains Mono for code
  • Change Sidebar width now a CSS variable (--sidebar-width)
  • Fix Focus trap in search modal now correct across all browsers
  • Fix Horizontal scroll on mobile caused by wide code blocks
  • Break Renamed data-color-scheme to data-theme on <html>

v1.5.0 March 10, 2026
  • New Callout components: info, success, warning, danger variants
  • New Step-by-step numbered list component
  • New Page navigation (prev/next) at bottom of each page
  • New Breadcrumb navigation component
  • Change Improved code block contrast ratios for dark mode
  • Fix Sidebar active state not highlighting correctly on page load
  • Fix Search modal backdrop not closing on click in Safari

v1.4.0 January 5, 2026
  • New Badge component with 5 color variants
  • New Responsive data table with horizontal scroll wrapper
  • New Card grid layout component
  • Change Migrated from px to CSS custom property spacing
  • Fix Code blocks overflowing on iPhone SE screen width
  • Fix Missing focus styles on sidebar navigation links

v1.0.0 October 1, 2025
πŸš€
Initial Release

First public release of WebDocs. Zero dependencies, pure HTML/CSS/JS.

  • New Initial project scaffolding
  • New Fixed sidebar navigation with section grouping
  • New Syntax-highlighted code blocks
  • New Responsive layout with hamburger menu
  • New Basic dark mode via CSS media query
  • New Skip link for keyboard accessibility