Skip to content

0.25.1 — Drop unused Mermaid dependency

Choose a tag to compare

@github-actions github-actions released this 01 Jun 22:28
· 46 commits to main since this release

Removed

  • mermaid devDependency and MermaidDiagram.svelte. The docs site stopped
    rendering Mermaid when the developer-reference chapters moved to
    docs/archive/ (off the non-recursive docs/*.md glob in chapters.ts). The
    only remaining ```mermaid fences live in those archived chapters, which no
    longer load, so the lazy-loaded mermaid package (~700kB) was unreachable.
    Removed the dependency, the MermaidDiagram component, and the mermaid
    handling in Docs.svelte. No consumer impact: mermaid was a
    devDependency and never shipped in the tarball.