Weekly GitHub Report for Mermaid: August 25, 2025 - September 01, 2025 (12:03:48)
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 addresses the lack of explanatory tooltips for emoji used next to diagram type names in the "Diagram Syntax" section of the documentation. The proposal suggests adding tooltips to these emoji to help users better understand the meaning and information conveyed by each icon, improving overall clarity and usability.
- 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 logarithmic scaling for charts. This enhancement aims to allow users to maintain version control over graph data in true (non-logged) values while displaying the data on a logarithmic scale, with potential for future extension to other scale types. - Unable to Style Sequence Diagram Title: This issue reports a problem with the Mermaid sequence diagram feature where users are unable to change the font size of the diagram title, resulting in titles that appear very small and difficult to read. The user notes that while other Mermaid graph types support title styling attributes, such as font size, this functionality is not yet implemented for sequence diagrams, and the current workaround involves using a Markdown title instead.
- 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 elements.
- 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 properties on an undefined object, specifically involving Mermaid's API prototype.
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:
- Styling and Customization Enhancements: This topic covers requests for improved visual customization options in Mermaid diagrams, such as adding class-based styling to Kanban board tasks for better visual differentiation beyond existing priority-based colors. Users seek more flexible and user-friendly ways to style and shape diagram elements without redundant syntax.
- issues/6899
- Syntax and Error Reporting Improvements: This topic involves the need for clearer and more precise syntax error messages, especially when dealing with special characters in labels that require escaping or quoting. Current error messages are vague, making it difficult for both humans and AI to troubleshoot Mermaid diagram issues effectively.
- issues/6904
- Node Shape Customization: This topic addresses the challenge of changing node shapes, such as from rectangle to diamond, while preserving the node's text without repeating it in the syntax. Users want simpler syntax to modify node shapes without redundancy.
- issues/6906
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: 0
Summarized Issues:
As of our latest update, there were no issues closed in the project this week.
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. Docs(xychart): added plotcolorpalette example: This pull request adds a documentation update for the xychart component by including a description and example of how to use the plotColorPalette
feature to specify custom colors for line and bar graphs, inspired by a community discussion.
- URL: pull/6895
- Merged: No
2. Update Title FAQ based on latest info: This pull request updates the Title FAQ by replacing an outdated issue link with a more recent resolved issue that includes implementation details.
- URL: pull/6902
- Merged: No
3. 6780: treat newline characters as whitespace in class diagrams: This pull request addresses an issue in the Mermaid project by modifying the handling of newline characters in class diagram labels so that they are treated as whitespace, thereby improving label rendering and resolving issue #6780.
- URL: pull/6905
- 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: 5
Key Closed Pull Requests
1. feat: Add getUserDefinedConfig to merge init config and directives: This pull request introduces a new function, getUserDefinedConfig, which merges the initial configuration and all directives into a single user-defined config object, accompanied by unit tests to validate its behavior across multiple scenarios.
- URL: pull/6898
- Merged: 2025-08-26T09:28:48Z
2. test: ensure YAML config takes precedence over initialize config in mermaidAPI: This pull request adds unit tests in mermaidAPI.spec.ts
to verify that when both an initialize config and a YAML config are provided, the YAML configuration correctly takes precedence over the initialize configuration in the mermaidAPI.
- URL: pull/6903
- Merged: 2025-08-29T06:33:17Z
3. docs(flowchart): fix image node documentation: This pull request corrects the documentation for flowchart image nodes by clarifying that to maintain aspect ratio when resizing, only the height (h) should be set with the constraint enabled, rather than adjusting the width (w), and includes an updated explanation and example to prevent rendering inconsistencies and confusion.
- URL: pull/6887
- Merged: 2025-08-25T11:20:58Z
Other Closed Pull Requests
- Dependency Upgrades: This topic covers pull requests that upgrade project dependencies to newer versions. The upgrades include moving
unocss
from version 66.0.0 to 66.4.2 and@iconify/utils
from 2.3.0 to 3.0.1, focusing on dropping CommonJS support while maintaining compatibility with Mermaid's ESM-only setup and contribution guidelines. - pull/6846
- Build and Workflow Fixes: This topic includes pull requests that fix build and workflow issues in the project. One such fix stops using the
cypress/browsers
Docker image in the Applitools workflow on GitHub Actions to resolve a connection refusal error that caused the Cypress config file to crash during end-to-end testing. - pull/6901
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 | 49 | 0 | 0 | 8 |
darshanr0107 | 39 | 6 | 0 | 3 |
knsv | 13 | 1 | 1 | 0 |
omkarht | 10 | 2 | 2 | 0 |
shubhamparikh2704 | 6 | 0 | 1 | 6 |
saurabhg772244 | 5 | 1 | 0 | 3 |
SaanchitaV | 0 | 0 | 5 | 2 |
hkws | 4 | 1 | 1 | 0 |
aloisklink | 4 | 1 | 0 | 0 |
shanti2530 | 4 | 1 | 0 | 0 |