This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryUpdates Highlights, raw, and https://www.npmjs.com/package/@mulmoclaude/markdown-utils/v/1.3.0 across a mixed release.
Full changelog
Highlights
-
splitFrontmatter(raw)(#2382, #2300). Returns the frontmatterprefixalongside thebodythat follows it, so a caller that rewrites the body can re-attach the original header verbatim. Built onparseFrontmatter, wherebodyis always a suffix ofraw, soprefix + bodyreproduces the input exactly. This replaced the hand-rolled splitter in the wikiView.vuetask-checkbox path — the safe half of the View.vue split (#2300), whose template split was deferred because of the xpath-dependent e2e. -
escapeHtmlnow comes from@mulmoclaude/common(#2483).mermaidExtensioncarried its own copy of the five-character entity escaper. It now imports the canonical one, adding@mulmoclaude/commonas a dependency; the module's purity note was corrected to match (#2483 follow-up). -
makeTasksInteractiveno longer scans superlinearly. A markdown document with many task list items could drive the scan into quadratic behaviour; the walk is now linear. -
Wiki
View.vuepure helpers (#2300). The extraction that motivatedsplitFrontmatteralso moved the surrounding pure helpers out of the component, making them directly testable.
Consumers
The launcher and markdown-plugin ranges were already swept to ^1.3.0 when the version was bumped; @mulmoclaude/core also declares ^1.3.0, so this publish is what lets core resolve on npm.
📦 npm: @mulmoclaude/[email protected]
What's Changed
- fix(spreadsheet): VLOOKUP / HLOOKUP index bounds (#2360) by @isamu in https://github.com/receptron/mulmoclaude/pull/2506
- test(manageSkills): guard external-link click wiring on markdown bodies (#2493) by @isamu in https://github.com/receptron/mulmoclaude/pull/2512
Full Changelog: https://github.com/receptron/mulmoclaude/compare/@mulmoclaude/[email protected]...@mulmoclaude/[email protected]
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]