Weekly Project News

Subscribe
Archives

Weekly GitHub Report for Mermaid: July 21, 2025 - July 28, 2025 (12:02:51)

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
    • 1.2. Other Noteworthy Updates
  • II. Issues
    • 2.1. Top 5 Active Issues
    • 2.2. Top 5 Stale Issues
    • 2.3. Open Issues
    • 2.4. Closed Issues
    • 2.5. Issue Discussion Insights
  • III. Pull Requests
    • 3.1. Open Pull Requests
    • 3.2. Closed Pull Requests
    • 3.3. Pull Request Discussion Insights
  • IV. Contributors
    • 4.1. Contributors

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 introducing a new Radar Chart feature, enhancing the charting capabilities of the platform. This addition 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.

  1. 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.
  2. log scale for xychart-beta: This issue proposes adding a scale string field to the xychart-beta component that defaults to linear but can also accept log as an option, enabling logarithmic scaling of charts. This enhancement would allow users to maintain version control over graph data in its original linear form while displaying the data on a logarithmic scale, with potential for future extension to other scale types.
  3. 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 rendered diagrams.
  4. 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, throwing a "TypeError: Cannot set properties of undefined (setting 'prototype')" related to Mermaid's internal code.
  5. Update packet diagram to use the new class based approach in the DB: This issue involves updating the packet diagram to adopt a new class-based approach in the database, which aims to improve the structure and management of diagram data. This change is intended to enhance parallel rendering by ensuring that each diagram maintains its own data independently, preventing any data spillover between different diagram parsings.

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: 8

Summarized Issues:

  • Diagram Layout and Styling Issues: Several issues address problems with diagram appearance and styling in Mermaid. These include difficulties with applying color styles to edges using IDs and classes, incorrect rendering of notes in state diagrams, and exported Git graph images not retaining custom themes, all of which affect the visual consistency and expected output of diagrams.
  • issues/6784, issues/6788, issues/6790
  • Text Rendering Problems: There are issues related to text display within Mermaid diagrams, such as italicized text in flowchart nodes being cut off on the right side across different fonts. This problem impacts readability and the professional appearance of diagrams.
  • issues/6787
  • Feature Requests for Diagram Flexibility: Requests have been made to improve diagram customization, including adding a "compact mode" to reduce node height and vertical spacing for better space efficiency, and enabling subgraphs to have independent directional flows differing from the main graph. These features aim to enhance diagram usability and design flexibility.
  • issues/6781, issues/6785
  • Gantt Chart Scheduling Bug: The Gantt chart feature has a bug where the excludes parameter incorrectly adds duration to tasks scheduled between two dates, leading to discrepancies between expected and actual task end dates. This issue affects the accuracy of project timelines.
  • issues/6794
  • Type Errors in Dependencies: The @iconify/utils package causes type errors when building Mermaid in strict type mode due to unresolved upstream type problems. Although a fix has been proposed, it is not yet fully suitable for integration, impacting the build process.
  • issues/6791

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: 2

Key Open 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 generation flows—to the documentation to visually represent the implementation details, processing phases, and interactions among various components within the system.

  • URL: pull/6792
  • Merged: No
  • Associated Commits: adfeb, 00a79, da8ce, fc9c6, 1a808, 10752, 9c92d, 326e4, 999b8

2. 6638 sequence diagram additional messages: This pull request adds support for additional message and arrowhead types in sequence diagrams, including reverse and dotted line arrowheads, along with corresponding lexing updates and rendering test cases.

  • URL: pull/6789
  • Merged: No
  • Associated Commits: 584a7, fda64, 6b9c1, 252b1, ba9db, cb4ed

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: 2

Key Closed Pull Requests

1. 6617: Support Per-Link Curve Styling in Flowcharts: This pull request introduces support for per-link curve styling in flowcharts by enabling the use of edge IDs with a new syntax to specify individual curve styles for each link, enhancing customization options in Mermaid diagrams.

  • URL: pull/6744
  • Merged: 2025-07-23T09:13:30Z
  • Associated Commits: b3a12, d7a55, daf8d, 003d1

2. Update MIME type IANA status: This pull request updates the documentation to reflect that the mermaid media type has been officially recognized by IANA as of September 18, 2023, removing the previous "pending recognition" status.

  • URL: pull/6778
  • Merged: 2025-07-20T19:16:52Z
  • Associated Commits: 64bf3, a27d9

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
shubham-mermaid 42 1 11 2
sidharthv96 37 0 0 8
darshanr0107 22 2 0 3
omkarht 15 2 0 0
jrobichaud 8 1 0 2
Prashant-7718 7 1 0 0
SpecularAura 3 1 0 0
hustcc 4 0 0 0
72636c 1 1 1 1
aloisklink 1 0 0 3

Don't miss what's next. Subscribe to Weekly Project News:
Powered by Buttondown, the easiest way to start and grow your newsletter.