This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryMermaid renderer moved to shared package with configurable DOM id prefix.
Full changelog
Highlights
Moves the mermaid renderer into the shared package (the last markdown/image duplication between the host and the markdown plugin):
renderMermaidNodes(root, labels?, idPrefix?)— scans the DOM for pending```mermaidplaceholders, lazy-loads the mermaid runtime, and swaps each for its SVG. The per-diagram DOM id prefix is now a parameter (idPrefix, default"mulmo-mermaid") so the host and the plugin keep distinct prefixes without duplicating the renderer.mermaidExtension(the marked extension) +adoptSvgalso move in.
Behavior is unchanged — the prefix only feeds mermaid's invisible SVG root id. New peer dep: mermaid. Minor bump — ^1.x consumers pick it up with no range change.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About MulmoClaude
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]