darshanr0107
|
68c365f906
|
fix: remove diagram-specific mindmap shapes from global shape registry
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-09-02 15:50:54 +05:30 |
|
darshanr0107
|
494c7294cb
|
chore: address review comments related to documentation
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-09-02 15:13:45 +05:30 |
|
darshanr0107
|
fb20ee99eb
|
fix: address review comments to simplify config handling and improve ID generation
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-09-02 14:11:16 +05:30 |
|
darshanr0107
|
1a22154a3a
|
fix: restore original cleanup logic and address review feedback
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-09-02 12:56:35 +05:30 |
|
autofix-ci[bot]
|
0ed31bfa2c
|
[autofix.ci] apply automated fixes
|
2025-08-29 11:09:51 +00:00 |
|
autofix-ci[bot]
|
7e96c89be5
|
[autofix.ci] apply automated fixes
|
2025-08-29 09:30:28 +00:00 |
|
autofix-ci[bot]
|
ea3d38bf64
|
[autofix.ci] apply automated fixes
|
2025-08-29 08:50:51 +00:00 |
|
darshanr0107
|
8c7c9ac38a
|
Merge branch 'develop' into knsv/mindmap-refactoring
|
2025-08-29 13:51:00 +05:30 |
|
darshanr0107
|
454e1e3927
|
tests: fix failing unit test
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-29 13:23:32 +05:30 |
|
darshanr0107
|
4f9875fd4e
|
fix: adjust mindmap circle padding to ensure argos donot break
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-29 12:52:01 +05:30 |
|
Sidharth Vinod
|
82800a2c84
|
Merge pull request #6903 from mermaid-js/fix-userconfig-from-initialize
test: ensure YAML config takes precedence over initialize config in mermaidAPI
|
2025-08-29 06:21:44 +00:00 |
|
darshanr0107
|
01e47333d5
|
test: mock SVGElement.getBBox using jsdomit for DOM tests
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-29 11:31:12 +05:30 |
|
阿菜 Cai
|
d47ba7c2d1
|
fix: update dependency versions to use caret notation for better compatibility
|
2025-08-29 04:50:31 +08:00 |
|
darshanr0107
|
869709a75f
|
docs: updated tidy-tree docs
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-28 19:36:31 +05:30 |
|
darshanr0107
|
310fcd2292
|
fix: added test cases in mermaidAPI.spec to ensure YAML config takes precedence ovver initialize
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-28 18:24:40 +05:30 |
|
darshanr0107
|
65d225cb2c
|
fix: remove diagram-specific logic from generic rendering utils
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-28 16:34:07 +05:30 |
|
阿菜 Cai
|
04b6fc1280
|
Merge branch 'develop' into chore/upgrade/unocss-iconify
|
2025-08-28 17:03:32 +08:00 |
|
darshanr0107
|
21eddc3f23
|
fix: handle default 'cose-bilkent' layout in mindmap layer
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-28 11:43:40 +05:30 |
|
darshanr0107
|
f46a151075
|
Revert "fix: ensure configs from initialize and frontmatter are both handled correctly"
This reverts commit b7e9d02b7c .
|
2025-08-26 19:50:49 +05:30 |
|
darshanr0107
|
b7e9d02b7c
|
fix: ensure configs from initialize and frontmatter are both handled correctly
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-26 18:10:39 +05:30 |
|
autofix-ci[bot]
|
4b63214a72
|
[autofix.ci] apply automated fixes
|
2025-08-26 09:38:09 +00:00 |
|
darshanr0107
|
4937ebc058
|
Merge branch 'develop' of https://github.com/mermaid-js/mermaid into knsv/mindmap-refactoring
|
2025-08-26 15:01:48 +05:30 |
|
Sidharth Vinod
|
00f5700320
|
Merge pull request #6898 from mermaid-js/user-defined-layout-detection
feat: Add getUserDefinedConfig to merge init config and directives
|
2025-08-26 09:17:40 +00:00 |
|
darshanr0107
|
50127f3ffe
|
fix: review comments related to getUserDefinedConfig tests
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-26 13:17:38 +05:30 |
|
darshanr0107
|
4760ed8893
|
fix: add unit tests for getUserDefinedConfig across different scenarios
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-25 19:13:58 +05:30 |
|
darshanr0107
|
31ecf31c2e
|
refactor: remove layout-specific checks and create generic function
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-25 18:26:03 +05:30 |
|
darshanr0107
|
8322a63598
|
feat: add helper to differentiate user-defined layout from default
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-25 16:17:04 +05:30 |
|
omkarht
|
075e1b5e1f
|
Merge branch 'develop' into docs/flowchart-image-node-doc-fix
|
2025-08-25 15:47:23 +05:30 |
|
omkarht
|
3c9bd7be29
|
Merge branch 'develop' into docs/flowchart-image-node-doc-fix
|
2025-08-25 12:58:52 +05:30 |
|
omkarht
|
95d48e3497
|
Merge branch 'develop' into 6637-add-new-participant-types-to-sequence-diagrams
|
2025-08-25 12:42:03 +05:30 |
|
darshanr0107
|
e0a5a2489d
|
fix: tidy tree layout tests
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-22 19:19:19 +05:30 |
|
darshanr0107
|
bd400a5130
|
chore: cleanup unused parameters , reuse existing types
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-22 19:09:38 +05:30 |
|
darshanr0107
|
d35f84f337
|
chore: fix review feedback in tidy-tree and mindmap (types, cleanup)
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-22 18:15:17 +05:30 |
|
darshanr0107
|
8dadb853a0
|
fix: failing unit test
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-22 12:36:56 +05:30 |
|
Shubham P
|
29886b8dd4
|
Merge pull request #6886 from mermaid-js/6721/Bidirectional-arrows--render-incorrectly-with-autonumber-in-sequence-diagrams
6721: Correct rendering of bidirectional arrows with auto number
|
2025-08-21 15:57:22 +00:00 |
|
Alois Klink
|
2bc5b6d2fa
|
docs(flowchart): fix image node documentation
|
2025-08-21 19:26:54 +05:30 |
|
darshanr0107
|
d4c76968e9
|
fix: correct rendering of bidirectional arrows with autonumber
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-21 19:09:39 +05:30 |
|
darshanr0107
|
61d9143acb
|
fix: cose-bilkent as the default layout for mindmaps
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-20 21:00:27 +05:30 |
|
darshanr0107
|
6377d6f64d
|
fix: increase padding for circle shape in mindmap
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-20 16:28:55 +05:30 |
|
darshanr0107
|
1b0bc05fc2
|
fix: edge issue in tidy tree layout
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-20 15:54:44 +05:30 |
|
darshanr0107
|
45edeb9307
|
fix: undo changes in tidy tree layout file that were breaking CI
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-20 15:08:48 +05:30 |
|
阿菜 Cai
|
c0e2d4a23b
|
Merge branch 'develop' into chore/upgrade/unocss-iconify
|
2025-08-20 14:48:58 +08:00 |
|
darshanr0107
|
e9011567bd
|
fix: edge intersection issue in tidy tree layout
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-20 12:01:10 +05:30 |
|
darshanr0107
|
ecad9cee6c
|
fix: label styles in bang shape
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-19 19:08:57 +05:30 |
|
darshanr0107
|
1e8a9f76a9
|
fix: padding issues in bang, rounded rect, sqaure shapes
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-19 18:56:00 +05:30 |
|
darshanr0107
|
c75566ddc3
|
fix: adjust rounded rectangle styling to resolve Argos snapshot failure
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-19 13:59:20 +05:30 |
|
omkarht
|
7bdcf93412
|
Merge branch 'develop' into 6637-add-new-participant-types-to-sequence-diagrams
|
2025-08-19 13:54:32 +05:30 |
|
omkarht
|
d86e46b705
|
fix: refactored test cases
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
|
2025-08-19 13:44:11 +05:30 |
|
github-actions[bot]
|
d4c058bd56
|
Version Packages
|
2025-08-19 08:02:22 +00:00 |
|
Sidharth Vinod
|
b638a0a9c1
|
temp: Remove peerDeps from examples
|
2025-08-19 13:29:58 +05:30 |
|