@mermaid-js/parser@0.6.1
mermaid-js/mermaid@mermaid-js/parser@0.6.1Jul 7, 2025by github-actions[bot]
AI Summary
A minor patch update to the parser that switches the internal implementation from `TreemapDoc` to `Treemap` for better performance or correctness.
Key Highlights
- Internal refactoring of treemap parsing logic.
- Switches parser implementation from TreemapDoc to Treemap.
Full Release Notes
### Patch Changes - [#6725](https://github.com/mermaid-js/mermaid/pull/6725) [`0da2922`](https://github.com/mermaid-js/mermaid/commit/0da2922ee7f47959e324ec10d3d21ee70594f557) Thanks [@shubham-mermaid](https://github.com/shubham-mermaid)! - chore: use Treemap instead of TreemapDoc in parser.