✨ Publier v1 is live — a polished docs platform built for the open web.

Changelog

Version history and release notes.

    • release
    • feature

    v1.0.0

    The first stable release of our platform is live.

    New

    • Full site templates. Docs, blog, marketing, changelog, status — all in one codebase.
    • 14 theme presets. Typed overrides via theme.yaml.
    • One-command build. publier build ships a production-grade dist/.

    Fixed

    • Sidebar ordering edge case with deeply nested folders.
    • Hot-reload jitter on publier.config.yaml edits.

    Breaking

    • None. (This is v1.0.0; there’s nothing to break yet.)

    For the complete install path, see Get started.

  1. v0.2.0

    Docs Shell Refresh

    A refreshed docs shell with a streamlined setup, plus MDX-first blog and landing pages powered by resumable islands.

    • New — Redesigned docs shell: sidebar, search, i18n, dark mode
    • New — MDX-first blog and landing pages with resumable interactive components
    • New — Auto-injected blog routes — drop posts in src/content/blog/ and they’re live
    • New — Built-in blog and pages collections with clean URL generation
    • Improved — 53 pages build in under 15 seconds
    • Removed — 38 UI components folded into built-in defaults — fewer imports to manage
    • release

    v0.9.0

    The last prerelease before stable. If nothing catastrophic surfaces in the next two weeks, this codebase becomes v1.0.0.

    New

    • RSS feed auto-generation for blog + feed-eligible collections.
    • publier doctor diagnostic command.

    Fixed

    • License validation edge case around daylight-savings transitions.
    • Sitemap losing trailing slashes on nested routes.
  2. v0.1.0

    Initial Release

    Initial public release — a docs engine with resumable interactive islands.

    • New — 8 UI components (Accordion, BlurImage, CopyButton, SearchDialog, SearchInput, ThemeSwitcher, Mermaid, BackToTop)
    • New — 2 custom remark plugins (remarkSnippets, remarkStructure)
    • New — Full-text search with structured heading indexing
    • New — 12 color themes (ocean, dark, dusk, light, emerald, purple, ruby, solar, aspen, neutral, catppuccin, vitepress)
    • New — OpenAPI 3.x / AsyncAPI → MDX + interactive API reference components
    • Newpublier new scaffolder with 4 project templates