Weekly Project News

Subscribe
Archives

Weekly GitHub Report for Mermaid: November 10, 2025 - November 17, 2025 (12:04:02)

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 chart data. This enhancement aims to allow users to maintain version control over graph descriptions with original (non-logged) values while displaying the data on a logarithmic scale, with potential for future extension to other scale types.
  3. Unable to Style Sequence Diagram Title: This issue reports a problem with the inability to style the font size of the title in sequence diagrams created using Mermaid, where the user currently resorts to using a Markdown title as a workaround. The user notes that while other diagram types in Mermaid support title-related attributes for customization, such as QuadrantChartConfig, this functionality is not yet available for sequence diagrams, leading to very small and unreadable titles.
  4. 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.
  5. 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 visualize 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, 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: 6

Summarized Issues:

  • Diagram Rendering and Syntax Issues: Several issues highlight problems with diagram rendering and syntax handling in Mermaid. These include the need for slanted or offset arrows in sequence diagrams to better represent race conditions, syntax errors caused by special characters or duplicate IDs, and failures in parsing labels with quotes or accented characters, all of which hinder proper diagram creation and display.
  • issues/7151, issues/7154, issues/7156, issues/7157, issues/7159
  • Performance and Usability Problems in Documentation: There is a significant usability issue where pressing a key causes the documentation page to reload diagrams continuously, resulting in slow performance and flickering elements. This problem makes navigation difficult, especially on pages like the ZenUML syntax documentation.
  • issues/7152

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:

  • Versioning and Changesets: This topic covers issues related to the absence of changesets in pull requests, which are necessary to trigger version bumps for affected packages. Without proper changesets, versioning may not update correctly, potentially causing confusion or deployment problems.
  • issues/7153
  • SVG Rendering Problems: This topic addresses problems with rendering Mermaid diagrams exported as SVG files, where text elements are present in the code but not visible in certain applications like GIMP. The issue suggests a rendering incompatibility specific to the application rather than the SVG file itself.
  • issues/7158

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

Key Open Pull Requests

1. feat(wardley): Add Wardley Maps diagram type: This pull request introduces Wardley Maps as a new diagram type in Mermaid, featuring a full implementation compatible with OnlineWardleyMaps syntax that includes component positioning using visibility and evolution coordinates, multiple link types, evolution indicators, custom stages, pipeline components, annotations, source strategy markers, inertia indicators, theme integration, comprehensive testing, and complete documentation, all without breaking existing functionality.

  • URL: pull/7147
  • Merged: No
  • Associated Commits: 9cd68, d5e64, 9cedb, 69b9b, 7a0aa, 6cb2b, a98f4, 6c487, fda3b, 9c080, 3c20b, 904be, 7355c, 76b9f, 4185c, 506eb

2. fix : improved sequence diagram new actors rendering and autonumber positioning for all types of arrows and central connections: This pull request fixes critical autonumber positioning issues for all types of arrows and central connections in sequence diagrams, adds missing helper functions for dynamic circle offset calculations, and improves the rendering consistency and sizing of various actor types to enhance the overall visual accuracy and clarity.

  • URL: pull/7150
  • Merged: No
  • Associated Commits: e7c78, 0d1f6, f2982, d74ad

3. 7125: Support merging master/main into other branches in GitGraph: This pull request addresses a bug in GitGraph diagrams by enabling correct handling and visualization of merges from master/main branches into other branches, thereby improving merge history representation.

  • URL: pull/7155
  • Merged: No
  • Associated Commits: 513a3, 256e8

Other Open Pull Requests

  • ANTLR Parsing Refactor: This topic covers pull requests that modify the file structure of the usecase diagram component to implement a new approach for ANTLR parsing. These changes aim to improve the parsing mechanism by restructuring the relevant files for better maintainability and functionality.
  • pull/7160

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

As of our latest update, there are no closed pull requests for the project this week.

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 21 2 0 3
tractorjuice 16 1 0 0
omkarht 11 4 0 0
jonathanpoelen 0 0 10 1
darshanr0107 5 3 0 0
CNOCTAVE 8 0 0 0
milesspencer35 6 1 0 0
jgreywolf 3 2 0 0
abroa01 1 1 0 0
arnaudrenaud 1 1 0 0

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