Weekly GitHub Report for Mermaid: August 18, 2025 - August 25, 2025 (12:04:08)
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 or explanation available, causing 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 the log scale for chart axes and data series. - Unable to Style Sequence Diagram Title: This issue describes a problem where users are unable to change the font size of the title in sequence diagrams created with Mermaid, resulting in titles that appear very small and difficult to read. The reporter notes that while other diagram types in Mermaid support title styling attributes, such as font size adjustments, this functionality is currently missing for sequence diagrams, leading to a reliance on Markdown titles as a workaround.
- SVG rendering formatting issues with markdown input: This issue addresses problems with SVG rendering when nodes in a Mermaid diagram contain markdown formatting, resulting in inconsistent node heights and text being cut off in the SVG output. Specifically, opening the SVG in a new tab causes additional height to be added to the node, while downloading the SVG leads to text truncation without adjusting the node height, affecting the visual accuracy of the rendered diagrams.
- Vite build error with mermaid version 10.9.0: This issue describes a problem encountered when building a Vue 3 and Vite application that uses Mermaid version 10.9.0 to render graphs. While the development server runs without errors and displays the graphs correctly, the build process fails on application startup with a TypeError related to setting a property on an undefined object, preventing the Mermaid graphs from rendering as expected.
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: 5
Summarized Issues:
- Rendering Issues in Diagrams: Several issues affect the visual correctness of Mermaid diagrams, including incorrect endDate display in Gantt charts when excluding dates like weekends, and improper rendering of multiple arcs looping on the same node in FlowChart and StateDiagram. Additionally, setting securityLevel to "sandbox" causes labels to render with escaped HTML tags, leading to unintended output in flowcharts.
- [issues/6884, issues/6888, issues/6889]
- Documentation Display Problem: The Mermaid.js documentation intro page has a broken image link that prevents the image from displaying properly across multiple browsers, impacting user experience on the site.
- [issues/6885]
- Educational Development Plan for Paudi Bhuyan Tribe: A detailed, phased educational development plan is proposed for the Paudi Bhuyan tribe, focusing on socio-cultural analysis, community-led research, strategic intervention, capacity building, and continuous monitoring to enhance access, retention, learning outcomes, and aspirations. This comprehensive approach aims to address multiple facets of educational improvement within the community.
- [issues/6891]
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: 1
Summarized Issues:
- sequenceDiagram feature limitations: The sequenceDiagram feature currently lacks support for tooltip and click events on nodes and lines, which limits interactivity. Users are inquiring about whether these functionalities are supported and how to implement them if possible.
- issues/6870
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: 3
Key Open Pull Requests
1. 6777: Make relationship-label optional in ER diagrams: This pull request updates the ER diagram grammar in the Mermaid project to make the relationship-label
optional, resolving parsing errors that occurred when this label was omitted.
- URL: pull/6882
- Merged: No
2. docs(flowchart): fix image node documentation: This pull request updates the flowchart image node documentation to correct the explanation about maintaining aspect ratio by specifying that only the height (h) should be set with the constraint enabled, rather than adjusting the width (w), and includes an example snippet to clarify the proper usage.
- URL: pull/6887
- Merged: No
3. flowchart: warn when 'click' is used without securityLevel: 'loose' +…: This pull request adds validation and tests to the flowchart feature that log a warning whenever a 'click' directive is used without specifying securityLevel: "loose", aiming to inform users of potential security limitations without breaking diagrams, and resolves bug #6810.
- URL: pull/6883
- Merged: No
- Associated Commits: 466c4
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: 18
Key Closed Pull Requests
1. Pre Release: This pull request titled "Pre Release" for the mermaid-js/mermaid project includes multiple fixes and improvements such as allowing equals signs in sequenceDiagram labels, preventing pie chart crashes on zero or negative values, removing beta suffixes from various chart types, fixing test cases, enhancing edge label positioning in state diagrams, adding per-link curve styling in flowcharts, sanitizing HTML and icons, updating documentation, and overall code refactoring and stability enhancements, culminating in a comprehensive pre-release update.
- URL: pull/6876
- Merged: 2025-08-18T14:17:52Z
- Associated Commits: 3dd61, 6cc19, 83b9a, 9da6f, ea605, 6979a, cfbce, 72c0d, 9dc98, a3d16, 98442, 8224a, 2c093, 53d27, 3920a, 42ac1, 24257, 33e08, 579c2, 6621f, e70be, bfa0e, 814b6, 939da, 4012c, 4254b, b9c33, 7f109, 6686e, 14143, 27185, 71b04, 8c0d1, ce7a4, fc07f, f9da4, 5f0c5, 38e6d, fce7c, 35a92, bb7cd, aea16, b3a12, e9ce8, 98bf9, d7a55, daf8d, 003d1, a2dbc, 0451e, 15e7c, 67288, 1176d, ac976, 34e7f, e5ea2, 3fea9, 14983, 500f9, 08928, cc211, 3ab09, 8b86d, c8478, 5cafe, 0823e, a14cd, 827a9, 40428, af3d5, 7886f, 412d2, 7ba33, 6b1b0, 47b4c, 54640, 37bfa, af585, 04612, 9cef4, f683b, 9faf2, 64bf3, a27d9, cd282, 6039a, 00030, cfc25, 020c6, b94f1, 366d2, adfeb, 94890, 1ceec, 00a79, da8ce, fc9c6, 1a808, 10752, 9c92d, 326e4, 999b8, 1c269, 9d685, 80905, 526b3, c61a4, ecf7a, 8d79b, a776b, 12e01, 0133f, 32568, e32e8, e1e36, 20a18, cfc76, e5399, 096fb, aeaf6, bb2d6, e53c1, bf3ca, 657a9, 14a4a, 29edf, ce996, 91d72, 690cc, e6ee1, 1f46c, 880f7, 68551, 803e2, 2aa83, 4b89a, 8c7da, fc2c3, 5e57f, cad14
2. Pre Release: This pull request is a pre-release update for the Mermaid project that includes various fixes and improvements such as addressing block diagram overflow rendering issues, correcting arrow directions in block diagrams, updating class-based database structures, fixing flowchart shape connection gaps, and enhancing test coverage, although it was not merged.
- URL: pull/6835
- Merged: No
- Associated Commits: e073c, 8bb29, b7a59, 69484, 0cc0b, a476e, 43579, ebb66, 1a14e, 60834, 59861, e4b33, 1a9b9, e464d, ddcd8, aeb51, 4ab98, 29de4, 1dd11, b451c, c99bc, d93d9, f5445, 9258b, 165ff, 4b313, 07470, c4eb5, e6574, 22530, 356da, aa5d4, 3d319, 2fe30, 93227
3. Pre Release: This pull request, titled "Pre Release," includes updates to dependencies, automated fixes, and a key correction for the rendering of bidirectional arrows with autonumber in sequence diagrams, culminating in a merge that prepares the project for a new release.
- URL: pull/6890
- Merged: 2025-08-22T09:01:34Z
Other Closed Pull Requests
- Click callback securityLevel warnings: Multiple pull requests add console warnings to notify developers when a click callback is ignored because the securityLevel is not set to "loose." These changes prevent silent failures and improve debugging by making security restrictions explicit and transparent.
- [pull/6871, pull/6864, pull/6862, pull/6863, pull/6867, pull/6868, pull/6869, pull/6872, pull/6893]
- Issue #6809 fixes (unmerged): Two pull requests aim to address issue #6809 but were not merged into the main branch. These attempts focus on resolving the problem but remain incomplete in the main project.
- [pull/6874, pull/6873]
- New feature/component proposals (unmerged): Two pull requests propose new features or components named "sđgt" and "vielka," with the latter including tests and documentation. Neither of these proposals has been merged yet, leaving their implementation status pending.
- [pull/6881, pull/6893]
- Pre Release updates: One pull request titled "Pre Release" includes updates to end-to-end test timings, additions to the cspell dictionary, and adjustments to contributor information. This PR was merged into the project on August 19, 2025.
- [pull/6878]
- Sequence diagram arrow rendering fix: One pull request fixes the incorrect rendering of bidirectional arrows (<<->>) in sequence diagrams when the auto number feature is enabled, addressing issue #6721. This improves the visual correctness of sequence diagrams.
- [pull/6886]
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 | 50 | 2 | 0 | 19 |
darshanr0107 | 38 | 5 | 0 | 0 |
shubhamparikh2704 | 23 | 3 | 2 | 6 |
omkarht | 18 | 2 | 2 | 0 |
knsv | 13 | 1 | 1 | 0 |
ban-abhijit | 4 | 10 | 0 | 0 |
Copilot | 0 | 0 | 0 | 10 |
saurabhg772244 | 5 | 1 | 0 | 3 |
aloisklink | 7 | 0 | 0 | 0 |
SaanchitaV | 0 | 0 | 5 | 2 |