Weekly GitHub Report for Mermaid: July 28, 2025 - August 04, 2025 (12:03:23)
Weekly GitHub Report for Mermaid
Thank you for subscribing to our weekly newsletter! Each week, we deliver a comprehensive summary of your GitHub project's latest activity right to your inbox, including an overview of your project's issues, pull requests, contributors, and commit activity.
Table of Contents
I. News
1.1 Recent Version Releases:
The current version of this repository is @mermaid-js/parser@0.4.0
1.2 Version Information:
On March 25, 2025, a minor update was released that introduced the addition of a Radar Chart, enhancing the charting capabilities of the platform. This update reflects ongoing efforts to expand visualization options.
II. Issues
2.1 Top 5 Active Issues:
We consider active issues to be issues that that have been commented on most frequently within the last week. Bot comments are omitted.
As of our latest update, there are no active issues with ongoing comments this week.
2.2 Top 5 Stale Issues:
We consider stale issues to be issues that has had no activity within the last 30 days. The team should work together to get these issues resolved and closed as soon as possible.
- Tooltips for emoji in Diagram Syntax doc tree: This issue proposes adding tooltips to the emoji displayed next to the names of various diagram types in the "Diagram Syntax" section of the documentation tree. The goal is to help users understand the meaning of these icons, as currently there is no reference explaining their significance, which can lead to confusion even for experienced users.
- log scale for
xychart-beta
: This issue proposes adding ascale
string field to thexychart-beta
component that defaults tolinear
but can also acceptlog
as an option, enabling the plotting of logarithmic scales while maintaining version control of the original non-logged data. The enhancement aims to support future extensions to other scale types and includes an example demonstrating how to specify a log scale for chart axes in the graph description. - SVG rendering formatting issues with markdown input: This issue addresses problems with SVG rendering when nodes in a diagram use markdown formatting, resulting in inconsistent visual output such as added height or text being cut off in the SVG files. Specifically, these formatting issues occur when opening the SVG in a new tab or downloading it from the editor, causing discrepancies between the expected and actual appearance of the diagram nodes.
- Vite build error with mermaid version 10.9.0: This issue describes a build error encountered when using Mermaid version 10.9.0 in a Vue 3 and Vite application. While the Mermaid graphs render correctly during development, the application fails to start after building, producing a "TypeError: Cannot set properties of undefined (setting 'prototype')" related to Mermaid's internal code. Since there were fewer than 5 open issues, all of the open issues have been listed above.
2.3 Open Issues
This section lists, groups, and then summarizes issues that were created within the last week in the repository.
Issues Opened This Week: 3
Summarized Issues:
- Workflow and Support System Design: This topic covers the proposal of a detailed workflow diagram for a Rider App support system, describing the process from rider concern submission to ticket management and partner portal handling. The workflow includes time-based turnaround times and communication updates, aiming to streamline support operations efficiently.
- issues/6805
- Diagram Type Support and Proposal: This topic involves the proposal to add use case diagram support to the project, referencing a detailed proposal document. However, the issue currently lacks concrete use cases, screenshots, syntax details, and implementation plans, indicating it is still in an early stage.
- issues/6806
- Flowchart Click Event Bug: This topic addresses a bug in Mermaid flowcharts where click event callbacks fail silently if the
securityLevel
is not set to"loose"
. This silent failure complicates debugging as no warnings or errors are provided when the callbacks do not fire. - issues/6809
2.4 Closed Issues
This section lists, groups, and then summarizes issues that were closed within the last week in the repository. This section also links the associated pull requests if applicable.
Issues Closed This Week: 2
Summarized Issues:
- Architecture Diagram Updates: This topic covers the need to update the architecture diagram to reflect the new class-based approach used in the database. The issue highlights changes in design representation that must be accurately depicted in the diagram.
- issues/6774
- Syntax Errors in Flowchart Rendering: This topic involves syntax errors caused by including the character sequence 'graph' in node text when using the 'elk' flowchart renderer. The problem particularly affects rendering multiple diagram types on a single page, leading to parser failures.
- issues/6795
2.5 Issue Discussion Insights
This section will analyze the tone and sentiment of discussions within this project's open and closed issues that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.
Based on our analysis, there are no instances of toxic discussions in the project's open or closed issues from the past week.
III. Pull Requests
3.1 Open Pull Requests
This section provides a summary of pull requests that were opened in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.
Pull Requests Opened This Week: 2
Key Open Pull Requests
1. 6646: update mindmaps to use new way of rendering: This pull request updates the mindmaps feature in the Mermaid project by integrating multiple layout algorithms—including tidy-tree as the default, cose-bilkent, dagre, and elk—enhancing edge intersection handling to avoid connections at node centers, extending shape support to include cloud and bang shapes, and adding visual baseline tests with sample diagrams to ensure consistent rendering across all supported layouts.
- URL: pull/6802
- Merged: No
- Associated Commits: 1e641, c8e50, 4c8c4, 1e3ea, f2eef, 34027, fbae6, e7208, eadb3, d2463, c13ce, ba52e, f0445, cd6f8, 425fb, d5cb4, ccafc, 8a62b, 341a8, 5db83, 2298b, e0152, 95847, 3677a
2. Extract tidy-tree layout into separate package: This pull request extracts the tidy-tree layout algorithm from the main codebase into a standalone package to improve modularity and maintainability.
- URL: pull/6807
- Merged: No
3.2 Closed Pull Requests
This section provides a summary of pull requests that were closed in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.
Pull Requests Closed This Week: 8
Key Closed Pull Requests
1. chore: Mermaid diagrams flowchart mindmap mermaid api: This pull request adds comprehensive Mermaid diagrams—including flowcharts, sequence diagrams for the Mermaid API, and mindmap implementations—to thoroughly document the system’s architecture, processing flows, and component interactions across multiple related source files.
- URL: pull/6792
- Merged: 2025-07-29T09:56:45Z
2. make flowchart elk detector regex match less greedy: This pull request makes the flowchart elk detector's regex match less greedy to correctly detect diagram types and allow the character sequence "graph" in any diagram type, resolving issue #6795.
- URL: pull/6796
- Merged: 2025-07-30T09:52:26Z
3. Fix: zenuml rendering: This pull request fixes a rendering issue in ZenUML diagrams by upgrading the @zenuml/core dependency to version 3.35.2, addressing a timing problem that caused diagrams to be copied before rendering completed, and includes updates such as converting the ZenUML README from a symlink to a standalone file, removing TypeScript error suppressions, adding TypeScript declarations, and ensuring proper documentation and testing.
- URL: pull/6798
- Merged: 2025-07-29T09:54:15Z
Other Closed Pull Requests
- Refactoring database implementations: Multiple pull requests refactor diagram database implementations from function-based modules to class-based designs, introducing new classes like
ArchitectureDB
andPacketDB
. These changes improve modularity, testability, and maintainability while preserving backward compatibility and preparing the modules for future enhancements. - [pull/6803, pull/6804]
- Fixing and updating workflow messages: One pull request focuses on fixing and updating workflow messages in the Mermaid project, refining the content through multiple commits to improve clarity and correctness.
- [pull/6808]
- Consistency fixes in diagrams: Pull requests address consistency issues such as fixing the casing of "id" to "ID" in requirement diagrams and trimming leading spaces in flowchart direction strings to ensure correct interpretation. These fixes align the diagrams with standards and improve parsing accuracy.
- [pull/6801, pull/6739]
3.3 Pull Request Discussion Insights
This section will analyze the tone and sentiment of discussions within this project's open and closed pull requests that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.
Based on our analysis, there are no instances of toxic discussions in the project's open or closed pull requests from the past week.
IV. Contributors
4.1 Contributors
Active Contributors:
We consider an active contributor in this project to be any contributor who has made at least 1 commit, opened at least 1 issue, created at least 1 pull request, or made more than 2 comments in the last month.
If there are more than 10 active contributors, the list is truncated to the top 10 based on contribution metrics for better clarity.
Contributor | Commits | Pull Requests | Issues | Comments |
---|---|---|---|---|
sidharthv96 | 39 | 1 | 0 | 28 |
shubham-mermaid | 42 | 1 | 11 | 2 |
darshanr0107 | 34 | 4 | 0 | 3 |
omkarht | 23 | 4 | 0 | 7 |
Copilot | 0 | 0 | 0 | 14 |
shubhamparikh2704 | 9 | 1 | 1 | 1 |
jrobichaud | 8 | 1 | 0 | 2 |
MrCoder | 7 | 2 | 0 | 0 |
Prashant-7718 | 7 | 1 | 0 | 0 |
HashanCP | 3 | 1 | 1 | 0 |