shubham-mermaid
1a14e331ea
Merge pull request #6739 from kriss-u/bug/6681_td_tb_behavior
...
fix: trim the direction string in flowchart
2025-07-29 09:43:32 +00:00
shubham-mermaid
ebb6680eba
Merge pull request #6792 from mermaid-js/prashants/mermaid-diagrams-flowchart-mindmap-mermaidAPI
...
chore: Mermaid diagrams flowchart mindmap mermaid api
2025-07-29 09:42:41 +00:00
shubham-mermaid
6d1d46f88a
Merge branch 'develop' into bug/6795_fix-flowchart-elk-detector
2025-07-29 15:11:56 +05:30
shubham-mermaid
435790f931
Merge pull request #6798 from ZenUml/fix/zenuml-rendering
...
Fix: zenuml rendering
2025-07-29 09:41:00 +00:00
shubham-mermaid
ffe9c1090e
Merge branch 'develop' into sidv/fixID
2025-07-29 15:09:56 +05:30
Alois Klink
0cc0b63e52
Merge pull request #6702 from qraqras/bug/6633_remove-unexpected-spaces-in-block-diagram
...
Fix: Remove unexpected spaces in Block Diagram
2025-07-29 08:29:22 +00:00
darshanr0107
8a62b4cace
fix: apply intersection logic for edges in tidy-tree layout
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-29 12:21:42 +05:30
Alois Klink
b7a591b8d3
docs(block): add clarifying comment for overflow
...
This line is a bit confusing to me, so I thought I should clarify it!
See: 939da082b2
2025-07-29 15:45:53 +09:00
Sidharth Vinod
3d640fc620
fix: Casing of ID to match https://www.britannica.com/dictionary/ID
2025-07-29 11:30:11 +05:30
omkarht
7ca0665764
fix: fixed failing test case
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-28 19:13:51 +05:30
omkarht
334fe87bc6
fix: fixed failing test cases
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-28 18:33:58 +05:30
omkarht
283e7810d2
Merge branch 'develop' into 6637-add-new-participant-types-to-sequence-diagrams
2025-07-28 17:26:44 +05:30
omkarht
81a6a361ab
Merge branch 'develop' into 6638-sequence-diagram-additional-messages
2025-07-28 16:51:38 +05:30
omkarht
237d01d510
fix: shifted matchAsActorOrParticipant function to sequenceDB file from sequenceDiagram.jison file
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-28 16:47:54 +05:30
omkarht
62faacdeeb
fix: fixed failing test cases
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-28 16:01:43 +05:30
omkarht
0e40d8e8a8
fix: fixed failing test cases
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-28 15:55:07 +05:30
omkarht
e8d6daf4f6
add support for central connection circle after arrow in lifeline direction
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-28 15:37:33 +05:30
MrCoder
724197c910
chore: add missing newline at end of README.md
2025-07-27 21:25:46 +10:00
MrCoder
6180c5f2ff
chore: add TypeScript declaration for ZenUml module
2025-07-27 21:12:08 +10:00
MrCoder
a9f7a94ae3
fix: remove TypeScript error suppression for ZenUml instantiation
2025-07-27 21:08:00 +10:00
MrCoder
da539c1fa1
chore: Upgrade @zenuml/core to version 3.35.2
2025-07-27 20:55:58 +10:00
Hashan Chandika
5e8aa2dccf
add unit tests for coverage #6795
2025-07-27 15:21:46 +05:30
Hashan Chandika
cf5b4b89a8
make regex match less greedy
2025-07-27 13:51:26 +05:30
MrCoder
1c269e0432
Convert mermaid-zenuml README from symlink to regular file
...
Changed packages/mermaid-zenuml/README.md from a symbolic link pointing to ../mermaid/src/docs/syntax/zenuml.md to a standalone README file with comprehensive documentation for the @mermaid-js/mermaid-zenuml package.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-25 07:52:32 +10:00
darshanr0107
ccafc20917
add support for cloud and bang shape
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-24 18:07:25 +05:30
Prashant-7718
326e4e3693
added mermaid files for documentation
2025-07-24 14:16:18 +05:30
Prashant-7718
da8ce0b93e
chore: removed unwanted files
2025-07-24 12:49:08 +05:30
darshanr0107
d5cb4eaa59
add support for elk layout in mindmap
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-23 20:11:38 +05:30
Prashant-7718
adfeb093cb
chore: mermaid diagrams for flowchart, mindmap and mermaidAPI files
2025-07-23 18:55:25 +05:30
darshanr0107
425fb7ee33
fix: handle undefined edge list in insertEdge to prevent runtime error
...
Fixes a runtime error in cose-bilkent layout caused by insertEdge calling .filter() on an undefined edge list. Now defaults to an empty array to prevent the crash.
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-23 17:18:48 +05:30
shubham-mermaid
020c6d66e0
Merge pull request #6744 from SpecularAura/feature/6617_per-link-style
...
6617: Support Per-Link Curve Styling in Flowcharts
2025-07-23 09:00:42 +00:00
omkarht
ba9db26bfa
Lexing : Added Support for new arrow types through lexing
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-22 19:25:27 +05:30
omkarht
252b1837f7
added arrowhead types for dotted line type
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-22 19:20:06 +05:30
omkarht
6b9c15d7f0
added reverse arrow head types
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-22 16:30:21 +05:30
omkarht
fda640c90c
fix: adjusted arrowhead design
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-21 19:03:29 +05:30
darshanr0107
cd6f8e5a24
tidy-tree as the default layout for mindmaps
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-21 18:41:18 +05:30
omkarht
584a789183
6638: add support for additional message types for sequence diagram
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-21 13:33:52 +05:30
SpecularAura
cd282f2245
Added Documentation for the per link styling in syntax/flowchat
2025-07-18 21:19:06 +00:00
Christian Knittl-Frank
64bf34b9ab
Update MIME type IANA status
...
The mermaid media type has been recognized by IANA on 2023-09-18
2025-07-18 13:54:16 +01:00
Alois Klink
9faf2f9fb2
Merge pull request #6717 from mermaid-js/6633-Stacking-blocks-renders-unexpected-space
...
6633: Log warning for blocks exceeding column width
2025-07-18 07:31:17 +00:00
Steph
b2754bc553
update blog page
2025-07-17 14:44:38 -07:00
SpecularAura
04612e078a
Removed directive syntax from the documentation
2025-07-17 21:12:51 +00:00
autofix-ci[bot]
37bfa2aa75
[autofix.ci] apply automated fixes
2025-07-17 14:46:30 +00:00
darshanr0107
54640ce476
resolved PR comments
...
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com >
2025-07-17 20:11:21 +05:30
shubham-mermaid
47b4c56b2b
Merge pull request #6772 from hustcc/patch-2
...
chore: update to add mcp-mermaid
2025-07-17 07:28:14 +00:00
Sidharth Vinod
7ba332ad4a
docs: Move changelog content
2025-07-17 12:45:03 +05:30
Sidharth Vinod
b65a73f432
Merge pull request #6697 from mermaid-js/rajat-ht/feat-add-start-pro-trial
...
feat: Add start pro trial button.
2025-07-17 11:57:18 +05:30
hustcc
7886fed8b2
chore: update to add mcp-mermaid
2025-07-17 09:36:16 +08:00
Sidharth Vinod
af3d5b6528
docs: Add README for examples
2025-07-16 20:11:38 +05:30
Sidharth Vinod
404286a90d
Merge branch 'master' into develop
...
* master:
Version Packages
2025-07-16 19:53:10 +05:30